From 3bbba23ea674fb3eea1e6fa4eaf8f28d7b13ec98 Mon Sep 17 00:00:00 2001 From: "Robin E. R. Davies" Date: Mon, 21 Jul 2025 12:36:07 -0400 Subject: [PATCH] Release notes copyedit. --- .vscode/settings.json | 2 +- docs/ReleaseNotes.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index d58ac81..c4e2792 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -163,7 +163,7 @@ "cSpell.ignoreWords": [ "nammodel" ], - "cSpell.enabled": false, + "cSpell.enabled": true, // Disable all automatic completion suggestions - only show when Ctrl+Space is pressed "editor.quickSuggestions": { diff --git a/docs/ReleaseNotes.md b/docs/ReleaseNotes.md index dff5b85..a598543 100644 --- a/docs/ReleaseNotes.md +++ b/docs/ReleaseNotes.md @@ -1,10 +1,11 @@ # Release Notes ## Pipedal 1.4.79 Beta + The Big Feature: - Support for custom MOD User Interfaces for plugins that prove a MOD UI. See the [MOD UI documentation page](https://rerdavies.github.io/pipedal/ModUiSupport.html) for details on how to use MOD User Interfaces with PiPedal. This feature is experimental. If you experience problems with plugins that have MOD user interfaces, please report them on the [PiPedal GitHub Issues page](https://github.com/rerdavies/pipedal/issues). -New in this relase: +New in this release: - PiPedal remembers which plugin you were viewing when you reload a preset. - Keep Screen On setting in the PiPedal Remote Client (requires updated Android client).