Skip to content

Releases: DSPaul/COMPASS

V1.8.2

01 Nov 10:07
Compare
Choose a tag to compare

Bug Fixes & Stability Improvements

Fixes

  • Fix metadata priority only applying after restart
  • Fix crash when fetching data from openLibrary
  • Fix crash on 'Move to Collection'

v1.8.1

13 Oct 19:46
a54c6eb
Compare
Choose a tag to compare

Stability improvements

Improvements

  • Use new homebrewery metadata endpoint instead of webscraping

Fixes

  • Fix crash when deleting a codex
  • Fix crash when trying to reach to reach openLibrary while it is down
  • Fix crash when cancelling an operation
  • Fix flashbang when fetching a cover in chrome 129

v1.8.0

18 Sep 20:05
f719b75
Compare
Choose a tag to compare

New filter, digitally signed and stability improvements

New Features

  • Added new "Has value for ..." filter that lets you see items that do or do not have a value for a specific property such as Title, tags, release date, ect.

Improvements

  • Performance improvements when generating thumbnails
  • COMPASS is now digitally signed with a code signing certificate

Fixes

  • Fix crash when loading images
  • Fix crash when disk is full
  • Fix crash when writing to a folder without authorization
  • Fix crash when resolving broken paths

v1.7.6

10 Sep 18:43
Compare
Choose a tag to compare

Bugfixes & Stability Improvements

Fixes

  • URLs beginning with "www." are now automatically prefixed with "https://", resolving associated bugs.
  • Fixed crash occurring during tag assignment via metadata import.
  • Fixed Homebrewery Cover Art fetching, which was broken by recent website changes.
  • Errors during filtering will no longer result in a crash.
  • Fix the "Delete Collection" button not working.
  • Fixed folder import dialog displaying despite cancelled selection.

v1.7.5

01 Sep 10:49
Compare
Choose a tag to compare

Stability Improvements

Improvements

  • Made restart after crash optional

Fixes

  • Fixed crash when source URL didn't start with https://

v1.7.4

01 Sep 08:37
Compare
Choose a tag to compare

Stability Improvements

Fixes

  • Fixed crash when saving preferences

v1.7.3

30 Aug 15:37
Compare
Choose a tag to compare

Redesigned dialogs, bugfixes and stability improvements

Improvements

  • Redesigned notification for info, warning and errors
  • One click crash report submission
  • Save files can no longer get corrupted

Fixes

  • Fix tag - folder linking not working
  • Fixed a bug where unchecking all subfolders would still add them
  • Fixed a bug where editing a list of subfolders would delete them

v1.7.2

04 May 09:31
Compare
Choose a tag to compare

Improvements and fixes to Import & Export

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 in Satchels not being imported.

Road to cross platform

  • Adopt Mvvm Toolkit (to prepare for switch to AvaloniaUI).
  • Switch Zip library from windows only DotNetZip to Cross platfrom SharpCompress.
  • Move all preferences to the preferences.xml file.

v1.7.1

17 Mar 00:32
Compare
Choose a tag to compare

Hotfix

Fixes

  • Fix crash on startup on fresh installs

v1.7.0

10 Mar 16:12
Compare
Choose a tag to compare

Import & Export, Auto-import improvements, bugfixes and more

New Features

  • IMPORT & EXPORT are here in the form of Satchels! In this new update you can:
    • Export collections to a new .satchel file to share with your friends. Exports can include:
      • the tags from a collection
      • the items in the collection (such as books and maps) including their metadata, cover art and even the files referenced by those items such as pdf's.
      • your settings for that collection such as which file types to exclude from import
    • Import those .satchel files to merge all of its content into one of your existing collections or add it as brand new collection.
    • Both during import and export, you can pick and choose which tags, books and settings you want to keep using a user friendly wizard. You can access this new feature by using the new "Import" and "Export" options near the collections at the top.
      • If you only want to import only the tags, you can go to "Import Tags" > "From a .satchel file" in the "Tags" Tab.
      • If you only want to import the items without any tags, you can select "From a .satchel file" in the "Add Books" Tab.
    • You can find more info about the new .satchel file format here.
  • You can now merge collections. This is especially handy when used in combination with import. If you would like to browse a collection you wish to import before merging it into your existing collections, you can simply import it as a new collection and merge it later.
  • Added a new context menu to the tags tab which can be accessed by right clicking anywhere or clicking the vertical triple dots, with the following options
    • Sort tags A->Z. #31
    • Export Tags.
  • Importing from a folder now allows you to exclude certain subfolders. #58

Improvements

  • Tags created using "quick new tag" are now automatically added to the item being edited.
  • COMPASS now saves more often to prevent data loss.
  • Info and warning tooltips now appear instantly.
  • Added an explainer when zero-padding is applied to the sorting title.
  • When auto import tries to import a new file type, it will now always ask what to do with it.
  • Increased stability.
  • When manually resolving a broken file reference, COMPASS will analyse how the file path changed and attempt to fix other broken links by applying the same change.

Fixes

  • Fixed tags being cleared when quick creating a tag.
  • Fix total item count not updating.
  • Cards in Card Layout can now resize thanks to an update to the VirtualizingWrapPanel package. (thanks @sbaeumlisberger) This fixes #62
  • Fix metadata source priority preferences not persisting.