diff --git a/CHANGELOG.md b/CHANGELOG.md index b28dfcc..7aabfb4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [v63](https://github.com/hardpixel/unite-shell/tree/v63) (2022-04-16) + +[Full Changelog](https://github.com/hardpixel/unite-shell/compare/v62...v63) + +**Closed issues:** + +- Decorations are not removed for QT applications when maximized in Gnome 42 with Wayland [\#291](https://github.com/hardpixel/unite-shell/issues/291) +- Closing certain types of windows creating lots of debug messages [\#276](https://github.com/hardpixel/unite-shell/issues/276) +- Changing workspaces creates a JS error [\#274](https://github.com/hardpixel/unite-shell/issues/274) + ## [v62](https://github.com/hardpixel/unite-shell/tree/v62) (2022-04-07) [Full Changelog](https://github.com/hardpixel/unite-shell/compare/v61...v62) diff --git a/unite@hardpixel.eu/metadata.json b/unite@hardpixel.eu/metadata.json index 13f9933..8a2e433 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": 62, + "version": 63, "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." }