Releases: iamjustkoi/LeechToolkit
Releases · iamjustkoi/LeechToolkit
Leech Toolkit Patch v1.3.7
- Fixed some error messages caused by invalid Anki hooks (@ganqqwerty)
- Updated to work with new and Qt6 versions of Anki (@ganqqwerty)
Leech Toolkit Patch v1.3.6
- Updates for compatibility with certain Anki versions (2.1.35 ~ 2.1.40)
Leech Toolkit Patch v1.3.5
- Checked compatibility with some old and new versions, and the most recent Anki release (2.1.56)
- Added a check for empty config entries when merging configs with the default placeholder config
- Added an extra check for undo entries using an invalid input
- Added an extra check for redundancy and differences in versions to catch some fall-throughs for undo entries during reviews
- Misc. fixes and improvements
Leech Toolkit Pre-Release v1.3.5-b1
- Fix for empty config entries causing infinite loops when syncing/loading the add-on's config in any way
- Potential fix for an issue where retrieving a retrieved undo step being empty could cause issues with any other, newly-added entries
(Pre-release available here)
Leech Toolkit Patch v1.3.4
- Added an option for toggling toasts/update popups during reviews (located in the Advanced tab)
- Added a catch for issues related to missing threshold keys when updating the collection
- Fixed rendering issues for restore and remove buttons in Qt5 and Qt6 versions
- Fixed an issue where the apply button wasn't listening for updates to lapse-reverse options
- Misc. fixes and improvements
Leech Toolkit Pre-Release v1.3.4-b1
- Added option to toggle toast messages in reviews
- Added a catch for issues related to missing leech thresholds for decks
- Misc. fixes and improvements
(Pre-release available here)
Leech Toolkit Patch v1.3.3
- Update for compatibility with the new V3 scheduler changes in Anki 2.1.55
- Fix for bad threshold checks not checking for zeroed values
Leech Toolkit Patch v1.3.2
- Added new system for checking whether a card is a leech or not for the V3 scheduler that takes into account the new, "card states" feature
- Updated the reviewer to re-attain modified cards after performing actions/updates on them in the V3 scheduler (potential fix for #8)
- Updated legacy reviewer to flush cards after updates instead of using the old card version
- Updated leech status checks to no longer use the built-in leech tag (outside of cross-device syncing)
- This also includes when cards are un-leeched, so now the leech/un-leech threshold are the only options considered, here
- Fixed issues with markdown not being rendered in the About tab for all Anki and Qt versions
- Fixed issues with incorrectly grabbing certain marker options from the config
- Fixed decks being created per-letter when suggesting completions for the Move to Deck action
- Misc. fixes and improvements
Leech Toolkit Release v1.3.1
- Added new error handling to catch some issues in the background
- Added a section to the Advanced tab for customizing the Leech Marker's HTML
- Uses some placeholder names that can also be changed in the HTML itself, and/or add-on's meta file
- Updated UI to be more compatible with Qt6 versions of Anki
- Updated to have more compatibility with Advanced Review Bottom Bar
- Updated meta file to expose some more options for individual customzation
- Updated Move to Deck action to automatically create a new deck if the input deck doesn't already exist
- Fixed several issues related to undo steps being overwritten when reviewing using different scheduler/Anki versions
- Removed example images from the release build
- Misc. fixes and improvements