Updated for 0.12.2

This commit is contained in:
o9000
2015-08-11 09:26:49 +02:00
parent 257df4ef22
commit dc300c0215
2 changed files with 11 additions and 5 deletions

View File

@@ -1,3 +1,9 @@
2015-08-11 0.12.2
- Fixes:
- Systray: do not move empty icons to the side, as it breaks GTK2 StatusIcon blinking (issue #515)
- tint2conf: Fix read of panel_monitor (issue #520)
- Fix command line argument processing (issue #516)
- Fix battery option parsing
2015-08-01 0.12.1 2015-08-01 0.12.1
- Fixes: - Fixes:
- Config: - Config:

View File

@@ -1,5 +1,5 @@
### New stable release: 0.12.1 ### New stable release: 0.12.2
Changes: https://gitlab.com/o9000/tint2/blob/master/ChangeLog Changes: https://gitlab.com/o9000/tint2/blob/0.12.2/ChangeLog
Documentation: https://gitlab.com/o9000/tint2/wikis/home Documentation: https://gitlab.com/o9000/tint2/wikis/home
@@ -7,7 +7,7 @@ Try it out with (see also [dependencies](https://gitlab.com/o9000/tint2/wikis/In
``` ```
git clone https://gitlab.com/o9000/tint2.git git clone https://gitlab.com/o9000/tint2.git
cd tint2 cd tint2
git checkout v0.12.1 git checkout 0.12.2
mkdir build mkdir build
cd build cd build
cmake .. cmake ..
@@ -71,7 +71,7 @@ tint2 is a simple panel/taskbar made for modern X window managers. It was specif
* Old project location (inactive): https://code.google.com/p/tint2 * Old project location (inactive): https://code.google.com/p/tint2
### Releases ### Releases
* Latest stable release: tint2 0.12 (July 2015) * Latest stable release: tint2 0.12.2 (August 2015)
### Screenshots ### Screenshots
![screenshot](https://gitlab.com/o9000/tint2/wikis/screenshot.png) ![screenshot](https://gitlab.com/o9000/tint2/wikis/screenshot.png)