Skip to content

Releases: iamjustkoi/StudyTimeStats

Study Time Stats Patch v2.1.4

24 Feb 16:57
Compare
Choose a tag to compare

Study Time Stats Patch v2.1.3

05 Feb 14:07
Compare
Choose a tag to compare
  • 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

04 Feb 14:10
Compare
Choose a tag to compare
  • Fixed an issue with incorrect imports for Qt5 versions of Anki (#47)

Study Time Stats Patch v2.1.1

30 Jan 14:45
Compare
Choose a tag to compare
  • Fixed leftover merge issues related to Qt5 files (#47)

Study Time Stats Patch v2.1.0

28 Jan 14:47
Compare
Choose a tag to compare
  • 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

28 Sep 16:29
Compare
Choose a tag to compare

Study Time Stats Patch v2.0.5

07 Jun 13:06
Compare
Choose a tag to compare
  • 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

31 May 14:19
Compare
Choose a tag to compare
  • 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

31 May 12:54
Compare
Choose a tag to compare
  • 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

26 May 17:40
Compare
Choose a tag to compare
  • Fixed some issues that popped up with Qt6 imports