Skip to content

Commit

Permalink
v62
Browse files Browse the repository at this point in the history
  • Loading branch information
RaphaelRochet committed Aug 25, 2024
1 parent 6c2ad78 commit 76fa642
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# arch-update
Update indicator for Arch Linux and GNOME Shell

## Warning for Gnome 42
## Warning for Gnome 42+
Default update command tries to run "gnome-terminal".
You need to either install gnome-terminal or edit update command in advanced options to run Console. See wiki for examples.

Expand All @@ -28,6 +28,13 @@ To install, simply download as zip and unzip contents in ~/.local/share/gnome-sh

## Changes

### v62
- Better timer handling
- Spacing tweaks in menu
- Added last check time in menu (can be disabled)
- Updated translation : Slovak
- Added Gnome 47

### v61
- Make underlining package names an option
- Fix visual bug when scrolling updates list
Expand Down
4 changes: 2 additions & 2 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"description": "Update indicator for Arch Linux and GNOME Shell.\n** Note : you now need to install the package pacman-contrib to use the checkupdates script. **\n Can support AUR or other distros by changing command used to check for and apply updates.\n See README about Gnome Console",
"description": "Update indicator for Arch Linux and GNOME Shell. Uses gnome-terminal by default.\n** Note : you need to install the package pacman-contrib to use the checkupdates script. **\n Can support AUR or other distros by changing command used to check for and apply updates.",
"name": "Arch Linux Updates Indicator",
"shell-version": [ "46", "47" ],
"url": "https://github.com/RaphaelRochet/arch-update",
"uuid": "arch-update@RaphaelRochet",
"gettext-domain": "arch-update",
"settings-schema": "org.gnome.shell.extensions.arch-update",
"version": 61
"version": 62
}

0 comments on commit 76fa642

Please sign in to comment.