diff --git a/CHANGELOG.md b/CHANGELOG.md index d6fd787..811500e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [v60](https://github.com/hardpixel/unite-shell/tree/v60) (2022-03-20) + +[Full Changelog](https://github.com/hardpixel/unite-shell/compare/v59...v60) + +**Closed issues:** + +- \[Feature Request\] Blacklist/Whitelist for global window buttons [\#287](https://github.com/hardpixel/unite-shell/issues/287) +- Fails to load with: TypeError: Main.panel.\_\_proto\_\_\[Gi.hook\_up\_vfunc\_symbol\] is not a function [\#286](https://github.com/hardpixel/unite-shell/issues/286) +- \[Feature request\] Option to conditionally hide app icon [\#283](https://github.com/hardpixel/unite-shell/issues/283) +- MS Edge doubling down window controls when maximized in top bar [\#282](https://github.com/hardpixel/unite-shell/issues/282) +- \[Feature request\] Global Menu [\#278](https://github.com/hardpixel/unite-shell/issues/278) + +**Merged pull requests:** + +- Gnome 42 compatibility [\#289](https://github.com/hardpixel/unite-shell/pull/289) ([gonzaarcr](https://github.com/gonzaarcr)) +- Add 42 since it works there too [\#280](https://github.com/hardpixel/unite-shell/pull/280) ([shemgp](https://github.com/shemgp)) +- Add Korean Translation [\#275](https://github.com/hardpixel/unite-shell/pull/275) ([kuroehanako](https://github.com/kuroehanako)) + ## [v59](https://github.com/hardpixel/unite-shell/tree/v59) (2021-11-03) [Full Changelog](https://github.com/hardpixel/unite-shell/compare/v58...v59) diff --git a/unite@hardpixel.eu/metadata.json b/unite@hardpixel.eu/metadata.json index 5993d42..00a3eff 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": 59, + "version": 60, "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." }