From 63d72f17f0543a955f869d09b9a15d2a3122393a Mon Sep 17 00:00:00 2001 From: June Date: Tue, 24 Mar 2026 03:03:27 +0100 Subject: [PATCH] feature: support GNOME Shell version 50 Checked the source of 50.0 and tested in Fedora 44 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 11b0cce..89fb63c 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": 15, - "shell-version": [ "45", "46", "47", "48", "49" ], + "shell-version": [ "45", "46", "47", "48", "49", "50" ], "settings-schema": "org.gnome.shell.extensions.top-bar-organizer", "url": "https://gitlab.gnome.org/june/top-bar-organizer" }