From 4d0dbbd12c97e7b2088f16406a30efafff183c1e Mon Sep 17 00:00:00 2001 From: jonian Date: Wed, 28 Apr 2021 20:40:43 +0300 Subject: [PATCH] bump version to 53 --- CHANGELOG.md | 9 +++++++++ unite@hardpixel.eu/metadata.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7984dac..f27c761 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [v53](https://github.com/hardpixel/unite-shell/tree/v53) (2021-04-28) + +[Full Changelog](https://github.com/hardpixel/unite-shell/compare/v52...v53) + +**Closed issues:** + +- Spacing of the icons squeezed after lock screen [\#240](https://github.com/hardpixel/unite-shell/issues/240) +- Duplicated window buttons on Firefox and Chrome [\#239](https://github.com/hardpixel/unite-shell/issues/239) + ## [v52](https://github.com/hardpixel/unite-shell/tree/v52) (2021-04-19) [Full Changelog](https://github.com/hardpixel/unite-shell/compare/v51...v52) diff --git a/unite@hardpixel.eu/metadata.json b/unite@hardpixel.eu/metadata.json index 48664a8..dd38e5e 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": 52, + "version": 53, "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 xorg-x11-utils\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." }