diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b9429c..4605033 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## v1.4 + +*Released: 09/12/2022* + +* New feature: shuffle system +* New feature: (un)installer script +* New feature: update system +* New feature: update MPD database button +* Restore window position when relaunching the app +* New settings organisation +* Update Emoji.WPF from 0.3.3 to 0.3.4 +* Fix: cover images are displaying in all cases +* Fix: querying a large list of radios could hang the app + ## v1.3.1 *Released: 03/11/2022* diff --git a/Installer/unison.iss b/Installer/unison.iss index 88b793f..5602b73 100644 --- a/Installer/unison.iss +++ b/Installer/unison.iss @@ -1,5 +1,5 @@ #define Name "unison" -#define Version "1.3.1" +#define Version "1.4" #define Snapcast "snapclient_0.26.0-1_win64" #define Publisher "Théo Marchal" #define URL "https://github.com/ZetaKebab/unison" diff --git a/unison.csproj b/unison.csproj index d67efcf..3a23586 100644 --- a/unison.csproj +++ b/unison.csproj @@ -7,7 +7,7 @@ Resources\icon-full.ico unison.App - 1.3.1 + 1.4 Théo Marchal LICENSE