Update to 1.4

This commit is contained in:
Théo Marchal 2022-12-09 02:23:27 +01:00
parent e76cf3cd2a
commit d7a0079c86
3 changed files with 16 additions and 2 deletions

View File

@ -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*

View File

@ -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"

View File

@ -7,7 +7,7 @@
<ApplicationIcon>Resources\icon-full.ico</ApplicationIcon>
<Win32Resource></Win32Resource>
<StartupObject>unison.App</StartupObject>
<Version>1.3.1</Version>
<Version>1.4</Version>
<Company />
<Authors>Théo Marchal</Authors>
<PackageLicenseFile>LICENSE</PackageLicenseFile>