-
Notifications
You must be signed in to change notification settings - Fork 862
Expand file tree
/
Copy pathNEWS
More file actions
49 lines (37 loc) · 1.7 KB
/
NEWS
File metadata and controls
49 lines (37 loc) · 1.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
------------------------------
GNU Image Manipulation Program
Development Branch
------------------------------
This is the development branch of GIMP.
Overview of Changes from GIMP 3.2.4 to GIMP 3.3.2
=================================================
Core:
* Using native file choosers in various parts of the code.
* Rendering MyPaint brush previews at best sizes to be non-blurry.
* GimpViewable preview API now passes around the scale factor to allow
best decision when rendering previews.
* Error console save dialog now has a ".log" extension filter.
* Improve list of "Recent Images" in the Welcome dialog, with no
arbirtrary limitation of 8 rows.
* More GtkTreeView replaced in preparation of GTK4 port.
Graphical User Interface:
* Small reorganization in GimpStrokeEditor.
* Welcome dialog: icons and links realigned on Welcome tab; widgets
realigned in Contribute tab.
* New "branding" colors added in AppStream metadata.
Plug-Ins:
* Vulnerabilities fixed: ZDI-CAN-29403, ZDI-CAN-29399, ZDI-CAN-29405,
ZDI-CAN-29406, ZDI-CAN-29398 (TIFF), ZDI-CAN-29395 (PSD), ZDI-CAN-29396 (SGI),
ZDI-CAN-29401 (PNG), PSP
* PSD: better apply embedded profile on pixel data for import and
export.
* New import support for MacPaint images.
* GBR: fix exporting grayscale GBRs with alpha channels.
API:
* libgimpwidgets:
- GimpColorDisplayStack now implements GListModel.
Build:
* Our baseline for dependencies is now Debian Trixie.
* New analysis job running Tartan, a static analysis tool developed
specifically for GLib-based projects
* macOS notarization now works from our Gitlab CI!