Skip to content

Commit

Permalink
bump version to 56
Browse files Browse the repository at this point in the history
  • Loading branch information
jonian committed Sep 26, 2021
1 parent 75e1f8a commit b278e16
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion [email protected]/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -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."
}

0 comments on commit b278e16

Please sign in to comment.