Releases: Guake/guake
0.8.9
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
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
0.8.6
Lot of bug fixes in this release. Thanks for all contributors !
Please note that it is not tested on dual screen setups.
Bug fixes:
- Terminal geometry fixes (#773 @koter84, #775 RedFlames, b36295 myself)
- Fix "changing max tab length" set all tab to same title
- Fix on terminal kill (#636, @CoderStephen)
- Typo/Cosmetics (#761, @thuandt)
- Fix the bottom of tab buttons being cut off in Gnome (#786 @lopsided98)
- Fix fullscreen follow mouse (#774 @koter84)
- Option to shorten VTE tab name (#798 @versusvoid)
- Updated translations:
- french (b071b4, myself)
- russian (#787 @vantu5z),
- corean (#766 @NessunKim),
- polish (#799 @piotrdrag)
0.8.5
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
Bug fixes:
- Very big icon tray (#598, @thardev)
- Feature keyboard shorcut hide on lose focus (#650, #262, #350, @thardev)
- Endless transparency and small rework of hide on lose focus (#651, @thardev)
- fix tray icon does not align in center (#663, @wuxinyumrx)
- Updated pt_BR translation (#686, @matheus-manoel)
- improved Bluloco theme readability (#693, @uloco)
0.8.3
0.8.2
Bug fix version. Thanks for external contributions!
Feature:
- new palette 'Bluloco' (my default one now!) (@uloco)
Bug fixes:
0.8.1
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
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)