version -> 7
This commit is contained in:
parent
3c67bf3398
commit
fba13926c4
7
NEWS
7
NEWS
|
|
@ -1,6 +1,13 @@
|
||||||
v6.4 - September 2020
|
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.
|
* Prepare GS 3.38 compatibility.
|
||||||
* Add tooltips to sub-menu buttons also.
|
* Add tooltips to sub-menu buttons also.
|
||||||
* Fix drawing directory monitoring when it does not exist yet.
|
* Fix drawing directory monitoring when it does not exist yet.
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,8 @@
|
||||||
"3.30",
|
"3.30",
|
||||||
"3.32",
|
"3.32",
|
||||||
"3.34",
|
"3.34",
|
||||||
"3.36"
|
"3.36",
|
||||||
|
"3.38"
|
||||||
],
|
],
|
||||||
"version": 6.4
|
"version": 7
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue