From b278e16c102c01464bd5b18649ddb568cdacd7b2 Mon Sep 17 00:00:00 2001 From: jonian Date: Mon, 27 Sep 2021 00:09:15 +0300 Subject: [PATCH] bump version to 56 --- CHANGELOG.md | 27 +++++++++++++++++++++++++++ unite@hardpixel.eu/metadata.json | 2 +- 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e49afc2..3e5c984 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,32 @@ # Changelog +## [v56](https://github.com/hardpixel/unite-shell/tree/v56) (2021-09-26) + +[Full Changelog](https://github.com/hardpixel/unite-shell/compare/v55...v56) + +**Implemented enhancements:** + +- Titlebar Buttons and Top Panel Buttons Same Theme [\#190](https://github.com/hardpixel/unite-shell/issues/190) + +**Closed issues:** + +- Window buttons appearance on light/dark themes | New Feature + Workaround [\#253](https://github.com/hardpixel/unite-shell/issues/253) +- Autohide status bar from the bottom instead of the top of the screen [\#245](https://github.com/hardpixel/unite-shell/issues/245) +- Some applications “sublime text” and “handbrake” doesn't hide title bar while maxium [\#243](https://github.com/hardpixel/unite-shell/issues/243) +- Incorrect restore button while maximized [\#241](https://github.com/hardpixel/unite-shell/issues/241) +- Flickering or tearing when back from lock screen [\#226](https://github.com/hardpixel/unite-shell/issues/226) +- \[Feature\] Use GTK Window button theme from themes [\#207](https://github.com/hardpixel/unite-shell/issues/207) +- \[Feature request\] Add "Hide top bar" functionality [\#205](https://github.com/hardpixel/unite-shell/issues/205) +- Ubuntu Software \(Snap Store app\) double window bottom [\#191](https://github.com/hardpixel/unite-shell/issues/191) +- Tray icon problems [\#171](https://github.com/hardpixel/unite-shell/issues/171) + +**Merged pull requests:** + +- Revert "Also check the disconnect handler to really fix the error on suspend" [\#257](https://github.com/hardpixel/unite-shell/pull/257) ([jonian](https://github.com/jonian)) +- Also check the disconnect handler to really fix the error on suspend [\#256](https://github.com/hardpixel/unite-shell/pull/256) ([njsf](https://github.com/njsf)) +- Do not attempt to disconnect from object if it is null [\#255](https://github.com/hardpixel/unite-shell/pull/255) ([njsf](https://github.com/njsf)) +- Added Dutch translation [\#252](https://github.com/hardpixel/unite-shell/pull/252) ([Vistaus](https://github.com/Vistaus)) + ## [v55](https://github.com/hardpixel/unite-shell/tree/v55) (2021-09-10) [Full Changelog](https://github.com/hardpixel/unite-shell/compare/v54...v55) diff --git a/unite@hardpixel.eu/metadata.json b/unite@hardpixel.eu/metadata.json index 8fd66fd..8df87d7 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": 55, + "version": 56, "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." }