2008-06-15 03:47:31 +08:00
|
|
|
------------------------------
|
2004-12-29 01:42:33 +08:00
|
|
|
GNU Image Manipulation Program
|
2018-04-26 21:56:30 +08:00
|
|
|
2.10 Stable Branch
|
2004-12-29 01:42:33 +08:00
|
|
|
------------------------------
|
2009-07-11 04:37:44 +08:00
|
|
|
|
2018-04-26 21:56:30 +08:00
|
|
|
This is the stable branch of GIMP. Unlike earlier stable branches,
|
|
|
|
we do allow some new features here, if they are not too invasive.
|
|
|
|
Otherwise, this branch is only for bug-fixes.
|
2012-03-25 02:21:03 +08:00
|
|
|
|
2018-04-26 21:45:44 +08:00
|
|
|
|
2018-04-28 08:42:32 +08:00
|
|
|
Overview of Changes from GIMP 2.10.0 to GIMP 2.10.2
|
|
|
|
===================================================
|
2018-05-05 07:27:10 +08:00
|
|
|
|
2018-05-05 08:18:53 +08:00
|
|
|
Core:
|
|
|
|
|
|
|
|
- Discard fonts which fail to load and popup an info dialog to allow
|
|
|
|
people debug their fonts.
|
2018-05-15 07:15:48 +08:00
|
|
|
- New API to suppress updates in UI until plug-ins are done
|
|
|
|
introducing changes.
|
|
|
|
- New API to calculate histograms in separate threads, with possible further
|
|
|
|
extension to handle similar cases elsewhere in GIMP.
|
2018-05-16 08:33:49 +08:00
|
|
|
- Tool options are now properly saved and reloaded per-device at
|
|
|
|
startup.
|
2018-05-05 08:18:53 +08:00
|
|
|
|
2018-05-05 07:27:10 +08:00
|
|
|
Plug-ins:
|
|
|
|
|
2018-05-05 08:18:53 +08:00
|
|
|
- New plug-in for importing and exporting HEIF images.
|
|
|
|
- Enable visibility of rasterized vector layer from PSD.
|
2018-05-16 08:33:49 +08:00
|
|
|
- Single-window screenshots in Windows fixed to correctly snap a
|
|
|
|
window even when it is partly off-screen or covered by another
|
|
|
|
window or when display scaling is not set to 100%.
|
2018-05-05 07:27:10 +08:00
|
|
|
|
2018-05-15 07:15:48 +08:00
|
|
|
Filters:
|
|
|
|
|
|
|
|
- New Spherize filter to wrap an image around a spherical cap
|
|
|
|
- New Recursive Transform filter to create Droste effect.
|
|
|
|
|
|
|
|
Usability:
|
|
|
|
|
|
|
|
- Warn users, when alpha-only painting has no effect. E.g. when target
|
|
|
|
drawable doesn't have an alpha channel, or the alpha channel is locked.
|
|
|
|
- Make the splash texts dynamic, so they are larger on larger splashes.
|
|
|
|
- Mention pressing Enter to complete Foreground selection in the status bar.
|
|
|
|
- Make sure that clicking outside any selection prevents Rectangle Select
|
|
|
|
and Ellipse Select tools from creating empty selections.
|
2018-05-19 20:31:01 +08:00
|
|
|
- Improve mouse wheel zooming behavior to keep the same point
|
|
|
|
centered under the pointer even if the image is completely visible
|
|
|
|
in the canvas.
|
2018-05-20 00:03:23 +08:00
|
|
|
- Add "View -> Center Image in Window" (Shift+J) as a quick way to
|
|
|
|
center the image at any zoom level.
|
2018-05-15 07:15:48 +08:00
|
|
|
|
2018-05-05 08:18:53 +08:00
|
|
|
Translations:
|
|
|
|
|
2018-05-20 00:17:33 +08:00
|
|
|
- Updated translations: Catalan, Danish, Dutch, French, German, Greek,
|
2018-05-18 08:22:32 +08:00
|
|
|
Hungarian, Icelandic, Italian, Latvian, Polish, Russian, Spanish,
|
|
|
|
Swedish, Ukrainian.
|
2018-05-18 22:22:56 +08:00
|
|
|
- New translation of Windows installer: Chinese (Taiwan)
|
2018-05-05 08:10:43 +08:00
|
|
|
|
2018-05-15 06:46:02 +08:00
|
|
|
Build:
|
|
|
|
|
|
|
|
- Add a --with-bug-report-url configure option allowing packagers to
|
|
|
|
set the address of their own bug tracker. This address will be the
|
|
|
|
one opened by the debug dialog for reporting bugs.
|
2018-05-18 08:22:32 +08:00
|
|
|
- Add a flatpak manifest for the gtk3-port branch.
|
2018-05-18 18:58:35 +08:00
|
|
|
- Remove the possibility to disable script-fu.
|
2018-05-18 22:22:56 +08:00
|
|
|
- Add a --with-icc-directory configure option to customize the color
|
|
|
|
profile directory. By default, it is set to the common path
|
|
|
|
/usr/share/color/icc.
|
|
|
|
|
|
|
|
Documentation:
|
|
|
|
|
|
|
|
- Updating the description of the XCF format "devel-docs/xcf.txt", for
|
|
|
|
third-party readers wishing to support GIMP 2.10 XCF files.
|
2018-05-20 22:42:12 +08:00
|
|
|
- Add documentation skeletons for all enums in libgimpbase/, there is
|
|
|
|
much room for improvement.
|