From a92ef520340b09ad3cb38421c9ed0d2fb7d27281 Mon Sep 17 00:00:00 2001 From: June Date: Fri, 3 Oct 2025 17:22:03 +0200 Subject: [PATCH] feature: support GNOME Shell version 49 Checked the source of 49.0 and tested in Fedora 43 Beta and there don't seem to be any changes relevant to the functionality of this extension. --- src/metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/metadata.json b/src/metadata.json index 12e216f..4256a6b 100644 --- a/src/metadata.json +++ b/src/metadata.json @@ -3,7 +3,7 @@ "name": "Top Bar Organizer", "description": "Organize the items of the top (menu)bar.", "version": 14, - "shell-version": [ "45", "46", "47", "48" ], + "shell-version": [ "45", "46", "47", "48", "49" ], "settings-schema": "org.gnome.shell.extensions.top-bar-organizer", "url": "https://gitlab.gnome.org/june/top-bar-organizer" }