Releases: DSPaul/COMPASS
Releases · DSPaul/COMPASS
V1.8.2
v1.8.1
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
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
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
v1.7.4
v1.7.3
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
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
v1.7.0
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.
- Export collections to a new .satchel file to share with your friends. Exports can include:
- 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.