Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down