From c66d2c66f4c6b66a718788b953d304f77d43ce9d Mon Sep 17 00:00:00 2001 From: Dan Torop Date: Wed, 4 Mar 2026 23:29:56 -0500 Subject: [PATCH] release notes: add more recent UI changes and bugfixes Covers #19948 and #19949. --- RELEASE_NOTES.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 7a91ef11da6e..e7d6e1c8853d 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -99,6 +99,15 @@ changes (where available). images from 720x450 to 1440x900. This produces better data for various situations, including in scopes and the color picker. +- Use darktable icon in desktop environment when running under Wayland + on a KDE-like system. Previously the window manager would use a + generic icon. + +- Use server-side decorations (SSD) for windows when the user's window + manager is capable of this, to make window decorations consistent + with other applications. If SSD is not implemented (Gnome/Mutter + under Wayland), use client-side decorations (CSD). + ## Performance Improvements - Increased performance for OpenCL guided filter by internal tiling.