Skip to content

Commit

Permalink
bump version to 1.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
DSPaul committed Feb 16, 2025
1 parent f672ee4 commit e909177
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
9 changes: 8 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# CHANGELOG
## COMPASS v1.8.4 (12 February 2025)
## COMPASS v1.8.5 (16 February 2025)

### Fixes
- Fix transparency issues then generating thumbnail from pdf (thanks @anthony-bernaert)
- Fix issues with downloading cover for google drive files
- Fix title scraped from websites containing html codes
- Fix crash when selecting an item with a corrupt cover art file
## COMPASS v1.8.4 (12 February 2025)

### Fixes
- Fix crash when trying to import an unauthorized folder
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.4"
#define MyAppVersion "1.8.5"
#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.4")]
[assembly: AssemblyVersion("1.8.5")]
[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.4</version>
<url>https://github.com/DSPAUL/COMPASS/releases/download/v1.8.4/COMPASS_Setup_1.8.4.exe</url>
<version>1.8.5</version>
<url>https://github.com/DSPAUL/COMPASS/releases/download/v1.8.5/COMPASS_Setup_1.8.5.exe</url>
<mandatory>false</mandatory>
</item>

0 comments on commit e909177

Please sign in to comment.