Release notes for v0.8.8 and version bump

This commit is contained in:
Sumner Evans
2019-11-14 21:34:17 -07:00
parent ec96abe281
commit 8c31292522
2 changed files with 14 additions and 1 deletions

View File

@@ -1,3 +1,16 @@
v0.8.8
======
* Removed the ``gobject`` dependency from ``setup.py`` which hopefully fixes the
issue with AUR installs.
* Don't scrobble songs until 5 seconds into the song.
* Added "Play All" and "Shuffle All" to the Artists view.
* Don't load the device list every single time the Devices button is pressed.
* Indicator for the currently active device in the Devices list.
* **Bug Fixes:**
* Fixed a few of the icons.
v0.8.7
======

View File

@@ -1 +1 @@
__version__ = '0.8.7'
__version__ = '0.8.8'