This repository has been archived by the owner on Mar 12, 2023. It is now read-only.
Releases: brunelli/gnome-shell-extension-installer
Releases · brunelli/gnome-shell-extension-installer
Version 1.7
Version 1.6.2
-
The comment parser is now a little bit slower, so it can be way faster: we are now printing each comment right after it is parsed and piping it to
less
. -
Fixed regressions introduced by
v1.6.1
.
Version 1.6.1
-
Improvements to the search shell – now you can use ⬅️ and ➡️ to move the cursor in the current line and ⬆️ and ⬇️ to navigate the command history.
-
Pressing ctrl-c when running something from the search shell will no longer finish the script execution, instead it will go back to the prompt.
-
Improved speed for the comment parser (#9).
-
Fixed an issue when updating as root (#10).
Version 1.6
-
Added update mode.
-
Improved version selection for GNOME Shell >= 3.20.
Version 1.5.1
- Fixed descriptions.
- Removing the dependency on GNOME Shell.
Version 1.5
- Restarting Shell on Wayland is not yet supported, so we remove this option when a Wayland session is running.
- Search shell improvements.
- Minor improvements and cleanups.
Version 1.4.3
- Asking for restart before exiting the search shell.
- Small improvements and bug fixes.
Version 1.4.2
- Added the
--restart-shell
parameter. - Fixed an issue when downloading multiple extensions with different version availability.
Version 1.4.1
- Added the
--no-install
parameter. - Improved loading time for the reload command.
Version 1.4
- Added a command to display comments from
extensions.gnome.org
. - Added an option to save extensions from the search shell.
- Improved content loading on the search shell.