diff --git a/App.config b/App.config index 1259b25..55d9f4b 100644 --- a/App.config +++ b/App.config @@ -74,10 +74,28 @@ 13 - 100 + 10 - 100 + 10 + + + 10 + + + 1000 + + + 10 + + + 330 + + + 330 + + + 600 diff --git a/CHANGELOG.md b/CHANGELOG.md index 4605033..d253afb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## v1.5 + +*Released: 09/06/2025* + +* Windows 11 compatibility +* Shuffle button: add "clear queue" and "play queue" buttons +* Hide windows when clicking corresponding buttons, if they were visible +* Fix: add security to QueryStats response to avoid crashes +* Fix: regression in Systray text display +* Fix: clipboard copy crash +* Update .NET (6.0 to 8.0) +* Update Snapcast (0.26.0.1 to 0.31) +* Update MpcNET (1.4.0 to 1.6.6) +* Update RadioBrowser (0.6.1 to 0.7) +* Update AutoUpdater.NET (1.7.6 to 1.9.2) +* Update NotifyIcon.Wpf (1.1.0 to 2.0.1) + ## v1.4 *Released: 09/12/2022* diff --git a/Installer/unison.iss b/Installer/unison.iss index 0e8686b..3c64edd 100644 --- a/Installer/unison.iss +++ b/Installer/unison.iss @@ -1,5 +1,5 @@ #define Name "unison" -#define Version "1.4" +#define Version "1.5" #define Snapcast "snapcast_0.31" #define Publisher "Théo Marchal" #define URL "https://github.com/ZetaKebab/unison" diff --git a/Installer/unison.xml b/Installer/unison.xml index 6d68f3d..a91e293 100644 --- a/Installer/unison.xml +++ b/Installer/unison.xml @@ -1,7 +1,7 @@ - 1.3.1.0 - https://github.com/ZetaKebab/unison/releases/download/v1.3.1/unison-v1.3.1.zip + 1.5.0.0 + https://github.com/ZetaKebab/unison/releases/download/v1.5/unison-v1.5.zip https://raw.githubusercontent.com/ZetaKebab/unison/main/CHANGELOG.md false \ No newline at end of file diff --git a/Properties/PublishProfiles/FolderProfile.pubxml b/Properties/PublishProfiles/FolderProfile.pubxml index 0784803..6b5985b 100644 --- a/Properties/PublishProfiles/FolderProfile.pubxml +++ b/Properties/PublishProfiles/FolderProfile.pubxml @@ -8,7 +8,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121. Any CPU publish\ FileSystem - net6.0-windows + net8.0-windows false win-x64 true diff --git a/unison.csproj b/unison.csproj index 429daf7..576c71c 100644 --- a/unison.csproj +++ b/unison.csproj @@ -7,7 +7,7 @@ Resources\icon-full.ico unison.App - 1.4-dev + 1.5 Théo Marchal LICENSE @@ -15,6 +15,7 @@ https://github.com/ZetaKebab/unison Théo Marchal + false