Release 0.12.12

This commit is contained in:
o9000 2016-08-02 15:44:51 +02:00
parent 46d7c79359
commit e9d6ec9f23
2 changed files with 6 additions and 5 deletions

View file

@ -1,8 +1,9 @@
2016-06-04 master 2016-08-02 0.12.12
- Fixes: - 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 - tint2conf
- Process background selection events correctly (issue #582) - Process background selection events correctly (issue #582)
- Menus accessible with keyboard shortcuts (issue #590)
- Enhancements: - Enhancements:
- Borders can now be drawn on only some sides; configurable with the option border_sides (issue #580; thanks @stophe) - Borders can now be drawn on only some sides; configurable with the option border_sides (issue #580; thanks @stophe)
- Updated man page - Updated man page

View file

@ -1,5 +1,5 @@
# Latest stable release: 0.12.11 # Latest stable release: 0.12.12
Changes: https://gitlab.com/o9000/tint2/blob/0.12.11/ChangeLog Changes: https://gitlab.com/o9000/tint2/blob/0.12.12/ChangeLog
Documentation: [doc/tint2.md](doc/tint2.md) Documentation: [doc/tint2.md](doc/tint2.md)
@ -8,7 +8,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.11 git checkout 0.12.12
mkdir build mkdir build
cd build cd build
cmake .. cmake ..