Update to 1.4
This commit is contained in:
parent
e76cf3cd2a
commit
d7a0079c86
14
CHANGELOG.md
14
CHANGELOG.md
@ -1,5 +1,19 @@
|
|||||||
# Changelog
|
# 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
|
## v1.3.1
|
||||||
|
|
||||||
*Released: 03/11/2022*
|
*Released: 03/11/2022*
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#define Name "unison"
|
#define Name "unison"
|
||||||
#define Version "1.3.1"
|
#define Version "1.4"
|
||||||
#define Snapcast "snapclient_0.26.0-1_win64"
|
#define Snapcast "snapclient_0.26.0-1_win64"
|
||||||
#define Publisher "Théo Marchal"
|
#define Publisher "Théo Marchal"
|
||||||
#define URL "https://github.com/ZetaKebab/unison"
|
#define URL "https://github.com/ZetaKebab/unison"
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
<ApplicationIcon>Resources\icon-full.ico</ApplicationIcon>
|
<ApplicationIcon>Resources\icon-full.ico</ApplicationIcon>
|
||||||
<Win32Resource></Win32Resource>
|
<Win32Resource></Win32Resource>
|
||||||
<StartupObject>unison.App</StartupObject>
|
<StartupObject>unison.App</StartupObject>
|
||||||
<Version>1.3.1</Version>
|
<Version>1.4</Version>
|
||||||
<Company />
|
<Company />
|
||||||
<Authors>Théo Marchal</Authors>
|
<Authors>Théo Marchal</Authors>
|
||||||
<PackageLicenseFile>LICENSE</PackageLicenseFile>
|
<PackageLicenseFile>LICENSE</PackageLicenseFile>
|
||||||
|
Loading…
Reference in New Issue
Block a user