Documentation changes

This commit is contained in:
Valentijn 2018-05-27 17:16:43 +02:00
parent 3eb60ad755
commit 17756cc431
2 changed files with 30 additions and 19 deletions

View file

@ -1,6 +1,18 @@
Changelog Changelog
--------- ---------
Clay 1.1.0
=========
TBA
* Liked Songs Playlist (by Valentijn)
* Thumbs Up / Thumbs Down (by Valentijn)
* Alphabetical Sorting in Library View (by Valentijn)
* Explicit Rating Icon (by Valentijn)
* Various bugfixes
Clay 1.0.0 Clay 1.0.0
========== ==========
@ -140,4 +152,3 @@ Clay 0.3
* Auth token caching * Auth token caching
* Colors * Colors
* Copy URL to clipboard * Copy URL to clipboard

View file

@ -69,31 +69,31 @@ Documentation is [available here](http://clay.readthedocs.io/en/latest/).
- lib[VLC] (native, distributed with VLC player) - lib[VLC] (native, distributed with VLC player)
# What works # What works
- Playback
- Configurable keybinds and colours
- Liked songs playlist (cur. static)
- Music library browsing & management
- Playlists
- Radio stations
- Song search
- Filtering results
- Queue management
- Notifications
- Audio equalizer - Audio equalizer
- Global hotkeys
- Song file caching
- Configuration UI
- Token caching for faster authorizations
- Song operations (add to library, start station etc.)
- Caching (not for song data, that one is coming soon) - Caching (not for song data, that one is coming soon)
- Configurable keybinds and colours
- Configuration UI
- Filtering results
- Global hotkeys
- Like/dislike tracks
- Liked songs playlist
- Music library browsing & management
- Notifications
- PYPI package - PYPI package
- Playback
- Playlists
- Queue management
- Radio stations
- Song file caching
- Song operations (add to library, start station etc.)
- Song search
- Token caching for faster authorizations
# What is being developed # What is being developed
- Artist/album display
- Like/dislike tracks (mostly done but currently is a one time only action)
- Playlist editing
- Artist/album search - Artist/album search
- Other functionality that is supported by [gmusicapi] - Other functionality that is supported by [gmusicapi]
- Playlist editing
# Installation # Installation