From e6e395f1ff77314fd330c175b1ec9429e687dd78 Mon Sep 17 00:00:00 2001 From: Sumner Evans Date: Mon, 10 Aug 2020 08:46:35 -0600 Subject: [PATCH] Update CHANGELOG for v0.11.8 --- CHANGELOG.rst | 10 ++++++++++ sublime/__init__.py | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 65cadb4..44d899a 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,12 @@ +v0.11.8 +======= + +**Bug Fixes** + +* Fixed regression where you couldn't delete playlists. +* Added loading indicator to the play queue when using the load play queue + button. (#130) + v0.11.7 ======= @@ -14,6 +23,7 @@ v0.11.7 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 + (thanks to @albakham) * 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 diff --git a/sublime/__init__.py b/sublime/__init__.py index eec2a4d..5dae133 100644 --- a/sublime/__init__.py +++ b/sublime/__init__.py @@ -1 +1 @@ -__version__ = "0.11.7" +__version__ = "0.11.8"