Skip to content

Commit

Permalink
Bump version to 1.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
DSPaul committed Dec 20, 2024
1 parent 1c24eda commit d8cf86c
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 5 deletions.
12 changes: 11 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion Deployment/install.iss
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]


4 changes: 2 additions & 2 deletions versionInfo.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<item>
<version>1.8.2</version>
<url>https://github.com/DSPAUL/COMPASS/releases/download/v1.8.2/COMPASS_Setup_1.8.2.exe</url>
<version>1.8.3</version>
<url>https://github.com/DSPAUL/COMPASS/releases/download/v1.8.3/COMPASS_Setup_1.8.3.exe</url>
<mandatory>false</mandatory>
</item>

0 comments on commit d8cf86c

Please sign in to comment.