3.8.0
This has been a long time since the latest official releases. More than one year without real update, unfortunately. I have pretty much stepped back on the role of maintainer, linux isn't my main development environment anymore, and Guake is so linked with the GTK system I cannot debug or do anything without having to start a VM.
@Davidy22 and @mlouielu have started taking care of Guake and they are helping a lot on the boring duties of the package maintainance: ticket triage, bugfixes, preparing releases...
Discussion about this release has been opened here.
There have been lot of minor changes and bug fixes it is not easy to summaries in one sentence, but here is the automatically generated changelog.
Release Summary
Adds "Galizur" Theme
Adds Shades of Purple Theme
Default to the system theme, make having guake deviate be optional.
Add copy on select option to copy to regular clipboard
Color Palettes: Fix "Gruvbox Dark" & Add "Gruvbox Material Dark"
Add support for tabs in keyboard shortcuts
placing the appstream metainfo file in the right path according to https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html#spec-component-location
Automatically hide the tab bar when there is only one tab
Add close tab to d-bus interface.
Fix ignored "Show scrollbar" after spliting vertically
Fix missing or malformed schema files when upgrading guake
Move window to correct coordinates before maximizing
Fixes prompting when closing a tab.
Fix right click menu not populating when custom commands is malformed
Fix trailing punctuation in URLs being included in the URL
Revive GUAKE_TAB_UUID
Add Finnish translation
Stopped setting GDK_BACKEND to x11 in terminals.
New Features
-
Allow reset of show-hide hot key in preferences
-
Add guake background image
-
adds a new color theme named "Galizur"
-
adds the Shades of Purple converted from https://github.com/ahmadawais/shades-of-purple-iterm2
-
- Now defaults to system default theme
- New option to still allow independently setting guake's theme.
-
Added Gruvbox dark
-
- Allow Ctrl-Tab as an accelerator #152
-
- Automatically hide the tab bar when there is only one tab #924
-
Add close tab to d-bus interface.
-
Move the window to the correct coordinates, in the correct display, before
attempting to maximize the window. -
Re-implemented the refocus functionality.
This functionality allows the user to return the focus to an open guake window.
It happened to be partially be maintained but faced issues in the migration to Gtk3.The functionality was revived, partially based on commented-out code found in Guake.show_hide().
-
Bring back GUAKE_TAB_UUID
Known Issues
-
- removes the broken feature, where double-clicking on the tab bar opened a new tab #1439
Upgrade Notes
-
- If a different theme from system default was already selected and
desired, users may need to uncheck "Use system default theme" in
properties->general
- If a different theme from system default was already selected and
-
Will be disabled by default
-
Will have to manually change keyboard shortcuts to use tab on existing installations
-
If setting is undesired, uncheck the hide tab if one tab option in settings
-
Add close tab to d-bus interface.
-
Should fix the errors with malformed schema files when upgrading guake.
Deprecations
- Default keyboard shortcut for next/previous tab is no longer ctrl+pgup/pgdn
Bug Fixes
-
Adjusted Gruvbox
-
placing the appstream metainfo file in the right path
-
fixes #924
-
Added regex for line start by . Refer Issue
-
Fix config didn't reload when set_workspace
-
Fix ineffective override of the GDK_BACKEND environement variable causing invalid pointer location and display detection (#1820)
-
- fixes an issue, where double-clicking in certain CLI apps would instead open a new tab #1697
-
fixes #1734
-
- Fixes #1863
-
- Minimal Right Click Menu, no copy or split screen #1845
-
Update search box to work with updated regex vte apis for v0.46+, #1752
-
- Open with URL includes trailing single quote (invalid URL) #1624
-
- Update
session.json
when directory changed, not terminal title changed #1633
- Update
-
Fixes #1712
-
- GDK_BACKEND is propagated to the shell in terminal #1871
Notes for Package Maintainers
-
Add close tab to d-bus interface.
-
Should resolve issues with the gschemas.compiled file. Make sure that the location
org.guake.gschema.xml is being saved to is user executable if guake is installed in
userspace so that guake can compile and create gschemas.compiled.If the destination for org.guake.gschema.xml cannot be user executable, make sure to
include:glib-compile-schemas [schema directory]
In the installation script, replacing [schema directory] with the place
org.guake.gschema.xml is being saved.