version -> 6.3

This commit is contained in:
abakkk 2020-09-17 22:34:00 +02:00
parent 509fa0be29
commit b4d680b5ba
3 changed files with 16 additions and 2 deletions

14
NEWS
View File

@ -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
==================

View File

@ -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

View File

@ -17,5 +17,5 @@
"3.34",
"3.36"
],
"version": 6.2
"version": 6.3
}