File tree Expand file tree Collapse file tree 2 files changed +28
-3
lines changed
Expand file tree Collapse file tree 2 files changed +28
-3
lines changed Original file line number Diff line number Diff line change @@ -424,7 +424,7 @@ release-note-github: reno-lint
424424 @echo " -------- copy / paste from here --------"
425425 @# markdown_github to be avoided => gfm output comes in pandoc 2.0.4 release dec 2017
426426 @pipenv run reno report 2> /dev/null | \
427- pandoc -f rst -t markdown --atx-headers --wrap=none --tab-stop 2 | \
427+ pandoc -f rst -t markdown --markdown-headings=atx --wrap=none --tab-stop 2 | \
428428 tr ' \n' ' \r' | \
429429 sed ' s/\r<!-- -->\r//g' | \
430430 sed ' s/\r\-\ \r\r\ /\r-/g' | \
Original file line number Diff line number Diff line change 22guake
33=====
44
5- (unreleased yet)
6- ================
5+ 3.8.2
6+ =====
77
88Release Summary
99---------------
1010
1111Fix system font application issue
1212
13+ Add fallback for version number finding
14+
15+ Deprecated pbr
16+
1317Use keycodes instead of keyvals for keybindings. This allow to use keybindings with different keyboard layouts.
1418
19+ New Features
20+ ------------
21+
22+ - --is-visible option returns 1 when visible, and 0 when not
23+
1524Known Issues
1625------------
1726
@@ -20,8 +29,24 @@ Known Issues
2029Bug Fixes
2130---------
2231
32+ - Changed Toggle Hide on Lose Focus Shortcut to Shift-Ctrl-F1.
33+ Instead of change Go to tab1 shortcut, because Ctrl-F1 is in the pool Ctrl-Fn of change to tabs.
34+
35+ - Fix issue Ctrl+F1 does two jobs in Keyboard Shortcuts Page
36+
37+ - - Add environment variable GUAKE_ENABLE_WAYLAND, fixed #1934
38+
2339- - System font aplied only for last tab #1947
2440
41+ - - Guake suddenly not starting any more due to ModuleNotFoundError: No module named 'importlib_metadata' #1962
42+
43+ - - Fix vte spawn_sync runtime check failed: ((spawn_flags & ignored_spawn_flags()) == 0)
44+
45+ Notes for Package Maintainers
46+ -----------------------------
47+
48+ - Switched from importlib + pbr to setuptools_scm for versioning
49+
25503.8.1
2651=====
2752
You can’t perform that action at this time.
0 commit comments