Skip to content

Commit b96a53b

Browse files
committed
Fix changelog.
1 parent 3d694d8 commit b96a53b

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

CHANGELOG.md

+9-6
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,21 @@
11
spectrwm 3.3.0
22
==============
33

4-
Released on Dec 17, 2019
4+
Released on Dec 19, 2019
55

6-
* Fix cygwin compile issues.
7-
* Fix buffer overflow in `bar_strlcat_esc`.
6+
* Add new bar text markup sequences for multiple colors/fonts/sections.
7+
* Add new `bar_font_pua` option to assign a font (such as an icon font)
8+
to the Unicode Private Use Area (U+E000 -> U+F8FF).
9+
* Extend `disable_border` option with `always`.
810
* Add support for XDG Base Directory Specification.
11+
* Add OpenBSD pledge(2) support.
912
* Enable xinput2 on OpenBSD.
1013
* Enable travis.
14+
* Fix keysym binding issue with multiple keyboard layouts.
15+
* Fix buffer overflow in `bar_strlcat_esc`.
1116
* Fix infinite loop due to unsigned integer overflow.
12-
* Fix binding keysyms.
13-
* Extend `disable_border` option with `always.
17+
* Fix cygwin compile issues.
1418
* Fix NetBSD Makefile.
15-
* Add pledge(2) support.
1619
* Bunch of statical analyzer fixes.
1720
* Bunch of minor fixes.
1821

0 commit comments

Comments
 (0)