File tree Expand file tree Collapse file tree 4 files changed +16
-5
lines changed
Expand file tree Collapse file tree 4 files changed +16
-5
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments