From b4d680b5ba7c035351c73e84b31ae1aaa33c06f2 Mon Sep 17 00:00:00 2001 From: abakkk Date: Thu, 17 Sep 2020 22:34:00 +0200 Subject: [PATCH] version -> 6.3 --- NEWS | 14 ++++++++++++++ README.md | 2 +- metadata.json | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 9b28481..31c38da 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,17 @@ +v6.3 - September 2020 +===================== + +* Replace user stylesheet with proper drawing settings +* Multi-palettes +* Possibility to add insertable images from the clipboard +* Image directory is configurable +* Thumbnails in "Open drawing" sub-menu +* Drawings can be directly inserted as an image. +* Add a lot of icons in the menu and the OSD notifications +* Group menu items at the bottom +* Add tooltips to menu buttons +* New "Persistent over toggles' setting #42 + v6.2 - August 2020 ================== diff --git a/README.md b/README.md index 3877926..88f8f48 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Then save your beautiful work by taking a screenshot. ## Features -* Basic shapes (rectangle, circle, ellipse, line, curve, text, image, free) +* Basic shapes (rectangle, circle, ellipse, line, curve, polygon, polyline, text, image, free) * Basic transformations (move, rotate, resize, stretch, mirror, inverse) * Smooth stroke * Draw over applications diff --git a/metadata.json b/metadata.json index 4690c5b..c581739 100644 --- a/metadata.json +++ b/metadata.json @@ -17,5 +17,5 @@ "3.34", "3.36" ], - "version": 6.2 + "version": 6.3 }