From d8cf86c021ae5698e219bd062f0af9fdbab609f4 Mon Sep 17 00:00:00 2001 From: Paul De Smul Date: Fri, 20 Dec 2024 16:24:37 +0100 Subject: [PATCH] Bump version to 1.8.3 --- Changelog.md | 12 +++++++++++- Deployment/install.iss | 2 +- src/Properties/AssemblyInfo.cs | 2 +- versionInfo.xml | 4 ++-- 4 files changed, 15 insertions(+), 5 deletions(-) diff --git a/Changelog.md b/Changelog.md index 5ee9a29..55ed80a 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,15 @@ # CHANGELOG - ## COMPASS v1.8.2 (01 November 2024) + ## COMPASS v1.8.3 (20 December 2024) + +### Fixes + - Fix recovery flow if COMPASS cannot write to default appdata location + - Fix a crash when browsing a file on a drive that no longer exists + - Fix two potential crashes when moving an item between collections + - Fix a potentional crash when runnen COMPASS on a single core CPU + +### Other + Upgrade to .NET 9 +## COMPASS v1.8.2 (01 November 2024) ### New Features diff --git a/Deployment/install.iss b/Deployment/install.iss index 4617ed4..bc2af54 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.8.2" +#define MyAppVersion "1.8.3" #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 a97f70c..9c255ed 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.8.2")] +[assembly: AssemblyVersion("1.8.3")] [assembly: System.Runtime.Versioning.SupportedOSPlatform("windows")] diff --git a/versionInfo.xml b/versionInfo.xml index 01f4a09..2695687 100644 --- a/versionInfo.xml +++ b/versionInfo.xml @@ -1,6 +1,6 @@ - 1.8.2 - https://github.com/DSPAUL/COMPASS/releases/download/v1.8.2/COMPASS_Setup_1.8.2.exe + 1.8.3 + https://github.com/DSPAUL/COMPASS/releases/download/v1.8.3/COMPASS_Setup_1.8.3.exe false