diff --git a/CHANGELOG.md b/CHANGELOG.md index fdd9515..267851b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [v69](https://github.com/hardpixel/unite-shell/tree/v69) (2022-11-09) + +[Full Changelog](https://github.com/hardpixel/unite-shell/compare/v68...v69) + +**Fixed bugs:** + +- The button does not work,restarting the computer after the computer locks the screen, in GNOME42 [\#299](https://github.com/hardpixel/unite-shell/issues/299) + ## [v68](https://github.com/hardpixel/unite-shell/tree/v68) (2022-09-28) [Full Changelog](https://github.com/hardpixel/unite-shell/compare/v67...v68) @@ -13,7 +21,6 @@ - Add a blocklist for windows/apps/extensions [\#309](https://github.com/hardpixel/unite-shell/issues/309) - Top bar window buttons appear when all windows closed [\#302](https://github.com/hardpixel/unite-shell/issues/302) -- The button does not work,restarting the computer after the computer locks the screen, in GNOME42 [\#299](https://github.com/hardpixel/unite-shell/issues/299) ## [v67](https://github.com/hardpixel/unite-shell/tree/v67) (2022-09-23) diff --git a/unite@hardpixel.eu/metadata.json b/unite@hardpixel.eu/metadata.json index dfb40d9..d72e35e 100644 --- a/unite@hardpixel.eu/metadata.json +++ b/unite@hardpixel.eu/metadata.json @@ -4,7 +4,7 @@ "url": "https://github.com/hardpixel/unite-shell", "settings-schema": "org.gnome.shell.extensions.unite", "gettext-domain": "unite", - "version": 68, + "version": 69, "name": "Unite", "description": "Unite is a GNOME Shell extension which makes a few layout tweaks to the top panel and removes window decorations to make it look like Ubuntu Unity Shell.\n\n- Adds window buttons to the top panel for maximized windows.\n- Shows current window title in the app menu for maximized windows.\n- Removes titlebars on maximized windows.\n- Hides window controls on maximized windows with headerbars.\n- Moves the date to the right, reduces panel spacing and removes dropdown arrows.\n- Moves legacy tray icons to the top panel.\n- Moves notifications to the right.\n- Hides activities button.\n- Adds desktop name to the top panel.\n\nThis extension depends on some Xorg utilities. To install them:\n- Debian/Ubuntu: apt install x11-utils\n- Fedora/RHEL: dnf install xprop\n- Fedora Silverblue: rpm-ostree install xprop\n- Arch: pacman -S xorg-xprop\n\n*Settings are provided to enable/disable or customize the available tweaks.\n* Since version 2 applications on wayland with client side decorations are supported using CSS." }