From 893e851cf5d104a84d142db1f9327f3401e7e70c Mon Sep 17 00:00:00 2001 From: jonian Date: Thu, 22 Sep 2022 14:23:29 +0300 Subject: [PATCH] bump version to 66 --- CHANGELOG.md | 24 ++++++++++++++++++++---- unite@hardpixel.eu/metadata.json | 2 +- 2 files changed, 21 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41a775b..8142c1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,28 @@ # Changelog -## [v65](https://github.com/hardpixel/unite-shell/tree/v65) (2022-04-25) +## [v66](https://github.com/hardpixel/unite-shell/tree/v66) (2022-09-22) -[Full Changelog](https://github.com/hardpixel/unite-shell/compare/v64...v65) +[Full Changelog](https://github.com/hardpixel/unite-shell/compare/v65...v66) -**Fixed bugs:** +**Closed issues:** + +- Epiphany: Duplication of window buttons [\#304](https://github.com/hardpixel/unite-shell/issues/304) +- Flatpak + Flatseal [\#303](https://github.com/hardpixel/unite-shell/issues/303) +- Everything works EXCEPT hide window titlebars [\#298](https://github.com/hardpixel/unite-shell/issues/298) +- Move Menubars into the Gnome-bar. [\#297](https://github.com/hardpixel/unite-shell/issues/297) +- Double title bar buttons in different apps [\#295](https://github.com/hardpixel/unite-shell/issues/295) +- Broken [\#294](https://github.com/hardpixel/unite-shell/issues/294) +- Today's update broke this extension [\#293](https://github.com/hardpixel/unite-shell/issues/293) +- Firefox title bar not showing when maximized on second screen [\#281](https://github.com/hardpixel/unite-shell/issues/281) -- Titlebar action double-click not working on GNOME 42 [\#290](https://github.com/hardpixel/unite-shell/issues/290) +**Merged pull requests:** + +- Gnome 43 support [\#307](https://github.com/hardpixel/unite-shell/pull/307) ([jonian](https://github.com/jonian)) +- Add Brazilian Portuguese translation [\#305](https://github.com/hardpixel/unite-shell/pull/305) ([rffontenelle](https://github.com/rffontenelle)) + +## [v65](https://github.com/hardpixel/unite-shell/tree/v65) (2022-04-25) + +[Full Changelog](https://github.com/hardpixel/unite-shell/compare/v64...v65) ## [v64](https://github.com/hardpixel/unite-shell/tree/v64) (2022-04-16) diff --git a/unite@hardpixel.eu/metadata.json b/unite@hardpixel.eu/metadata.json index 6654ca1..8f451a7 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": 65, + "version": 66, "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." }