Skip to content

Commit ffe34cc

Browse files
committed
Bumped version
1 parent 7d94eac commit ffe34cc

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
v0.8
2+
- New: (Qt) Card view in search dialog
3+
- New: (Qt, Anilist) Search by season
4+
- New: (Anilist) Support for different score formats
5+
- New: Support for multiple media directories
6+
- New: (CLI) Non-interactive mode allowing to run single commands by command line or stdin
7+
- Improvement: Using XDG directory names
8+
- Improvement: (curses) vi-like keybindings
9+
- Improvement: monthly.moe hook updated for Anilist support
10+
- Improvement: Support for forcing the use of a specified tracker_type
11+
- Bugfix: (Anilist) Added Rewatching status
12+
- Bugfix: (Anilist) Fixed crash in Python 2.5
13+
- Bugfix: (Anilist) Fixed Completed list not loading when they are sent split by the server
14+
- Bugfix: (Qt) Fixed aesthetic bugs in add show dialog
15+
- Bugfix: (Qt) Fixed crash when using automatic add prompt
16+
- Bugfix: (Qt/GTK) Fixed crash when there's an alpha channel in thumbnails
17+
- Bugfix: (GTK) Fixed crash when PIL is unavailable
18+
- Bugfix: (Kitsu) Fixed start/end dates not being sent
19+
- Bugfix: Fixed tracking not getting cleaned up after account/mediatype change
20+
121
v0.7.6
222
- Bugfix: (Anilist+Qt/GTK) Fixed crash when the token was old
323
- Bugfix: (Qt) Undefined dates now sort properly

trackma/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
import pickle
2323
import uuid
2424

25-
VERSION = '0.7.6'
25+
VERSION = '0.8'
2626

2727
datadir = os.path.dirname(__file__)
2828
LOGIN_PASSWD = 1

0 commit comments

Comments
 (0)