Update NEWS

This commit is contained in:
Alexandre Prokoudine
2018-11-29 00:09:02 +03:00
parent b0b541d670
commit d20efd357a

5
NEWS
View File

@ -26,6 +26,9 @@ Core:
- Pass the GEGL tile-cache size, swap path, and thread-count to plug-ins - Pass the GEGL tile-cache size, swap path, and thread-count to plug-ins
as part of their config, and have libgimp set the plug-in's GeglConfig as part of their config, and have libgimp set the plug-in's GeglConfig
accordingly upon initialization. accordingly upon initialization.
- Layer groups are now rendered in bigger chunks rather than tile-by-tile
(which used to pretty much eliminate multithreading for groups), which
improves the rendering speed.
User interface: User interface:
@ -53,7 +56,7 @@ Installers:
Translations: Translations:
- Czech, Polish, Ukrainian. - Czech, Italian, Polish, Spanish, Ukrainian.
Overview of Changes from GIMP 2.10.6 to GIMP 2.10.8 Overview of Changes from GIMP 2.10.6 to GIMP 2.10.8
=================================================== ===================================================