This major release provides one of the most awaited feature to every Guake adicts: Split terminal. Split easily vertically and horizontally each terminal and have more than one terminal per tab. There have been several shortcut changes to help navigate easily on your screen: Ctrl+Shift+Up/Down/Left/Right to switch from terminal to terminal. Thanks for you hard work, @aichingm !
- Split and resize terminals via mouse or keyboard shortcuts.
- "New terminal" / "Rename terminal" / "Close terminal" items has been removed from the terminal context menu. They are still available on the tab context menu.
- Fix multiline selection right click (#1413)
- Fix tab name (#1017)
- fixes jumping preference window (#1149)
- fix no focus after closing a split terminal (#1421)
- Add note about shell that does not support --login parameter (#469)
- pl (Piotr Drąg on weblate)
- nl (Heimen Stoffels on weblate)
- nb (Allan Nordhøy on weblate)
- ru (Igor on weblate)
- zh_CN (庄秋彬 on weblate)
- cs (Pavel Borecki on weblate)
- de (Robin Bauknecht on weblate)
- fr (Gaetan Semet)
This release adds a big rewrite of the Terminal underlying mechanism by Mario Aichinger. It will serve as a foundation layer for long-awaiting features such as Split Terminal, Find Text, Save/Load Session, and so on.
- add a new option in the context menu (copy url)
- support for per terminal context menus
- new more fullscreen handeling
- load default font via python Gio and not via cli call
- add json example for custom commands in the code
- port screen selectino (use_mouse) to Gdk
- add notification for failed show-hide key rebindings
- add one-click key binding editing
- port word character exceptions for newer vte versions
- use Gtk.Box instead of Gtk.HBox
- use Gtk.Notebook's tabs implementation
- enable tab switching by scrolling (mouse wheel) over the tabs/tab-bar
- fixes Settings schema 'guake.general' does not contain a key named 'display_n'
- fixes
guake --fgcolor/--bgcolor
error (#1376).
- fr (thanks samuelorsi125t and ButterflyOfFire)
- ru (thanks Igor)
- pl (thanks Piotr Drąg)
- cz (thanks Pavel Borecki)
- de (thanks Dirk den Hoedt and Mario Aichinger)
- gl (thanks Nacho Vidal)
- Please note
libutempter0
should now be considered as a mandatory dependency of Guake. It solves the frozen terminal issue on exit (#1014)
- Travis build cleaned build artifacts before deployment, leading to missing files when built in the CI.
This minor release mainly fix some issues when installing Guake though pip install --user --upgrade guake
.
A big thanks also to everyone who contributed to the translations on Weblate.
- Don't translate application icon (this finally fixes Guake application icon not being displayed with German locale, which was only partially resolved with #1320)
- Install of Guake through pip install was broken (missing
paths.py
). Now fixed. Discarded generation of bdist. (fix
- sv (thanks to @MorganAntonsson)
- de (thanks to @rzimmer)
- fr
- ru (thanks Igor "f2404" on Weblate)
- cz (thanks Pavel Borecki on Weblate)
- pl (thanks Piotr Drąg on Weblate)
- it (thanks Maurizio De Santis on Weblate)
- Update about screen's credits
pip install guake
now compiles the gsettings schema and finds its languages automatically.
Wayland is a bit more well supported. The X11 backend is now used by default for GDK and it seems to make the shortcut works under most situation.
A more cleaner solution would be to develop a GAction (vote for this feature here])
- A new command has been added:
guake-toggle
, should be faster thanguake -t
. You can use it when you register the global shortcut manually (X11 or Wayland).
- Fix transparency regression on ubuntu composite (#1333)
- Fix transparency issue
- Fix right-click on link
- Fix bad css override on check tab background (#1326)
- Fix Guake application icon not displayed with German locale
- fix ctrl+click on hyperlinks on VTE 0.50 (#1295)
- Fixed "Gruvbox Dark" color palette (swapped foreground and background)
- Swapped foreground and background colors for palettes added in commit #58842e9.
- Add option groupes to the bootstrap scripts
- Thanks to @arcticicestudio, a new nice, clean new palette theme is available for Guake users: Nord (#1275)
- Multiline url are sometimes not handled correctly.
- Users of Byobu or Tmux as default shell should disable the "login shell" option
(in the "Shell" panel). This uses an option,
--login
, that does not exist on these two tools.
- Fix duplication in theme list (#1304)
- Fix right click selection in Midnight Commander
- Corrected usage of
Vte.Regex.new_for_match
to fix regular expression matching (hyperlinks, quick open) on VTE >0.50 (#1295)
URL with
'
(simple quote) and()
(parenthesis) are now captured by hyperlink matcher. This may causes some issues with log and so that use parenthesis around hyperlinks, but since parenthesis and quotes are valid characters inside a URL, like for instance URL created by Kibana, they deserve the right to be shown as proper url in Guake.User can still select the URL in the terminal if he wishes to capture the exact url, before doing a Ctrl+click or a right click.
For developers, it is advised to end the URL with a character that cannot be used in URL, such as space, tab, new line. Ending with a dot (
.
) or a comma (,
) will not be seen as part of the URL by Guake, so most logs and traces that adds a dot or a comma at the end of the URL might still work.
- Fix "Grubbox Dark" theme
- fr
- pl
- ru
- Rework the documentation. The README grew up a lot and was hard to use. It has been cut into several user manual pages in the official online documentation.
- Allow user to select the theme within the preference UI
- Selected tab use "selected highlight" color from theme (#1036)
- fr
- Quick open displays a combobox with predefined settings for Visual Studio Code, Atom and Sublime Text.
- Fix hyperlink VTE
This version of Guake brings mostly bug fixes, and some new features like "Quick Open on selection". I have also reworked internally the Quick Open so that it can automatically open files from logs from pytest and other python development tools output.
However, there might still some false positive on the hovering of the mouse in the terminal, the most famous being the output of ls -l
which may have the mouse looks like it sees hyperlinks on the terminal everywhere. Click does nothing but its an annoying limitation.
Package maintainers should read the "Notes for Package Maintainers" of this release note carefully.
- New "start at login" option in the settings (only for GNOME) #251
- Add
--verbose
/-v
parameter to enable debug logging. Please note the existing-v
(for version number) has been renamed-V
.
- Support for hyperlink VTE extension (described here ) #945 (Untested, as it requires VTE 0.50)
Add great color palettes from Guake Color Scheme, thanks for @ziyenano :
- Aci,
- aco,
- Azu,
- Bim,
- Cai,
- Elementary,
- Elic,
- Elio,
- Freya,
- Gruvbox Dark,
- Hemisu Dark,
- Hemisu Light,
- Jup,
- Mar,
- Material,
- Miu,
- Monokai dark,
- Nep,
- One Light,
- Pali,
- Peppermint,
- Sat,
- Shel,
- Tin,
- Ura,
- Vag.
- Allow application to capture right click (ex: Midnight commander). #1096. It is still possible to show the contextual menu with Shift+right click.
- delete tab even without libutempter (#1198)
- Fix crash when changing command file #1229
- fix
import sys
insimplegladeapp.py
- change scope of
which_align
variable inpref.py
(#1225)
Fix several issues on Quick Edit:
quick open freezes guake
support for systems with PCRE2 (regular expression in terminal) disabled for VTE, like Ubuntu 17.10 and +.
This might disable quick open and open url on direct Ctrl+click. User can still select the wanted url or text and Cltr+click or use contextual menu.
See this discussion on Tilix, another Terminal emulator that suffurs the same issue.
quick open now appears in contextual menu (#1157)
bad translation update on the contextual menu. This causes new strings that was hidden to appear for translators.
Fix quick open on pattern "File:line" line that was not opening the wanted file.
- Fix user interface translations #1228
- Some systems such as Ubuntu did displayed Guake with a translated interface (#1209). The locale system has been reworked to fix that.
- There might be broken translations, or not up-to-date language support by Guake. A global refresh of all existing translations would be welcomed. Most has not been updated since the transition to Guake 3, so these languages support might probably be unfunctional or at least partialy localized.
- A big thank you for all the volunteers and Guake enthousiats would often update their own translation to help guake being used world-wide. - Help is always welcomed for updating translations !
- Support for vte 2.91 (0.52) #1222
- fr_FR
- pl
- de
The setup mecanism has changed a little bit. Some maintainers used to patch the source code of Guake to change the pixmap, Gtk schema or locale paths directly in the
guake/globals.py
file. This was due to a lack of flexibility of the installation target of theMakefile
.The
make install
target looks now a little bit more familiar, allowing distribution packager to set the various paths directly with make flags.For example:
sudo make install \ prefix=/usr \ DESTDIR=/path/for/packager \ PYTHON_SITE_PACKAGE_NAME=site-package \ localedir=/usr/share/locale
The main overrides are:
IMAGE_DIR
: where the pixmap should be installed. Default:/usr/local/share/guake/pixmaps
localedir
: where locales should be installed. Default:/usr/local/share/locale
GLADE_DIR
: where the Glade files should be installed. Default:/usr/local/share/guake
gsettingsschemadir
: where gsettings/dconf schema should be installed. Default:/usr/local/share/glib-2.0/schemas/
I invite package maintainers to open tickets on Github about any other difficulties encountered when packaging Guake.
- Apply cursor blinking to new tabs as well, not only on settings change.
- Fix window losefocus hotkey #1080
- Fix refocus if open #1188
- fix preferences window header color, align the close button more nicely and change borders to margins
- Implements a timestamp for wayland (#1215)
- Add window displacement options to move guake away from the screen edges
- User can manually enter the name of the GTK theme it wants Guake to use. Note there is no
Preference settings yet, one needs to manually enter the name using
dconf-editor
, in the key/apps/guake/general/gtk-theme-name
. Use a name matching one the folders in/usr/share/themes
. Please also considere this is a early adopter features and has only been tested on Ubuntu systems. Dark theme preference can be se with the key/apps/guake/general/gtk-prefer-dark-theme
.
- Allow make install-system to be run as non root user and print a message if so.
Quick open can now open file under selection. Simply select a filename in the current terminal and do a Ctrl+click, if the file path can be found, it will be open in your editor. It allows to virtually open any file path in your terminal (if they are on your local machine), but requires the user to select the file path first, compared to the Quick Open feature that finds file names using regular expression.
Also notes that is it able to look in the current folder if the selected file name exists, allowing Ctrl+click on relative paths as well.
Line number syntax is also supported:
filename.txt:5
will directly on the 5th line if your Quick Open is set for.
- fixes issue with vertically stacked dual monitors #1162
- Quick Open functionnality is restored #1121
- Unusable Guake with "hide on focus lose" option #1152
- Speed up guake D-Bus communication (command line such as
guake -t
).
This minor release mainly focus on fixing big problems that was remaining after the migration to GTK3. I would like to akwonledge the work of some contributors that helped testing and reporting issues on Guake 3.0.0. Thanks a lot to @egmontkob and @aichingm.
The Preference window has been deeply reworked and the hotkey management has been rewriten. This was one the the major regression in Guake 3.0.
- [dev env] automatically open reno slug after creation for editing
- [dev env]: Add the possibility to terminate guake with
Ctrl+c
on terminal where Guake has been launched
- Add "Infinite scrolling" option in "Scrolling" panel #274
- Added hotkey for showing and focusing Guake window when it is opened or closed. It is convenient when Guake window are overlapped with another windows and user needs to just showing it without closing and opening it again. #1133
- Quick Edit feature is not working (#1121)
- Remove visible bell feature #1081
- Command options do not work, crash when disabling keybinding #1111
- Do not open Guake window upon startup #1113
- Fix crash on increase/decrease main window height shortcut #1099
- Resolved conflicting default shortcut for
Ctrl+F2
(now, rename current tab is set toCtrl+Shift+R
) #1101, #1098
- The hotkey management has been rewriten and is now fully functional
- Rework the Preference window and reorganize the settings. Lot of small issues has been fixed. The Preference window now fits in a 1024x768 screen.
- Fix 'Failed to execute child process "-"' - #1119
- History size spin is fixed and now increment by 1000 steps. Default history value is now set to 1000, because "1024" has no real meaning for end user. #1082
- de
- fr
- ru
- The dependencies of the Guake executable has been slightly better described in README.
There is an example for Debian/Ubuntu in the file
scripts/bootstrap-dev-debian.sh
which is the main environment where Guake is developed and tested.
- Package maintainers are encouraged to submit their
bootstrap-dev-[distribution].sh
, applicable for other distributions, to help users install Guake from source, and other package maintainers.
- Preliminary Dark theme support. To use it, install the 'numix' theme in your system.
For example, Ubuntu/Debian users would use
sudo apt install numix-gtk-theme
.
- Cannot enable or disable the GTK or Dark theme by a preference setting.
- Resizer discontinued
- Fix
sudo make uninstall/install
to work only with/usr/local
- Fix translation
mo
file generation
- Fix crash on Wayland
- Fix quick open and open link in terminal
- Fixed Guake initialization on desktop environment that does not support compositing.
Minor maintenance release.
- Code cleaning and GNOME desktop file conformance
Guake has been ported to GTK-3 thanks to the huge work of @aichingm. This also implies Guake now uses the latest version of the terminal emulator component, VTE 2.91. Guake is now only working on Python 3 (version 3.5 or 3.6). Official support for Python 2 has been dropped. This enables new features in upcoming releases, such as "find in terminal", or "split screen".
Ported to GTK3:
- cli arguments
- D-Bus
- context menu of the terminal, the tab bar and the tray icon
- scrollbar of the terminal
ctrl+d
on terminal- fix double click on the tab bar
- fix double click on tab to rename
- fix clipboard from context menu
- notification module
- keyboard shortcuts
- preference screen
- port
gconfhandler
togsettingshandler
- about dialog
- pattern matching
Guake.accel*
methods
Guake now use a brand new build system:
pipenv
to manage dependencies in Pipfile- enforced code styling and checks using Pylint, Flake8, Yapf, ISort.
- simpler release management thanks to PBR
- [dev env] reno will be used to generate release notes for Guake starting version 3.0.0. It allows developers to write the right chunk that will appear in the release note directly from their Pull Request.
Update Guake window title when:
- the active tab changes
- the active tab is renamed
- the vte title changes
- Translation might be broken in some language, waiting for the translation file to be updated by volunteers
- Resizer does not work anymore
- Package maintainers have to rework their integration script completely
- quick open and open link in terminal is broken
- Note for package maintainers: Guake 3 has a minor limitation regarding Glib/GTK Schemas
files. Guake looks for the gsettings schema inside its data directory. So you will probably
need install the schema twice, once in
/usr/local/lib/python3.5/dist-packages/guake/data/
and once in/usr/share/glib-2.0/schemas
(see #1064). This is planned to be fixed in Guake 3.1
- Minor rework of the preference window.
- Background picture is no more customizable on each terminal
- Visual Bell has been deprecated
- fr-FR