Skip to content

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
z411 committed Jul 3, 2017
1 parent 432c7e6 commit fd20eb4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
v0.7.4
- Improvement: (Flex) Added optional login functionality
- Improvement: (curses) Added Play Random function
- Improvement: (GTK) Added -d debug command line flag
- Improvement: (GTK) Showing checkboxes in episode number list (Play episode)
- Bugfix: (Qt) Fixed issue when closing with KDE 5/Qt 5
- Bugfix: (Kitsu) Fixed issue where using e-mail instead of username wouldn't work
- Bugfix: Fixed issue where Playing flag wasn't being cleared if show got
ignored

v0.7.3
- Improvement: (Qt/GTK) Resizing image to a reasonable size in show details dialog
- Improvement: (Flex) Fixed Plex tracker to work with new Plex release (1.4.4.3495)
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.3'
VERSION = '0.7.4'

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

0 comments on commit fd20eb4

Please sign in to comment.