Releases: iamjustkoi/StudyTimeStats
Releases · iamjustkoi/StudyTimeStats
Study Time Stats Patch v2.1.4
- Added macro for average reviews per card:
%card_avg_rev
(@TommyAmberson) - Added macro for average reviews per day:
%day_avg_rev
(@TommyAmberson) - Fixed issues with average day hour caching (@TommyAmberson)
Study Time Stats Patch v2.1.3
- Fixed an issue with an incorrect import statement in a Qt5 file, causing an error message on startup (#49)
Study Time Stats Patch v2.1.2
- Fixed an issue with incorrect imports for Qt5 versions of Anki (#47)
Study Time Stats Patch v2.1.1
- Fixed leftover merge issues related to Qt5 files (#47)
Study Time Stats Patch v2.1.0
- Updated to work with Anki 23+
- Updated version checks to use new Anki scheme
- Updated Qt5 files to work with Qt6 database (@SildCave)
- Added a version check for Qt6 vs Qt5 that uses the specified files based on the version being used
- This should continue to work with legacy and updated versions from here onward, hopefully!
- (Fixed an issue with incorrect week-start days? (#31))
This should largely fix all issues related to updating to Anki 23+ (#37, #40, #45, #46)!
Study Time Stats Patch v2.0.6
- Added support for new version scheme (@pangdaxing23)
Study Time Stats Patch v2.0.5
- Fixed an issue with a bad character left in the image paths causing images not to load for Linux-based systems (#27)
Study Time Stats Patch v2.0.4
- Fixed type hint issues for Python 3.8 or lower that were still left over in the last patch
Study Time Stats Patch v2.0.3
- Fixed an incorrect SQL query causing some review logs to be ignored (#23)
- Fixed incorrect ETA times displayed when viewing a deck without any sub-decks (#25)
- Fixed issues related to older Python installs and object types (#28)
- Fixed bad Qt6 imports blocking the options menu from opening
- Misc. fixes and improvements
Study Time Stats Patch v2.0.2
- Fixed some issues that popped up with Qt6 imports