NEWS: re-line-wrapped so I don't have to do that later in the mail client

This commit is contained in:
Michael Natterer
2018-07-04 19:01:32 +02:00
parent fa033aaa3f
commit 165cedc1ae

85
NEWS
View File

@ -7,6 +7,7 @@ This is the stable branch of GIMP. Unlike earlier stable branches,
we do allow some new features here, if they are not too invasive. we do allow some new features here, if they are not too invasive.
Otherwise, this branch is only for bug-fixes. Otherwise, this branch is only for bug-fixes.
Overview of Changes from GIMP 2.10.2 to GIMP 2.10.4 Overview of Changes from GIMP 2.10.2 to GIMP 2.10.4
=================================================== ===================================================
@ -27,47 +28,50 @@ User Interface:
- The Dashboard dockable dialog now has a 'Memory' group that shows - The Dashboard dockable dialog now has a 'Memory' group that shows
memory-usage information: the currently used memory size, the memory-usage information: the currently used memory size, the
available physical memory size, and the total physical memory size. available physical memory size, and the total physical memory
It can also show the tile-cache size, for comparison against the size. It can also show the tile-cache size, for comparison
other memory stats. Note that the upper-bound of the meter is the against the other memory stats. Note that the upper-bound of the
physical memory size, so the memory usage may be over 100% when GIMP meter is the physical memory size, so the memory usage may be over
uses the swap. 100% when GIMP uses the swap.
- The Dashboard dockable dialog now has "read" and "written" fields - The Dashboard dockable dialog now has "read" and "written" fields in
in the dashboard swap group, which report the total amount of data the dashboard swap group, which report the total amount of data
read-from/written-to the tile swap, respetively. Additionally, the read-from/written-to the tile swap, respetively. Additionally, the
swap busy indicator (used as the meter's LED) has been improved, so swap busy indicator (used as the meter's LED) has been improved,
that it's active whenever data has been read-from/written-to the swap so that it's active whenever data has been read-from/written-to
during the last sampling interval, rather than at the point of sampling. the swap during the last sampling interval, rather than at the
- Fonts can now be tagged. The user interface is the same as for brushes, point of sampling.
patterns etc. - Fonts can now be tagged. The user interface is the same as for
brushes, patterns etc.
- Some icons fixed: larger spacing between broken chains and - Some icons fixed: larger spacing between broken chains and
gimp-tool-ellipse-select made symmetrical. gimp-tool-ellipse-select made symmetrical.
Usability: Usability:
- When a plug-in cannot be applied to an image because of mismatch in image - When a plug-in cannot be applied to an image because of mismatch
types (e.g. layer has no alpha or image is greyscale), GIMP now displays in image types (e.g. layer has no alpha or image is greyscale),
a message listing supported image types for this plug-in. GIMP now displays a message listing supported image types for this
plug-in.
Tools: Tools:
- The Measurement tool now has an "Auto straighten" option allowing to - The Measurement tool now has an "Auto straighten" option allowing
rotate the active drawable (layer, channel…) so that the measurement to rotate the active drawable (layer, channel…) so that the
line is used as horizon. As other transform tools, the feature will measurement line is used as horizon. As other transform tools, the
work on linked drawables as well. feature will work on linked drawables as well.
- The Smudge tool now paints correctly on images with a color profile - The Smudge tool now paints correctly on images with a color
other than the GIMP's built-in one. profile other than the GIMP's built-in one.
Build: Build:
- Installer: set compatibility options to run Python plugins - Installer: set compatibility options to run Python plugins in
in HiDPI-aware mode. HiDPI-aware mode.
- Put back compatibility DLLs for really old plugins. - Put back compatibility DLLs for really old plugins.
- Install binary tool `gimp-test-clipboard` on the system to allow - Install binary tool `gimp-test-clipboard` on the system to allow
people to help us debug clipboard bugs. people to help us debug clipboard bugs.
- --enable-bundled-mypaint-brushes renamed --enable-relocatable-bundle - --enable-bundled-mypaint-brushes renamed
and also make WMF fonts looked up on the runtime prefix of GIMP --enable-relocatable-bundle and also make WMF fonts looked up on
(instead of the build-time path) when this build option was set. the runtime prefix of GIMP (instead of the build-time path) when
this build option was set.
Plug-ins: Plug-ins:
@ -83,24 +87,25 @@ Plug-ins:
File Formats: File Formats:
- The PSD loader now provides an option to load "merged", - The PSD loader now provides an option to load "merged",
pre-composited version of the images that becomes available when pre-composited version of the images that becomes available when a
a PSD file was saved with "Maximize Compatibility" option enabled PSD file was saved with "Maximize Compatibility" option enabled in
in Photoshop. This is useful when loading PSD files that use features Photoshop. This is useful when loading PSD files that use features
that GIMP doesn't currently support, and therefore can't render that GIMP doesn't currently support, and therefore can't render
correctly, such as adjustment layers. When loading the merged image correctly, such as adjustment layers. When loading the merged
version, we avoid loading certain additional data from the file, such image version, we avoid loading certain additional data from the
as channels, paths, and guides, while still loading metadata. This file, such as channels, paths, and guides, while still loading
option is currently exposed as an additional file type metadata. This option is currently exposed as an additional file
("Photoshop image (merged)"), which has to be explicitly selected from type ("Photoshop image (merged)"), which has to be explicitly
the file-type list when opening the image. selected from the file-type list when opening the image.
- Embedding GIMP's built-in sRGB color profile to exported files is now - Embedding GIMP's built-in sRGB color profile to exported files is
optional. The default choice can be set in the Preferences dialog. now optional. The default choice can be set in the Preferences
dialog.
Translations: Translations:
- Updated translations: Catalan, Czech, Danish, Dutch, Finnish, Greek, - Updated translations: Catalan, Czech, Danish, Dutch, Finnish,
Hungarian, Italian, Latvian, Polish, Romanian, Russian, Spanish, Greek, Hungarian, Italian, Latvian, Polish, Romanian, Russian,
Swedish, Ukrainian. Spanish, Swedish, Ukrainian.
Overview of Changes from GIMP 2.10.0 to GIMP 2.10.2 Overview of Changes from GIMP 2.10.0 to GIMP 2.10.2