Skip to content

Commit

Permalink
Merge pull request #6 from DSPAUL/dev
Browse files Browse the repository at this point in the history
Bump version info and release notes to 0.4.0
  • Loading branch information
DSPaul authored Jun 29, 2022
2 parents 0573c9a + 1544157 commit fadaf1c
Show file tree
Hide file tree
Showing 3 changed files with 72 additions and 54 deletions.
118 changes: 68 additions & 50 deletions Changelog.md
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
2 changes: 1 addition & 1 deletion src/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("0.3.1")]
[assembly: AssemblyVersion("0.4.0")]
//[assembly: AssemblyFileVersion("1.0.0")]
6 changes: 3 additions & 3 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>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>

0 comments on commit fadaf1c

Please sign in to comment.