| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Guake 3.9.0 source code.tar.gz | 2022-06-12 | 1.1 MB | |
| Guake 3.9.0 source code.zip | 2022-06-12 | 1.2 MB | |
| README.md | 2022-06-12 | 2.8 kB | |
| Totals: 3 Items | 2.3 MB | 0 | |
Featuring the return of the --execute-command flag with slightly adjusted semantics, a new system for setting terminal parameters with yaml files and various fixes, Guake 3.9 is now out.
What's Changed
- Fix custom label not working by @mlouielu in https://github.com/Guake/guake/pull/2045
- fix fullscreen using pointer on several monitors by @panpann in https://github.com/Guake/guake/pull/2049
- Fix typos in FAQ by @MarkMuth in https://github.com/Guake/guake/pull/2059
- Add TERM_PROGRAM environment variable like other well-known terminals by @kohnish in https://github.com/Guake/guake/pull/2063
- Add open link under terminal cursor by @thibthib18 in https://github.com/Guake/guake/pull/2062
- Fix split terminal did not preverse font scale [#1747] by @ChristianCelora in https://github.com/Guake/guake/pull/2046
- Per directory yaml by @jorgeecardona in https://github.com/Guake/guake/pull/1759
- Save layout when splitting/closing split panes by @Davidy22 in https://github.com/Guake/guake/pull/2055
- Revert keycode for keybinding change and resolve with alternate method by @Davidy22 in https://github.com/Guake/guake/pull/2067
- Make startup script non-blocking by @Davidy22 in https://github.com/Guake/guake/pull/2068
- Cleaning up deepsource complaints by @Davidy22 in https://github.com/Guake/guake/pull/2069
- Set terminal title with compute_tab_title() on new tab creation by @Davidy22 in https://github.com/Guake/guake/pull/2073
- Clear up deprecations by @Davidy22 in https://github.com/Guake/guake/pull/2075
- Add command line flag to get tab number/position from UUID by @Davidy22 in https://github.com/Guake/guake/pull/2078
- Trim leading words from the file path regex by @Davidy22 in https://github.com/Guake/guake/pull/2077
- Make sure _guake_yml_load_monotonic is declared before use by @Davidy22 in https://github.com/Guake/guake/pull/2081
- Add file loader and tests for compute_tab_table and load_cwd_guake_yml by @jorgeecardona in https://github.com/Guake/guake/pull/2076
- Fix typos in gschema descriptions by @rjeb in https://github.com/Guake/guake/pull/2084
- Reintroduce execute_command dbus hook by @Davidy22 in https://github.com/Guake/guake/pull/2057
New Contributors
- @MarkMuth made their first contribution in https://github.com/Guake/guake/pull/2059
- @kohnish made their first contribution in https://github.com/Guake/guake/pull/2063
- @thibthib18 made their first contribution in https://github.com/Guake/guake/pull/2062
- @ChristianCelora made their first contribution in https://github.com/Guake/guake/pull/2046
- @jorgeecardona made their first contribution in https://github.com/Guake/guake/pull/1759
Full Changelog: https://github.com/Guake/guake/compare/3.8.5...3.9.0