Skip to content

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
z411 committed Apr 8, 2019
1 parent 7d94eac commit ffe34cc
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion trackma/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
import pickle
import uuid

VERSION = '0.7.6'
VERSION = '0.8'

datadir = os.path.dirname(__file__)
LOGIN_PASSWD = 1
Expand Down

0 comments on commit ffe34cc

Please sign in to comment.