Skip to content

Commit

Permalink
Increment version to 1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
DSPaul committed May 4, 2024
1 parent 2dbe466 commit e332d6e
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 5 deletions.
22 changes: 21 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# CHANGELOG
## COMPASS v1.7.1 (17 March 2024)
## COMPASS v1.7.2 (04 May 2024)

### New Features

- Added a the option to include Cover art in export.

### Improvements

- Improved performance of zip and unzip. This speeds up import, export and backup.

### Fixes

- Fix included files not being imported.

### Road to cross platform

- Adopt Mvvm Toolkit (to prepare for switch to [AvaloniaUI](https://www.avaloniaui.net/)).
- Switch Zip library from windows only DotNetZip to Cross platfrom SharpCompress.
- Move all preferences to the preferences.xml file.

## COMPASS v1.7.1 (17 March 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.1"
#define MyAppVersion "1.7.2"
#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.1")]
[assembly: AssemblyVersion("1.7.2")]
[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.1</version>
<url>https://github.com/DSPAUL/COMPASS/releases/download/v1.7.1/COMPASS_Setup_1.7.1.exe</url>
<version>1.7.2</version>
<url>https://github.com/DSPAUL/COMPASS/releases/download/v1.7.2/COMPASS_Setup_1.7.2.exe</url>
<changelog>https://www.compassapp.info/releases</changelog>
<mandatory>false</mandatory>
</item>

0 comments on commit e332d6e

Please sign in to comment.