Skip to content

Commit

Permalink
Bump version to 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DSPaul committed Sep 18, 2024
1 parent c085dca commit 958e1cd
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 5 deletions.
19 changes: 18 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -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

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.7.6"
#define MyAppVersion "1.8.0"
#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.7.6")]
[assembly: AssemblyVersion("1.8.0")]
[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,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<item>
<version>1.7.6</version>
<url>https://github.com/DSPAUL/COMPASS/releases/download/v1.7.6/COMPASS_Setup_1.7.6.exe</url>
<version>1.8.0</version>
<url>https://github.com/DSPAUL/COMPASS/releases/download/v1.8.0/COMPASS_Setup_1.8.0.exe</url>
<changelog>https://www.compassapp.info/releases</changelog>
<mandatory>false</mandatory>
</item>

0 comments on commit 958e1cd

Please sign in to comment.