From 2aa4883493f2f9cab4e179171b5cdef10562129a Mon Sep 17 00:00:00 2001 From: Jehan Date: Wed, 10 Dec 2025 12:48:56 +0100 Subject: [PATCH] NEWS: update. --- NEWS | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/NEWS b/NEWS index c09f966c1b..5d7a9b7686 100644 --- a/NEWS +++ b/NEWS @@ -26,6 +26,9 @@ Core: librsvg code, making it much more robust. - Proper textual warnings are added when trying to merge filters which cannot be merged. + - Initial font loading was greatly sped up (not validating them + through harfbuzz or freetype anymore, but checking the first bytes + of every font file; a bit less robust but much faster). Tools: @@ -47,6 +50,8 @@ Graphical User Interface: - Define headerbar button colors to ensure they match our theme style. - Add more spacing between buttons in default CSS. + - Keyboard shortcut dialog hint improved (broke string freeze). + - New splash image. Plug-Ins: @@ -56,6 +61,10 @@ Plug-Ins: Photoshop filter). - PS/EPS: default export unit is set to millimiter instead of inch. +CLI: + + - Added a Bash completion file our our command line interfaces. + Build: - Package maintainership instructions were moved to the developer