From e9d6ec9f2301e88857ffa7b287a4a3eb36543940 Mon Sep 17 00:00:00 2001 From: o9000 Date: Tue, 2 Aug 2016 15:44:51 +0200 Subject: [PATCH] Release 0.12.12 --- ChangeLog | 5 +++-- README.md | 6 +++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 24b817e..c34e5a9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,9 @@ -2016-06-04 master +2016-08-02 0.12.12 - 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 - Process background selection events correctly (issue #582) + - Menus accessible with keyboard shortcuts (issue #590) - Enhancements: - Borders can now be drawn on only some sides; configurable with the option border_sides (issue #580; thanks @stophe) - Updated man page diff --git a/README.md b/README.md index 8471f58..e0c0711 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -# Latest stable release: 0.12.11 -Changes: https://gitlab.com/o9000/tint2/blob/0.12.11/ChangeLog +# Latest stable release: 0.12.12 +Changes: https://gitlab.com/o9000/tint2/blob/0.12.12/ChangeLog 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 cd tint2 -git checkout 0.12.11 +git checkout 0.12.12 mkdir build cd build cmake ..