diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fc9907a..ec47b73a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -52,7 +52,7 @@ Includes new options to customize the icon alongside the label: - Use album art as icon when available - Album art scaling: adjust the size of the album art image on the panel -# Upcoming Version +# Version 18 - Hide the label widget completely when there's no available mpris sources - Uncouple refresh from shell main loop (this virtually gives the extension a "refresh time" of 0ms) diff --git a/metadata.json b/metadata.json index f4b55a61..d29122ce 100644 --- a/metadata.json +++ b/metadata.json @@ -2,7 +2,7 @@ "uuid": "mprisLabel@moon-0xff.github.com", "name": "Mpris Label", "description": "Display in your panel the (song)title, album and/or artist name available from an mpris compatible media player, such as Spotify, Vlc, Rhythmbox, Firefox, Chromium and many more. Lots of features and very customizable!", - "version": 17, + "version": 18, "shell-version": [ "3.36", "3.38", "40", "41", "42", "43", "44" ], "url": "https://github.com/Moon-0xff/gnome-mpris-label" }