diff --git a/CHANGELOG b/CHANGELOG index 24fed61f..666c9064 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,23 @@ +v0.8 +- New: (Qt) Card view in search dialog +- New: (Qt, Anilist) Search by season +- New: (Anilist) Support for different score formats +- New: Support for multiple media directories +- New: (CLI) Non-interactive mode allowing to run single commands by command line or stdin +- Improvement: Using XDG directory names +- Improvement: (curses) vi-like keybindings +- Improvement: monthly.moe hook updated for Anilist support +- Improvement: Support for forcing the use of a specified tracker_type +- Bugfix: (Anilist) Added Rewatching status +- Bugfix: (Anilist) Fixed crash in Python 2.5 +- Bugfix: (Anilist) Fixed Completed list not loading when they are sent split by the server +- Bugfix: (Qt) Fixed aesthetic bugs in add show dialog +- Bugfix: (Qt) Fixed crash when using automatic add prompt +- Bugfix: (Qt/GTK) Fixed crash when there's an alpha channel in thumbnails +- Bugfix: (GTK) Fixed crash when PIL is unavailable +- Bugfix: (Kitsu) Fixed start/end dates not being sent +- Bugfix: Fixed tracking not getting cleaned up after account/mediatype change + v0.7.6 - Bugfix: (Anilist+Qt/GTK) Fixed crash when the token was old - Bugfix: (Qt) Undefined dates now sort properly diff --git a/trackma/utils.py b/trackma/utils.py index ad298049..2450387b 100644 --- a/trackma/utils.py +++ b/trackma/utils.py @@ -22,7 +22,7 @@ import pickle import uuid -VERSION = '0.7.6' +VERSION = '0.8' datadir = os.path.dirname(__file__) LOGIN_PASSWD = 1