File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
21
v0.7.6
2
22
- Bugfix: (Anilist+Qt/GTK) Fixed crash when the token was old
3
23
- Bugfix: (Qt) Undefined dates now sort properly
Original file line number Diff line number Diff line change 22
22
import pickle
23
23
import uuid
24
24
25
- VERSION = '0.7.6 '
25
+ VERSION = '0.8 '
26
26
27
27
datadir = os .path .dirname (__file__ )
28
28
LOGIN_PASSWD = 1
You can’t perform that action at this time.
0 commit comments