From a277f5686f8f9f05d632a7a34aaa14fb646c2003 Mon Sep 17 00:00:00 2001 From: Micah Morrison Date: Fri, 14 Apr 2023 12:41:26 -0400 Subject: [PATCH] Bump version to 1.10.1 --- SoundBoard/Properties/AssemblyInfo.cs | 4 ++-- SoundBoard/VersionInfo.xml | 20 ++++++-------------- 2 files changed, 8 insertions(+), 16 deletions(-) diff --git a/SoundBoard/Properties/AssemblyInfo.cs b/SoundBoard/Properties/AssemblyInfo.cs index 8f7a60d..458735a 100644 --- a/SoundBoard/Properties/AssemblyInfo.cs +++ b/SoundBoard/Properties/AssemblyInfo.cs @@ -51,5 +51,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.10.0.2")] -[assembly: AssemblyFileVersion("1.10.0.2")] +[assembly: AssemblyVersion("1.10.1.0")] +[assembly: AssemblyFileVersion("1.10.1.0")] diff --git a/SoundBoard/VersionInfo.xml b/SoundBoard/VersionInfo.xml index 872443f..85ee823 100644 --- a/SoundBoard/VersionInfo.xml +++ b/SoundBoard/VersionInfo.xml @@ -1,29 +1,21 @@ - 1.10.0.2 - 2023-03-10 + 1.10.1.0 + 2023-04-14 - https://github.com/micahmo/SoundBoard/releases/download/v1.10.0/SoundBoard.exe + https://github.com/micahmo/SoundBoard/releases/download/v1.10.1/SoundBoard.exe SoundBoard.exe - https://github.com/micahmo/SoundBoard/releases/download/v1.10.0/SoundBoard.exe + https://github.com/micahmo/SoundBoard/releases/download/v1.10.1/SoundBoard.exe SoundBoard.exe - - Audio recording device can be passed through to an audio playback device (#18) - - Hotkeys can be assigned to sounds - - Multiple sounds or a whole folder can be added at once - - Select sounds with Control- or Shift-Click to update or play multiple at once - - Sounds can be configured to stop all other sounds when played - - Sound names are more readable at different sizes (#17) - - Tabs with currently playing sounds will now be clearly indicated - - Sounds can trigger other sounds, allowing chaining - - The default grid layout for new pages can be configured - - General bug fixes and improvements + - Improve color picker + - Handle audio passthrough errors \ No newline at end of file