diff --git a/CHANGELOG.md b/CHANGELOG.md index f34a81a..faa9344 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [v71](https://github.com/hardpixel/unite-shell/tree/v71) (2023-05-07) + +[Full Changelog](https://github.com/hardpixel/unite-shell/compare/v70...v71) + +**Closed issues:** + +- Unity shell tray icons [\#327](https://github.com/hardpixel/unite-shell/issues/327) +- Is it possible to hide the buttons in the GTK application of the FlatPack package? [\#326](https://github.com/hardpixel/unite-shell/issues/326) +- \[Feature Request\] Ability to close, maximize, minimize unfocused windows [\#46](https://github.com/hardpixel/unite-shell/issues/46) + +**Merged pull requests:** + +- Add Windwood theme [\#325](https://github.com/hardpixel/unite-shell/pull/325) ([natewind](https://github.com/natewind)) +- czech translation [\#322](https://github.com/hardpixel/unite-shell/pull/322) ([Amereyeu](https://github.com/Amereyeu)) + ## [v70](https://github.com/hardpixel/unite-shell/tree/v70) (2023-03-01) [Full Changelog](https://github.com/hardpixel/unite-shell/compare/v69...v70) @@ -232,7 +247,7 @@ **Merged pull requests:** -- GTK4-Settings: Fix focus behavior [\#234](https://github.com/hardpixel/unite-shell/pull/234) ([fushinari](https://github.com/fushinari)) +- GTK4-Settings: Fix focus behavior [\#234](https://github.com/hardpixel/unite-shell/pull/234) ([mufeedali](https://github.com/mufeedali)) ## [v48](https://github.com/hardpixel/unite-shell/tree/v48) (2021-03-26) diff --git a/unite@hardpixel.eu/metadata.json b/unite@hardpixel.eu/metadata.json index c059ad6..09e1d5d 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": 70, + "version": 71, "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." }