version -> 6.3
This commit is contained in:
parent
509fa0be29
commit
b4d680b5ba
14
NEWS
14
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
|
||||
==================
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -17,5 +17,5 @@
|
|||
"3.34",
|
||||
"3.36"
|
||||
],
|
||||
"version": 6.2
|
||||
"version": 6.3
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue