-
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from DSPAUL/dev
Bump version info and release notes to 0.4.0
- Loading branch information
Showing
3 changed files
with
72 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,50 +1,68 @@ | ||
# CHANGELOG | ||
## COMPASS v0.3.1 (16 June 2022) | ||
|
||
### Fixes | ||
|
||
- Fixed crash on startup when update is found | ||
|
||
## COMPASS v0.3.0 (16 June 2022) | ||
|
||
### Fixes | ||
|
||
- Fixed crash when trying to open release notes in settings | ||
- COMPASS now installs to "/Program Files/" by default instead of "/Program Files (x86)/" | ||
- Fixed crash when launching COMPASS for the very first time | ||
- User preferences are now retained across updates | ||
|
||
### Enhancements | ||
|
||
- Added option to delete user data on uninstall | ||
- The icon of the used view (list, cards, tiles) is now highlighted | ||
- Clicking "browse" in the sources section of files now opens in the location of the file | ||
- Search now tolerates typos and accepts abbreviations | ||
|
||
### New Features | ||
|
||
- Logging has been added to facilitate reporting issues | ||
- Added "Show in Explorer" option to file context menu | ||
- Added a way to update the file path references in all files in a collection when you rename a folder | ||
|
||
### Other Changes | ||
|
||
- renamed "Changelog" tab in settings to "What's New" | ||
|
||
## COMPASS v0.2.0 (14 June 2022) | ||
|
||
### Fixes | ||
|
||
- Importing a homebrewery file would sometimes fail | ||
- Metadata fields of homebrewery were cut short if they contained a comma | ||
|
||
### New Features | ||
|
||
- Google drive import has been added, supported metadate is: | ||
- Cover | ||
- Title | ||
- Automatic update checking and installing | ||
|
||
## COMPASS v0.1.0 (10 June 2022) | ||
|
||
- Release of 0.1.0 | ||
# CHANGELOG | ||
|
||
## COMPASS v0.4.0 (29 June 2022) | ||
|
||
### Fixes | ||
|
||
- Fixed Adding tags not working | ||
- Fix some inconsistent UI elements | ||
|
||
### Enhancements | ||
|
||
- various UI improvements | ||
|
||
### New Features | ||
|
||
- Added new Home layout | ||
- Added option to favourite a book | ||
- Track when and how often books are opened | ||
|
||
## COMPASS v0.3.1 (16 June 2022) | ||
|
||
### Fixes | ||
|
||
- Fixed crash on startup when update is found | ||
|
||
## COMPASS v0.3.0 (16 June 2022) | ||
|
||
### Fixes | ||
|
||
- Fixed crash when trying to open release notes in settings | ||
- COMPASS now installs to "/Program Files/" by default instead of "/Program Files (x86)/" | ||
- Fixed crash when launching COMPASS for the very first time | ||
- User preferences are now retained across updates | ||
|
||
### Enhancements | ||
|
||
- Added option to delete user data on uninstall | ||
- The icon of the used view (list, cards, tiles) is now highlighted | ||
- Clicking "browse" in the sources section of files now opens in the location of the file | ||
- Search now tolerates typos and accepts abbreviations | ||
|
||
### New Features | ||
|
||
- Logging has been added to facilitate reporting issues | ||
- Added "Show in Explorer" option to file context menu | ||
- Added a way to update the file path references in all files in a collection when you rename a folder | ||
|
||
### Other Changes | ||
|
||
- renamed "Changelog" tab in settings to "What's New" | ||
|
||
## COMPASS v0.2.0 (14 June 2022) | ||
|
||
### Fixes | ||
|
||
- Importing a homebrewery file would sometimes fail | ||
- Metadata fields of homebrewery were cut short if they contained a comma | ||
|
||
### New Features | ||
|
||
- Google drive import has been added, supported metadate is: | ||
- Cover | ||
- Title | ||
- Automatic update checking and installing | ||
|
||
## COMPASS v0.1.0 (10 June 2022) | ||
|
||
- Release of 0.1.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<item> | ||
<version>0.3.1</version> | ||
<url>https://github.com/DSPAUL/COMPASS/releases/download/v0.3.1-beta/COMPASS_Setup_0.3.1.exe</url> | ||
<changelog>https://github.com/DSPAUL/COMPASS/blob/master/Changelog.md#compass-v031-16-june-2022</changelog> | ||
<version>0.4.0</version> | ||
<url>https://github.com/DSPAUL/COMPASS/releases/download/v0.4.0-beta/COMPASS_Setup_0.4.0.exe</url> | ||
<changelog>https://github.com/DSPAUL/COMPASS/blob/master/Changelog.md#compass-v040-29-june-2022</changelog> | ||
<mandatory>false</mandatory> | ||
</item> |