mirror of https://github.com/GNOME/gimp.git
NEWS: update.
Minor fix, missing new feature and removing a DDS feature which appeared in GIMP 2.10.32.
This commit is contained in:
parent
50a1fd6ed3
commit
e52da94072
7
NEWS
7
NEWS
|
@ -73,6 +73,8 @@ Core:
|
||||||
icons, or smaller when using small icons (which can e.g. be aligned
|
icons, or smaller when using small icons (which can e.g. be aligned
|
||||||
on a very narrow single column for people who appreciate this
|
on a very narrow single column for people who appreciate this
|
||||||
organization).
|
organization).
|
||||||
|
- The Welcome dialog can now show "demo" bullet points, from scenarios
|
||||||
|
written within the Appstream metadata.
|
||||||
|
|
||||||
Tools:
|
Tools:
|
||||||
|
|
||||||
|
@ -145,7 +147,7 @@ Command Line Interface:
|
||||||
running the batch commands.
|
running the batch commands.
|
||||||
- If `--quit` is set and batch commands are run, the GIMP binary exit
|
- If `--quit` is set and batch commands are run, the GIMP binary exit
|
||||||
code will propagate errors from any batch failure. Exit codes are
|
code will propagate errors from any batch failure. Exit codes are
|
||||||
taken from command Linux error codes: 0 for success, 69 for service
|
taken from common Linux error codes: 0 for success, 69 for service
|
||||||
unavailable (e.g. setting a non-existing interpreter name), 64 for
|
unavailable (e.g. setting a non-existing interpreter name), 64 for
|
||||||
usage (e.g. not specifying any interpreter or calling errors), 70
|
usage (e.g. not specifying any interpreter or calling errors), 70
|
||||||
for execution errors (bugs in the interpreter plug-in) and 130 for
|
for execution errors (bugs in the interpreter plug-in) and 130 for
|
||||||
|
@ -199,9 +201,6 @@ Plug-ins:
|
||||||
* DDS images with 2 16-bit channels correctly converted to 16-bit
|
* DDS images with 2 16-bit channels correctly converted to 16-bit
|
||||||
RGB images.
|
RGB images.
|
||||||
* More robust DDS loading.
|
* More robust DDS loading.
|
||||||
* New "Flip image" option: some game engine require a flipped image.
|
|
||||||
Rather than flipping, exporting, unflipping process, let's have an
|
|
||||||
option to flip the result at export time.
|
|
||||||
- script-fu:
|
- script-fu:
|
||||||
* Various updates to get the API back in shape.
|
* Various updates to get the API back in shape.
|
||||||
* Porting doc updated.
|
* Porting doc updated.
|
||||||
|
|
Loading…
Reference in New Issue