Release 0.12.12
o9000 mrovi9000@gmail.com
M
ChangeLog
→
ChangeLog
@@ -1,8 +1,9 @@
-2016-06-04 master +2016-08-02 0.12.12 - Fixes: - - Set task maximum height equal to width if not specified, instead of hardcoding 30 (issue #583) + - Set task maximum height equal to width if not specified, instead of hardcoding 30 (issue #583; thanks @VastOne) - tint2conf - Process background selection events correctly (issue #582) + - Menus accessible with keyboard shortcuts (issue #590) - Enhancements: - Borders can now be drawn on only some sides; configurable with the option border_sides (issue #580; thanks @stophe) - Updated man page
M
README.md
→
README.md
@@ -1,5 +1,5 @@
-# Latest stable release: 0.12.11 -Changes: https://gitlab.com/o9000/tint2/blob/0.12.11/ChangeLog +# Latest stable release: 0.12.12 +Changes: https://gitlab.com/o9000/tint2/blob/0.12.12/ChangeLog Documentation: [doc/tint2.md](doc/tint2.md)@@ -8,7 +8,7 @@
``` git clone https://gitlab.com/o9000/tint2.git cd tint2 -git checkout 0.12.11 +git checkout 0.12.12 mkdir build cd build cmake ..