From d421c21139a7a4ee03f9d2f64ccaa6dc7f7b3e09 Mon Sep 17 00:00:00 2001 From: "owncloud-calens-bot[bot]" <276982735+owncloud-calens-bot[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 11:44:20 +0000 Subject: [PATCH] chore: update changelog --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ccc0eb535de..349a284181b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -52,6 +52,8 @@ ownCloud admins and users. * Bugfix - Fix compatibility with extra-cmake-modules-6.19.0: [#12374](https://github.com/owncloud/client/pull/12374) * Change - Remove capability to upload conflict files: [#12369](https://github.com/owncloud/client/pull/12369) +* Change - Eliminated excessive server checks: [#12619](https://github.com/owncloud/client/pull/12619) +* Change - We ended support for OWNCLOUD_FORCE_DARK_MODE environment variable: [#12625](https://github.com/owncloud/client/pull/12625) ## Details @@ -69,6 +71,21 @@ ownCloud admins and users. https://github.com/owncloud/client/pull/12369 +* Change - Eliminated excessive server checks: [#12619](https://github.com/owncloud/client/pull/12619) + + The server capabilities, user settings, avatar and app providers are now updated + only on application start and after the user has re-authenticated during a + running session. + + https://github.com/owncloud/client/pull/12619 + +* Change - We ended support for OWNCLOUD_FORCE_DARK_MODE environment variable: [#12625](https://github.com/owncloud/client/pull/12625) + + The application now relies exclusively on the chosen system theme to determine + if dark mode should be used. + + https://github.com/owncloud/client/pull/12625 + # Changelog for ownCloud Desktop Client [6.0.3] (2026-01-07) The following sections list the changes in ownCloud Desktop Client 6.0.3 relevant to