all repos — tint2 @ 5a5d8fd9784b3ceac5b51954099c686660ad1cde

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

Release 0.12.11
o9000 mrovi9000@gmail.com
commit

5a5d8fd9784b3ceac5b51954099c686660ad1cde

parent

e09c4a06423871ba065915a4b954893e23035660

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

jump to
M ChangeLogChangeLog

@@ -1,7 +1,9 @@

-2016-05-09 master +2016-05-14 0.12.11 - Fixes: - - Fixed crash in tint2conf when adding background - - Add correct extension to file name in tint2conf for 'Save as' + - tint2conf: + - Fixed crash in tint2conf when adding background + - Add correct extension to file name in tint2conf for 'Save as' + - Changed main window title in tint2conf 2016-05-07 0.12.10 - Fixes:
M README.mdREADME.md

@@ -1,5 +1,5 @@

-# Latest stable release: 0.12.10 -Changes: https://gitlab.com/o9000/tint2/blob/0.12.10/ChangeLog +# Latest stable release: 0.12.11 +Changes: https://gitlab.com/o9000/tint2/blob/0.12.11/ChangeLog Documentation: https://gitlab.com/o9000/tint2/wikis/Configure

@@ -7,7 +7,7 @@ Compile it with (see also [dependencies](https://gitlab.com/o9000/tint2/wikis/Install#dependencies)):

``` git clone https://gitlab.com/o9000/tint2.git cd tint2 -git checkout 0.12.10 +git checkout 0.12.11 mkdir build cd build cmake ..