Release 0.12.10
This commit is contained in:
parent
690f30308f
commit
4ee1e8f2fa
2 changed files with 6 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
||||||
2016-05-07 master
|
2016-05-07 0.12.10
|
||||||
- Fixes:
|
- Fixes:
|
||||||
- Fixed crash in systray with non-Latin languagess (thanks zcodes)
|
- Fixed crash in systray with non-Latin languagess (thanks zcodes)
|
||||||
- Invalidate cached pixmaps on resize/move (issue #576)
|
- Invalidate cached pixmaps on resize/move (issue #576)
|
||||||
|
|
10
README.md
10
README.md
|
@ -1,5 +1,5 @@
|
||||||
# New stable release: 0.12.9
|
# Latest stable release: 0.12.10
|
||||||
Changes: https://gitlab.com/o9000/tint2/blob/0.12.9/ChangeLog
|
Changes: https://gitlab.com/o9000/tint2/blob/0.12.10/ChangeLog
|
||||||
|
|
||||||
Documentation: https://gitlab.com/o9000/tint2/wikis/Configure
|
Documentation: https://gitlab.com/o9000/tint2/wikis/Configure
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@ Compile it 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 0.12.9
|
git checkout 0.12.10
|
||||||
mkdir build
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
cmake ..
|
cmake ..
|
||||||
|
@ -69,10 +69,10 @@ tint2 is a simple panel/taskbar made for modern X window managers. It was specif
|
||||||
|
|
||||||
# Screenshots
|
# Screenshots
|
||||||
|
|
||||||
## Default config of the latest release:
|
## Default config:
|
||||||
|
|
||||||
![Screenshot_2016-01-23_14-42-57](https://gitlab.com/o9000/tint2/uploads/948fa74eca60864352a033580350b4c3/Screenshot_2016-01-23_14-42-57.png)
|
![Screenshot_2016-01-23_14-42-57](https://gitlab.com/o9000/tint2/uploads/948fa74eca60864352a033580350b4c3/Screenshot_2016-01-23_14-42-57.png)
|
||||||
|
|
||||||
## Various configurations:
|
## Various configs:
|
||||||
|
|
||||||
![screenshot](https://gitlab.com/o9000/tint2/wikis/screenshot.png)
|
![screenshot](https://gitlab.com/o9000/tint2/wikis/screenshot.png)
|
||||||
|
|
Loading…
Reference in a new issue