Skip to content

Commit c0da769

Browse files
committed
Bump version to 1.8.10
1 parent 85786d9 commit c0da769

File tree

4 files changed

+16
-5
lines changed

4 files changed

+16
-5
lines changed

Changelog.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# CHANGELOG
2-
## COMPASS v1.8.9 (26 October 2025)
2+
## COMPASS v1.8.10 (23 November 2025)
3+
4+
### Improvements
5+
6+
- Add a button to the codex edit window to clear the rating.
7+
- Change the default tag color from gray to Same as Parent.
8+
9+
### Fixes
10+
11+
- Fix a crash when moving an item without thumbnail to a different collection
12+
- Potentially fix a crash when opening the file selector dialog
13+
## COMPASS v1.8.9 (26 October 2025)
314

415
### Improvements
516

Deployment/install.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33

44
#define MyAppName "COMPASS"
5-
#define MyAppVersion "1.8.9"
5+
#define MyAppVersion "1.8.10"
66
#define MyAppPublisher "Paul De Smul"
77
#define MyAppURL "https://www.compassapp.info"
88
#define MyAppExeName "COMPASS.exe"

src/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
// app, or any theme specific resource dictionaries)
4141
)]
4242

43-
[assembly: AssemblyVersion("1.8.9")]
43+
[assembly: AssemblyVersion("1.8.10")]
4444
[assembly: System.Runtime.Versioning.SupportedOSPlatform("windows")]
4545

4646

versionInfo.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<item>
3-
<version>1.8.9</version>
4-
<url>https://github.com/DSPAUL/COMPASS/releases/download/v1.8.9/COMPASS_Setup_1.8.9.exe</url>
3+
<version>1.8.10</version>
4+
<url>https://github.com/DSPAUL/COMPASS/releases/download/v1.8.10/COMPASS_Setup_1.8.10.exe</url>
55
<mandatory>false</mandatory>
66
</item>

0 commit comments

Comments
 (0)