Skip to content

Commit

Permalink
bump version to 80
Browse files Browse the repository at this point in the history
  • Loading branch information
jonian committed Sep 21, 2024
1 parent 286ede4 commit 5005620
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [v80](https://github.com/hardpixel/unite-shell/tree/v80) (2024-09-21)

[Full Changelog](https://github.com/hardpixel/unite-shell/compare/v79...v80)

**Closed issues:**

- Keep the new « workspace switcher » which now replaces the « activities » button ? [\#363](https://github.com/hardpixel/unite-shell/issues/363)

**Merged pull requests:**

- Libadwaita settings [\#376](https://github.com/hardpixel/unite-shell/pull/376) ([jonian](https://github.com/jonian))

## [v79](https://github.com/hardpixel/unite-shell/tree/v79) (2024-07-27)

[Full Changelog](https://github.com/hardpixel/unite-shell/compare/v78...v79)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ Before installing the extension, make sure you have installed `xprop`.
Then install the latest version using the commands below.

```bash
wget https://github.com/hardpixel/unite-shell/releases/download/v79/unite-v79.zip
gnome-extensions install unite-v79.zip
wget https://github.com/hardpixel/unite-shell/releases/download/v80/unite-v80.zip
gnome-extensions install unite-v80.zip
```

To get notifications for new [releases](https://github.com/hardpixel/unite-shell/releases) you can watch this repository.
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": 79,
"version": 80,
"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.",
"donations": {
Expand Down

0 comments on commit 5005620

Please sign in to comment.