Release prep v5.5: version bump, About changelog, release notes

- csproj <Version> 5.4 -> 5.5.
- About box: prepend the v5.5 entry (UPnP close-hang fix + keyboard shortcuts on
  every dialog).
- RELEASE_NOTES.md rewritten for v5.5.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Ednunp
2026-07-18 09:39:46 +01:00
co-authored by Claude Opus 4.8
parent a3b8f1659b
commit 97c96b4fcb
3 changed files with 19 additions and 17 deletions
+8
View File
@@ -20,6 +20,14 @@ internal sealed class AboutDialog : Form
/// updates" path.</summary>
private const string ReleaseNotes =
"""
RemSound v5.5
A close-hang fix, and keyboard shortcuts everywhere.
Fixed a hang when UPnP is on. With the "open my router's port automatically" option turned on, closing RemSound could hang on the way out it asks the router to close the port again, and a slow or fussy router left the window stuck waiting. Closing now never waits on the router: it tidies up in the background and shuts straight away.
Keyboard shortcuts on every dialog. Every button in every pop-up now has an Alt-key shortcut including the "RemSound is already running" dialog, which previously had none. So you can always choose an option from the keyboard instead of tabbing to it.
RemSound v5.4
Service polish, and an important fix.
+1 -1
View File
@@ -18,7 +18,7 @@
tag_name on the latest GitHub release; bump it on every public release. The
AssemblyVersion / FileVersion default to this value, and Assembly.GetName().Version
is what the About dialog and the updater both read. -->
<Version>5.4</Version>
<Version>5.5</Version>
</PropertyGroup>
<ItemGroup>