Skip to content

Commit 8797211

Browse files
Davidy22gsemet
authored andcommitted
Generate release notes for 3.8.2
Also replaced a deprecated pandoc flag
1 parent f06d072 commit 8797211

File tree

2 files changed

+28
-3
lines changed

2 files changed

+28
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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' | \

NEWS.rst

Lines changed: 27 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,25 @@
22
guake
33
=====
44

5-
(unreleased yet)
6-
================
5+
3.8.2
6+
=====
77

88
Release Summary
99
---------------
1010

1111
Fix system font application issue
1212

13+
Add fallback for version number finding
14+
15+
Deprecated pbr
16+
1317
Use 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+
1524
Known Issues
1625
------------
1726

@@ -20,8 +29,24 @@ Known Issues
2029
Bug 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+
2550
3.8.1
2651
=====
2752

0 commit comments

Comments
 (0)