Version 1.0.0

This commit is contained in:
Andrew Dunai 2018-04-06 11:51:00 +03:00
parent 797ad90122
commit 90caca92a7
No known key found for this signature in database
GPG key ID: 592B181FC403814E
2 changed files with 17 additions and 1 deletions

View file

@ -1,6 +1,22 @@
Changelog
---------
Clay 1.0.0
==========
* Configurable keybinds (by Valentijn)
* Configurable colors (by Valentijn)
* Pluggable X keybinds (by Valentijn)
* "My stations" page (by @Fluctuz)
* Better settings management (by Valentijn)
* Equalizer
* Track caching indicator
* Optimized settings & cache
* Code complexity & code climate integration
* Countless fixes
* Badges!
* IRC channel!
Clay 0.7.2
==========

View file

@ -2,7 +2,7 @@
Predefined values.
"""
APP_NAME = 'Clay Player'
VERSION = '0.7.2'
VERSION = '1.0.0'
AUTHOR = "Andrew Dunai"
DESCRIPTION = "Awesome standalone command line player for Google Play Music"