File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments