From fd20eb48f0878fbff8950ecab90ff63ad9074d1d Mon Sep 17 00:00:00 2001 From: z411 Date: Sun, 2 Jul 2017 23:55:41 -0300 Subject: [PATCH] Bumped version --- CHANGELOG | 10 ++++++++++ trackma/utils.py | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index c65564f8..1fc5c04a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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) diff --git a/trackma/utils.py b/trackma/utils.py index b2eab447..beac6c3c 100644 --- a/trackma/utils.py +++ b/trackma/utils.py @@ -22,7 +22,7 @@ import pickle import uuid -VERSION = '0.7.3' +VERSION = '0.7.4' datadir = os.path.dirname(__file__) LOGIN_PASSWD = 1