Skip to content

Releases: Guake/guake

3.8.0.0rc1

22 Sep 07:32
Compare
Choose a tag to compare
3.8.0.0rc1 Pre-release
Pre-release

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

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.
    • "copy on selection" option even if the desktop doesn't do it #43
    • copy text on selection #1898
  • 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

    • removed 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
  • 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

  • fixed #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)

  • fixed an issue, where double-clicking in certain CLI apps would instead open a new tab #1697

  • fixed #1734

  • Does not start after upgrade to 3.7.0 with pip3 due to faulty schema #1718

    • (Potentially) Guake 3.6.3 missing gschemas.compiled in PyPi #1621
    • Guake always appears on mouse display regardless of Guake Preferences #1689
    • guake follows mouse focus when have 2 monitors #1761
    • Multiple monitors issue with Fedora 31 #1745
    • Guake window follows mouse across monitors till it loses focus #1735
    • And possibly more
  • Fixed #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

  • Fixed #1712

  • Fix search box disappear when set background image

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.

3.7.0

10 Feb 21:06
Compare
Choose a tag to compare

Release Summary

Fixes the bug when "New Tab" or "Split Terminal" resets colors set by "--bgcolor" command.

Custom colors for every terminal added. Colors are saved alongside with another tab info. "Reset custom colors" menu item added to hte tab context menu.

Resetting colors of the current page. Managing background and foreground colors of the current terminal.

Adds an option to display only the last directory on the current path as the tab name.

New Features

  • Add tab selection popover in each notebook

  • Add fullscreen hide tabbar option

  • List new features here followed by the ticket number, for example:

    • Resetting colors of the current page.
    • Setting of background and foreground colors and resetting colors of the focused terminal.
  • Setting of background and foreground colors and resetting colors of the current terminal (not the focused one).

  • Add --select-terminal and --selected-terminal options to Guake CLI

  • Adds an option to display only the last directory on the current path as the tab name.

  • Reworked the tab name selection to use a drop-down menu.

  • Unfullscreen through D-Bus interface, as well as through CLI.

Known Issues

  • When a user changes a background color of a terminal or a tab, this color is saved, and cannot be reset by changing settings. This is OK. The issue is that the user cannot set color transparency, and the transparency becomes fixed until the terminal colors are reset by the user (with a --reset* command or via the tab context menu.

Deprecations

  • Translations need to be updated.

Bug Fixes

  • Fix Crash (TypeError) when common keys are found in config #1713

  • Fixes the bug when "New Tab" or "Split Terminal" resets colors set by "--bgcolor" command.

  • Add pew package to Pipfile

  • When composited changed, it will update Guake window visual to make it transparent

  • Fix fullscreen/unfullscreen not handle correctly when trigger by wm

  • Fix search revealer causing terminal unclickable at bottom right

    • adding a new tab no longer shows the hidden scrollbars on other tabs
  • Remove no need window draw callback

  • Fix make uninstall not cleaning up properly

  • Update some dependencies for build environment

  • Update the error message on missing dependencies (ex: when use 'pip install' guake)

Translation Updates

  • Dutch
  • Polish
  • French

Other

  • Add a recommendation on how to install Guake from pypi. The best way is to use pipx installer, which install guake in its own virtual environment and create a launcher in ~/.local/bin.

3.6.3

13 May 09:24
Compare
Choose a tag to compare

New Features

  • Add drag-n-drop to terminal (text & uris)
  • When scrolling with "shift" (1 page) or "shift + ctrl" (4 pages) it will be faster (#271)

Bug Fixes

  • Add schema_version check for tabs session restore
  • Add save/restore terminal split for tabs session - Save/Restore terminal split by pre-order traversal full binary tree in list
  • Bump tabs session schema_version to 2 (to support terminal split)
  • Lazy restore terminal split until Guake is visible
  • Manage terminal signal handler by handler_ids
  • Avoid spurious resize event when showing fullscreened window
  • Make sure workspace-specific-tab-sets only enable on X11 backend (due to wnck)
  • Add install/uninstall-dev-locale to support dev locale
  • Fix DualTerminalBox grab focus when remove dead child
  • Support customize prefix for make
  • Fix re-focus on terminal after rename dialog destroy
  • Fix split terminal by menu will not follow last terminal cwd (if option set)
  • Fix delete_shell using os.waitpid (should not use it)

Translation Updates

  • German
  • French

3.6.2

30 Apr 11:21
Compare
Choose a tag to compare

Bug Fixes

  • Respect the XDG Base Directory Specification by supporting XDG_CONFIG_HOME environment variable to find the ~/.config directory.

Translation Updates

Notes for Package Maintainers

  • The data directory is back into guake module, in order to prepare for the migration to importlib-resource (#1405). This should simplify a lot the load of resources, and avoid all the complication due to difference in prod/dev/traditional linux/debian customization/...

3.6.1

26 Apr 13:33
Compare
Choose a tag to compare

Bug Fixes

  • Fix search box background so that it will follow current theme
  • Minor build system fixes

3.6.0

26 Apr 09:06
Compare
Choose a tag to compare

Release Summary

This release brings three of the most awaited features on Guake:

  • search in current terminal
  • session saving
  • settings export and import

Our MVC ("Most Valuable Contributor") for this release is Louie Lu (@mlouielu) who worked hard to build these three features in a row! Thank you very much for your hard work !

New Features

  • Add --support option to Guake CLI for user when need to report issue

  • Add save/restore tabs function.

  • Add label parameter to notebook.new_page_with_focus

  • Add search box for terminal. Default hotkey is Ctrl+Shift+F.

  • Add session save preferences for startup/tabs:

    • "restore-tabs-startup": when enabled, it will restore tabs when startup
    • "restore-tabs-notify": when enabled, it will notify user after tabs restored (except startup)
    • "save-tabs-when-changed": when enabled, it will automatically save tabs session when changed (new/del/reorder)
  • Add CLI option to split tab: --split-vertical and --split-horizontal.

  • Save and restore Guake settings

Bug Fixes

  • Add libwnck to bootstrap scripts

  • Fix a need for double toggling to hide when using command line with --show and option with only_show_hide = False.

  • Remove unused logging level setup

  • Fix window-title-changed didn't save tabs

  • fix typo

  • Fix vte-warning when using Vte.Regex.new_for_match

  • Workspaces can now properly save/restore tabs

  • Fix on_terminal_title_changed only searching in current_notebook (it should find every notebook)

Translation Updates

  • fr (French)
  • pl (Polish)
  • added zh_Hant (Chinese Traditional). Louie Lu would be very glad to have some help on localizing Guake!
  • ru (Russian)
  • nb (Norvegian)
  • sv (Swedish)
  • nl (Dutch)

Notes for Package Maintainers

  • Package maintainers should be aware that libwnck (Window Navigator Construction Kit) is now a mandatory dependency of Guake.

3.5.0

03 Apr 13:24
Compare
Choose a tag to compare

Release Summary

This version is mainly a maintaince release, after the big reworks on Guake from last year. I took some delay in fixing Guake due to a growing family. Thanks again for the various contributors who submitted their patches, it helps a lot the whole community. I may be able to find more time in the upcoming months to add even cooler features to our beloved Guake.

New Features

  • new hotkey (CTRL+SHIFT+H) to open new tab in home directory

  • "New tab" button #1471

  • Open new tab by double-clicking on the tab bar

  • Add new context menu on the notebook

  • Add a CLI option to change palette scheme #1345

  • Bold text is also bright (>= VTE 0.52 only)

  • guake --split-vertical and --split-horizontal split the current

    tab just like the context menu does

  • Optional close buttons for tabs (disabled by default)

  • Guake can now provide a set of tabs per workspace

Bug Fixes

  • Reverse transparency slider (to be more meaningful, #1501

  • Fix command-line select tab behavior #1492

  • removed duplicate event bind? previously I had issue where quick-open event would be fired twice because of this.

  • fixes

  • fixes

  • fix unnecessary show/hide

  • fix settings only applied to the active workspace if more the 1 is used

  • fix prompt quit dialog numbers when more then 1 workspace is used

Translation Updates

  • fr

  • de

Other

  • For Guake translators using weblate, I had to force push because of big conflicts. Some may have loose recent translation in your language. Sorry for that.

3.0.6

03 Apr 11:22
Compare
Choose a tag to compare

Bug Fixes

  • Hotfix of #1198 (Ctrl+D in the terminal does not close) and #1014 (guake hangs on exit)

0.8.14

16 Oct 09:50
Compare
Choose a tag to compare

Community release on the 0.8 branch. This simply exposes fullscreen/unfullscreen to the DBus interface.

3.4.0

02 Oct 12:04
Compare
Choose a tag to compare

Release Summary

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 !

New Features

  • Split and resize terminals via mouse or keyboard shortcuts.

Deprecations

  • "New terminal" / "Rename terminal" / "Close terminal" items has been removed from the terminal context menu. They are still available on the tab context menu.

Bug Fixes

  • 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)

Translation Updates

  • 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)