version -> 7

This commit is contained in:
abakkk 2020-09-22 23:24:17 +02:00
parent 3c67bf3398
commit fba13926c4
2 changed files with 10 additions and 2 deletions

7
NEWS
View File

@ -1,6 +1,13 @@
v6.4 - September 2020
=====================
* Can import GIMP palettes.
* Can color SVG images.
* Integrate color picker (GS buit-in or Color Picker extension).
v6.4 - September 2020
=====================
* Prepare GS 3.38 compatibility.
* Add tooltips to sub-menu buttons also.
* Fix drawing directory monitoring when it does not exist yet.

View File

@ -15,7 +15,8 @@
"3.30",
"3.32",
"3.34",
"3.36"
"3.36",
"3.38"
],
"version": 6.4
"version": 7
}