NEWS: update.

This commit is contained in:
Jehan 2025-05-17 11:15:15 +02:00
parent b31e08012f
commit caa03fd2e4

7
NEWS
View file

@ -18,6 +18,7 @@ Core:
on macOS both .so and .dylib modules are supported). on macOS both .so and .dylib modules are supported).
- Code compliant with GCC 15 (C23). - Code compliant with GCC 15 (C23).
- Filter size updated when its drawable is rotated. - Filter size updated when its drawable is rotated.
- Font loading (at startup) optimized.
Graphical User Interface: Graphical User Interface:
@ -38,6 +39,9 @@ Graphical User Interface:
- Removed size restrictions on Display Filters. - Removed size restrictions on Display Filters.
- Don't show hidden tools on toolbox tooltips. - Don't show hidden tools on toolbox tooltips.
- Fix "Keep above" Window Manager hint. - Fix "Keep above" Window Manager hint.
- Multi-Window mode on Windows: dock windows' title bars now adapt to
the Windows system theme colors too.
- Show palette name in Palette Color Selector.
Tools: Tools:
@ -86,7 +90,8 @@ Build:
files for plug-in developers. files for plug-in developers.
* Dedicated file icon for XCF files. * Dedicated file icon for XCF files.
* Generate native .pdb CodeView symbols on Windows (smaller debug * Generate native .pdb CodeView symbols on Windows (smaller debug
data files, usable by MSIX and better debugging ability). data files, usable by MSIX and better debugging ability), except
on x86 (32-bit).
- Crossbuilds are dropped from CI. - Crossbuilds are dropped from CI.
- Shell scripts used in the meson build are ported to Python (more - Shell scripts used in the meson build are ported to Python (more
portable and much faster on some platforms, in particular Windows). portable and much faster on some platforms, in particular Windows).