From 958e1cd5333970e10bc3e5c15b8b97f814f1fc58 Mon Sep 17 00:00:00 2001 From: Paul De Smul Date: Wed, 18 Sep 2024 21:32:34 +0200 Subject: [PATCH] Bump version to 1.8.0 --- Changelog.md | 19 ++++++++++++++++++- Deployment/install.iss | 2 +- src/Properties/AssemblyInfo.cs | 2 +- versionInfo.xml | 4 ++-- 4 files changed, 22 insertions(+), 5 deletions(-) diff --git a/Changelog.md b/Changelog.md index 0af7050..c124ae0 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,22 @@ # CHANGELOG - ## COMPASS v1.7.6 (10 September 2024) + ## COMPASS v1.8.0 (18 September 2024) + +### New Features + +- Added new "Has value for ..." filter that lets you see items that do or do not have a value for a specific property such as Title, tags, release date, ect. + +### Improvements + +- Performance improvemnts when generating thumbnails +- COMPASS is now digitally signed with a code signing certificate + +### Fixes + +- Fix crash when loading images +- Fix crash when disk is full +- Fix crash when writing to a folder without authorization +- Fix crash when resolving broken paths +## COMPASS v1.7.6 (10 September 2024) ### Fixes diff --git a/Deployment/install.iss b/Deployment/install.iss index e75b8de..6fd38a5 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.6" +#define MyAppVersion "1.8.0" #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 bf4e720..12977a6 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.6")] +[assembly: AssemblyVersion("1.8.0")] [assembly: System.Runtime.Versioning.SupportedOSPlatform("windows")] diff --git a/versionInfo.xml b/versionInfo.xml index d6744ca..b4bd3f7 100644 --- a/versionInfo.xml +++ b/versionInfo.xml @@ -1,7 +1,7 @@ - 1.7.6 - https://github.com/DSPAUL/COMPASS/releases/download/v1.7.6/COMPASS_Setup_1.7.6.exe + 1.8.0 + https://github.com/DSPAUL/COMPASS/releases/download/v1.8.0/COMPASS_Setup_1.8.0.exe https://www.compassapp.info/releases false