mirror of
https://github.com/vale981/clay
synced 2025-03-04 17:11:41 -05:00
Version 1.0.0
This commit is contained in:
parent
797ad90122
commit
90caca92a7
2 changed files with 17 additions and 1 deletions
|
@ -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
|
||||
==========
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue