all repos — tint2 @ e9d6ec9f2301e88857ffa7b287a4a3eb36543940

fork of the tint2 desktop panel for my custom setup - only minimized windows across all desktops for the taskbar

Release 0.12.12
o9000 mrovi9000@gmail.com
commit

e9d6ec9f2301e88857ffa7b287a4a3eb36543940

parent

46d7c793593c241d43bf874e6d11a52345cd35cb

2 files changed, 6 insertions(+), 5 deletions(-)

jump to
M ChangeLogChangeLog

@@ -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.mdREADME.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 ..