Skip to content

Releases: Guake/guake

0.8.9

26 May 16:16
Compare
Choose a tag to compare

Version 0.8.9

Thanks for guakers for the following contibutions:

New features:

  • #793, #876: Execute a script on display event
  • #864: Add preference dialog checkbox for toggling 'resizer' visibility
  • #885: tabs share the full screen width
  • #942: Quick open also matches /home path
  • #933: Add -l option to get tab label

Bug Fixes

0.8.8

28 Nov 20:52
Compare
Choose a tag to compare

Thank to various contributions from Guake users, I am happy to announce a new minor fix release of
Guake.

Features:

  • Close a tab with the middle button of the mouse

Bug Fixes:

  • Fix error when toggle key was disabled
  • Update change news
  • Uppercase pallete name
  • Fix pylint errors
  • Convert README badge to SVG
  • Update Japanese translation
  • update Russian translation
  • updated CS translation
  • Update zh_CN translation

0.8.7

22 Aug 14:08
Compare
Choose a tag to compare

Don't forget to update the version in about dialog box

0.8.6

19 Aug 16:16
Compare
Choose a tag to compare

Lot of bug fixes in this release. Thanks for all contributors !

Please note that it is not tested on dual screen setups.

Bug fixes:

0.8.5

06 Jun 10:36
Compare
Choose a tag to compare

Minor version today, mostly minor bug fixes and translation update.

I did have time to work on GTK3, maintaining Guake to keep using GTK2 is more and more difficult,
Travis kind of abandonned the compatibility of PyGtk2.

0.8.4

03 Feb 16:56
Compare
Choose a tag to compare

Bug fixes:

0.8.3

24 Oct 10:00
Compare
Choose a tag to compare

Quick fix about missing svg file

0.8.2

23 Oct 21:32
Compare
Choose a tag to compare

Bug fix version. Thanks for external contributions!

Feature:

  • new palette 'Bluloco' (my default one now!) (@uloco)

Bug fixes:

0.8.1

13 Sep 15:07
Compare
Choose a tag to compare

I started working on Guake 1.0.0, and not in a dedicated branch. It is now in its own source folder. We clearly need to move to gtk3 soon, since GTK2 is being discontinued, the VTE is no more maintained for GTK2-Python, and VTE for GTK3 adds lot of cool features you really want to see in Guake!

So I am now starting to work on a complete rewrite of Guake, so don't expect 0.8.x to see lot of new features, unfortunately. But Guake 1.0.0 will add features such as:

  • line wrap in terminal
  • dconf/gsettings to store configuration
  • GTK3 look and feel
  • much cleaner build (100% Python) and translation systems

But this will enable the missing cool features such as:

  • split terminal functionnality
  • search in terminal
  • save/restore session

But, this means I cannot work too much on 0.8.x. I still do some bug fixes, and thanks to external contributors that share the love for Guake, Guake 0.8 still moves on!

So don't hesitate to have a look in the code to fix any bug you are experiencing and submit a Pull Request.

New features:

  • a-la guake-indicator custom commands (#564) - by @Ozzyboshi!
  • Add option to allow/disallow bold font (#603) - by @helix84!
  • Clean current terminal item in contextual menu (#608) - by @denis Subbotin

Bug fixes:

0.8.0

14 Aug 18:33
Compare
Choose a tag to compare

I have been extremely busy the previous 3 months, so I have almost not worked on Guake. I wanted to introduce in the next version some major features heavily asked, like session save and split terminal. They will have to wait a bit more.

As a result, most contributions are from external contributors. Thank you very much for your patches!

This release introduces two major changes in the project, that's why the minor version changes.

First, the new homepage is now online:

http://guake-project.org/

As I remind you, Guake has not the control over the old domain guake.org. So far the content is still one of the old content of this domain. So please use http://guake-project.org to reference Guake.

Source code of the Web site can be found here: https://github.com/Guake/guake-website

The second major change in the project is the abandon of our internal hotkey manager globalhotkey, which was responsible for binding hotkeys globally to the window manager. This piece of C code was extremely old and hard to maintain. This was also unnecessarily complexifying the build process of Guake. Thanks to the contribution of @jenrik, we are now using a pretty common package keybinder (Ubuntu: python-keybinder).

Bug fixes:

  • Guake fails to start due to a GlobalHotkey related C call fixed by replacing GlobalHotkeys with
    keybinder. Fixed by @jenrik. (#558, #510)
  • Fix icon issue with appindicator (#591)
  • swap terms correctly when moving tabs (#473, #512, #588)
  • Remove last reference to --show-hide (#587)
  • fixed and completed german translation (#585)
  • Drop duplicated man page (a526046)