Compare commits

...

2 Commits

Author SHA1 Message Date
June
b17a805035
other: bump version to 13 2025-06-09 00:24:02 +02:00
June
9c847c0988
feature: support GNOME Shell version 48
Checked the source of 48.2 and tested in Fedora 42 and there don't seem
to be any changes relevant to the functionality of this extension.
2025-06-09 00:22:48 +02:00

View File

@ -2,8 +2,8 @@
"uuid": "top-bar-organizer@julian.gse.jsts.xyz", "uuid": "top-bar-organizer@julian.gse.jsts.xyz",
"name": "Top Bar Organizer", "name": "Top Bar Organizer",
"description": "Organize the items of the top (menu)bar.", "description": "Organize the items of the top (menu)bar.",
"version": 12, "version": 13,
"shell-version": [ "45", "46", "47" ], "shell-version": [ "45", "46", "47", "48" ],
"settings-schema": "org.gnome.shell.extensions.top-bar-organizer", "settings-schema": "org.gnome.shell.extensions.top-bar-organizer",
"url": "https://gitlab.gnome.org/june/top-bar-organizer" "url": "https://gitlab.gnome.org/june/top-bar-organizer"
} }