2 Commits
68.9 ... 69.1

Author SHA1 Message Date
Artyom Zorin
250d988473 Bump to version 69.1 2025-09-15 16:45:47 +01:00
Artyom Zorin
41f92619bf Bump to version 69 2025-09-12 14:16:30 +01:00
2 changed files with 13 additions and 1 deletions

12
debian/changelog vendored
View File

@@ -1,3 +1,15 @@
gnome-shell-extension-zorin-taskbar (69.1) noble; urgency=medium
* Set prefs window width
-- Artyom Zorin <azorin@zoringroup.com> Mon, 15 Sep 2025 16:44:10 +0100
gnome-shell-extension-zorin-taskbar (69) noble; urgency=medium
* Re-based on upstream version 69
-- Artyom Zorin <azorin@zoringroup.com> Fri, 12 Sep 2025 14:14:35 +0100
gnome-shell-extension-zorin-taskbar (68.9) noble; urgency=medium
* Rebased on upstream commit 44be0a739f26d872f27e81bd57928b6f61920476

View File

@@ -1855,7 +1855,7 @@ export default class ZorinTaskbarPreferences extends ExtensionPreferences {
})
// use default width or window
window.set_default_size(0, 625)
window.set_default_size(600, 625)
new Preferences(window, window._settings, window._gnomeInterfaceSettings, this.path)
}