Skip to content

Commit 50a1cb6

Browse files
committed
release notes: add more recent UI changes and bugfixes
Covers darktable-org#19948, darktable-org#19949, darktable-org#20227, and darktable-org#20113. Note the latter two bugfixes are also in 5.4.1, so not sure if they shold be mentioned in 5.6.0 release notes.
1 parent d0089c2 commit 50a1cb6

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

RELEASE_NOTES.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,15 @@ changes (where available).
9999
images from 720x450 to 1440x900. This produces better data for
100100
various situations, including in scopes and the color picker.
101101

102+
- Use darktable icon in desktop environment when running under Wayland
103+
on a KDE-like system. Previously the window manager would use a
104+
generic icon.
105+
106+
- Use server-side decorations (SSD) for windows when the user's window
107+
manager is capable of this, to make window decorations consistent
108+
with other applications. If SSD is not implemented (Gnome/Mutter
109+
under Wayland), use client-side decorations (CSD).
110+
102111
## Performance Improvements
103112

104113
- Increased performance for OpenCL guided filter by internal tiling.
@@ -197,6 +206,13 @@ changes (where available).
197206
WB. This was due to a missing reset letting the Color Calibration
198207
module starting with a wrong WB.
199208

209+
- Do not cache warning icons for unreadable images. Do not show these
210+
icons instead of the image if the image later is readable.
211+
212+
- Properly initialize collection filters when darktable, on first
213+
invocation, imports images from the command line. Before this fix,
214+
images would disappear from lighttable view once they were brought
215+
into darkroom view or when darktable was restarted.
200216
## Lua
201217

202218
### API Version

0 commit comments

Comments
 (0)