From d86f68ac41ff35bcaf5fff7f230c2422d3dcc91f Mon Sep 17 00:00:00 2001 From: jonian Date: Wed, 6 Oct 2021 00:39:25 +0300 Subject: [PATCH] bump version to 57 --- CHANGELOG.md | 16 ++++++++++++++++ unite@hardpixel.eu/metadata.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e5c984..ad7eb48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [v57](https://github.com/hardpixel/unite-shell/tree/v57) (2021-10-05) + +[Full Changelog](https://github.com/hardpixel/unite-shell/compare/v56...v57) + +**Closed issues:** + +- unite is making the telegram open in the conversation every time a notification arrives. [\#262](https://github.com/hardpixel/unite-shell/issues/262) +- Top bar windows buttom theme: 'auto' option does not work in gnome-shell 3.38 [\#261](https://github.com/hardpixel/unite-shell/issues/261) +- No longer works on Brave Browser using system title bars [\#260](https://github.com/hardpixel/unite-shell/issues/260) +- Error, when trying to uphgreade/install from https://extensions.gnome.org/extension/1287/unite/ [\#258](https://github.com/hardpixel/unite-shell/issues/258) + +**Merged pull requests:** + +- Add Sweet GTK theme icons [\#263](https://github.com/hardpixel/unite-shell/pull/263) ([gbegkas](https://github.com/gbegkas)) +- Add Dracula theme icons [\#259](https://github.com/hardpixel/unite-shell/pull/259) ([gbegkas](https://github.com/gbegkas)) + ## [v56](https://github.com/hardpixel/unite-shell/tree/v56) (2021-09-26) [Full Changelog](https://github.com/hardpixel/unite-shell/compare/v55...v56) diff --git a/unite@hardpixel.eu/metadata.json b/unite@hardpixel.eu/metadata.json index 8df87d7..0dc0ce0 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": 56, + "version": 57, "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." }