Release 0.12.11
This commit is contained in:
parent
e09c4a0642
commit
5a5d8fd978
2 changed files with 8 additions and 6 deletions
|
@ -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:
|
||||
|
|
|
@ -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/In
|
|||
```
|
||||
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 ..
|
||||
|
|
Loading…
Reference in a new issue