gimp/NEWS

58 lines
2.1 KiB
Plaintext
Raw Normal View History

------------------------------
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
------------------------------
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.
2018-04-26 21:45:44 +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-05 08:18:53 +08:00
Translations:
2018-05-15 07:15:48 +08:00
- Updated translations: Catalan, Dutch, German, Greek, Hungarian, Italian,
2018-05-06 16:30:04 +08:00
Polish, Russian, Swedish, Ukrainian.
2018-05-05 08:18:53 +08:00
- New translation: Chinese (Taiwan)
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.