From 4beafd5a19887de9ec4a53a02e4df17dc6a30a77 Mon Sep 17 00:00:00 2001 From: Moon-0xff Date: Wed, 2 Oct 2024 11:59:16 -0300 Subject: [PATCH] Update CHANGELOG.md and bump extension version for GNOME 45+ --- CHANGELOG.md | 3 +++ patches/gnome45-compatibility.patch | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 625fe47..1c35259 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -85,3 +85,6 @@ Note: The unlisted version 26 for GNOME 45 users already included the `Identity` users - Replaces the "info-symbolic" icon with an standard icon (v32 only) +# Version 33 +- Adds support for GNOME 47 + diff --git a/patches/gnome45-compatibility.patch b/patches/gnome45-compatibility.patch index 6f381b2..d7af436 100644 --- a/patches/gnome45-compatibility.patch +++ b/patches/gnome45-compatibility.patch @@ -91,7 +91,7 @@ index 2a15493..8a01794 100644 "description": "Display a label in your panel with the song/title/album/artist information available from an mpris compatible player. You can also control the player, raise/lower its volume, customize the label, and a lot more! This extension works with Spotify, Vlc, Rhythmbox, Firefox, Chromium, and (probably) any MPRIS compatible player.", - "version": 31, - "shell-version": [ "43", "44" ], -+ "version": 32, ++ "version": 33, + "shell-version": [ "45", "46", "47" ], "url": "https://github.com/Moon-0xff/gnome-mpris-label", "settings-schema": "org.gnome.shell.extensions.mpris-label"