From 040b0138bbeee986549aa4ba2dfc1e2ebdca24dd Mon Sep 17 00:00:00 2001 From: abakkk Date: Mon, 29 Jun 2020 15:58:09 +0200 Subject: [PATCH] version -> v6.1 --- NEWS | 21 +++++++++++++++++++++ README.md | 1 + metadata.json | 2 +- 3 files changed, 23 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index bab0ca3..fd428fd 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,24 @@ +v6.1 - June 2020 +================= + +* Fix empty media-keys settings case #28 +* Fix label color in OSD and menu #31 +* Fix OSD width +* Fix "Hide panel and dock" +* Small menu on small monitor +* Start a new text line with the `Enter` key #30 +* IBus inputs #29 #34 +* Non-latin and emoji characters rendered +* GS keyboard is now available to type text +* Grid overlay +* Polygon and polyline shapes +* Move, resize and mirror tools +* Fill rule and text alignment style attributes +* An optional fourth control point for Bézier curves +* Keybinding to toggle modeless/modal #6 #9 #20 #24 #33 + (ungrabs keyboard and mouse while drawing remains at the top) +* Attributes are now persistent through drawing mode toggling #27 + v6 - March 2020 ================= diff --git a/README.md b/README.md index 7dda536..f086e4c 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ Then save your beautiful work by taking a screenshot. ## Features * Basic shapes (rectangle, circle, ellipse, line, curve, text, free) +* Basic transformations (move, rotate, resize, stretch, mirror, inverse) * Smooth stroke * Draw over applications * Keep drawings on desktop background with persistence (notes, children's art ...) diff --git a/metadata.json b/metadata.json index 9412998..49297dc 100644 --- a/metadata.json +++ b/metadata.json @@ -17,5 +17,5 @@ "3.34", "3.36" ], - "version": 6 + "version": 6.1 }