diff --git a/Changelog.md b/Changelog.md index 3ace25f0..ec04eb21 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,25 @@ # CHANGELOG - ## COMPASS v1.7.1 (17 March 2024) + ## COMPASS v1.7.2 (04 May 2024) + +### New Features + +- Added a the option to include Cover art in export. + +### Improvements + +- Improved performance of zip and unzip. This speeds up import, export and backup. + +### Fixes + +- Fix included files not being imported. + +### Road to cross platform + +- Adopt Mvvm Toolkit (to prepare for switch to [AvaloniaUI](https://www.avaloniaui.net/)). +- Switch Zip library from windows only DotNetZip to Cross platfrom SharpCompress. +- Move all preferences to the preferences.xml file. + +## COMPASS v1.7.1 (17 March 2024) ### Fixes diff --git a/Deployment/install.iss b/Deployment/install.iss index 5055e5a3..b9d490af 100644 --- a/Deployment/install.iss +++ b/Deployment/install.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "COMPASS" -#define MyAppVersion "1.7.1" +#define MyAppVersion "1.7.2" #define MyAppPublisher "Paul De Smul" #define MyAppURL "https://www.compassapp.info" #define MyAppExeName "COMPASS.exe" diff --git a/src/Properties/AssemblyInfo.cs b/src/Properties/AssemblyInfo.cs index f3c1bc46..39bb18d7 100644 --- a/src/Properties/AssemblyInfo.cs +++ b/src/Properties/AssemblyInfo.cs @@ -40,7 +40,7 @@ // app, or any theme specific resource dictionaries) )] -[assembly: AssemblyVersion("1.7.1")] +[assembly: AssemblyVersion("1.7.2")] [assembly: System.Runtime.Versioning.SupportedOSPlatform("windows")] diff --git a/versionInfo.xml b/versionInfo.xml index 0e15cd0b..5f7386eb 100644 --- a/versionInfo.xml +++ b/versionInfo.xml @@ -1,7 +1,7 @@ - 1.7.1 - https://github.com/DSPAUL/COMPASS/releases/download/v1.7.1/COMPASS_Setup_1.7.1.exe + 1.7.2 + https://github.com/DSPAUL/COMPASS/releases/download/v1.7.2/COMPASS_Setup_1.7.2.exe https://www.compassapp.info/releases false