From d4c4d2077bb7e8c0ee70c716cd302b8a0454abb1 Mon Sep 17 00:00:00 2001 From: Andrew Dunai Date: Thu, 9 Aug 2018 14:29:30 +0300 Subject: [PATCH] Bump version to 1.1.0 --- CHANGELOG.rst | 14 +++++++++++--- clay/meta.py | 2 +- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index abfd7fd..774a225 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,17 +1,25 @@ Changelog --------- -Clay 1.1.0 -========= +Clay 1.2.0 +========== TBA +Clay 1.1.0 +========== + +2018-08-09 + * Liked Songs Playlist (by Valentijn) * Thumbs Up / Thumbs Down (by Valentijn) * Alphabetical Sorting in Library View (by Valentijn) * Explicit Rating Icon (by Valentijn) +* OSD notifications +* setproctitle to nicely display clay in process list * Various bugfixes - +* Fix #29 (customizable tab activation hotkeys) +* Fix #31 (rating issues) Clay 1.0.0 ========== diff --git a/clay/meta.py b/clay/meta.py index 44eb214..7b93911 100644 --- a/clay/meta.py +++ b/clay/meta.py @@ -2,7 +2,7 @@ Predefined values. """ APP_NAME = 'Clay Player' -VERSION = '1.0.2' +VERSION = '1.1.0' AUTHOR = "Andrew Dunai" DESCRIPTION = "Awesome standalone command line player for Google Play Music"