From 2feced28cfc87fe97fcbf98aa28f821a70a6938d Mon Sep 17 00:00:00 2001 From: Sumner Evans Date: Sun, 2 Aug 2020 13:33:57 -0600 Subject: [PATCH] Update CHANGELOG for v0.11.7 --- CHANGELOG.rst | 23 +++++++++++++++++++++++ sublime/__init__.py | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 7d13812..65cadb4 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,26 @@ +v0.11.7 +======= + +**Bug Fixes** + +* Fixed issue where songs in the playlist list would stay selected even after + their downloads were deleted when in Offline Mode. (#221) +* Fixed issue where the playlist image would continually load if the playlist + refresh failed. + +**Distro Packages** + +* Sublime Music is now in Debian Testing: + https://packages.debian.org/bullseye/sublime-music +* Sublime Music is in NixOS Unstable: + https://nixos.org/nixos/packages.html?attr=sublime-music&channel=nixpkgs-unstable&query=sublime-music +* Package maintainers now have the option to move the following directories to + ``/usr/share/sublime-music``: ``adapters/icons``, ``adapters/images``, + ``adapters/subsonic/icons``, ``dbus/mpris_specs/``, ``ui/icons/``, and + ``ui/images/``. Sublime Music will look first in the directory where the + ``sublime/__init__.py`` file is installed for those files, and then fall back + to ``/usr/share/sublime-music`` for finding those files. (#179) + v0.11.6 ======= diff --git a/sublime/__init__.py b/sublime/__init__.py index be37974..eec2a4d 100644 --- a/sublime/__init__.py +++ b/sublime/__init__.py @@ -1 +1 @@ -__version__ = "0.11.6" +__version__ = "0.11.7"