Release v4.3.1: quieter default update sound

Both update cue variants ("update 1.wav" / "update 2.wav") replaced with a
gentler mix that signals an incoming update without interrupting work mid-flow.
About-box note added (tidied wording); csproj <Version> bumped to 4.3.1. No code
changes.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Ednunp
2026-06-19 14:46:46 +01:00
co-authored by Claude Opus 4.8
parent fd5c31740a
commit 32be3426e7
5 changed files with 17 additions and 27 deletions
+10
View File
@@ -20,6 +20,16 @@ internal sealed class AboutDialog : Form
/// updates" path.</summary>
private const string ReleaseNotes =
"""
RemSound v4.3.1
A gentler update sound. The cue that plays when
an update is on its way is now quieter by default
enough to let you know it's coming, without
breaking your concentration while you're working.
As before, you can choose your own update sound,
or switch it off, on the Audio cues tab in
Preferences.
RemSound v4.3
Two additions for screen-reader users, and a
+1 -1
View File
@@ -14,7 +14,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>4.3</Version>
<Version>4.3.1</Version>
</PropertyGroup>
<ItemGroup>