From 6b3962d17469faf6af623de5fc37060fc2999cfc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=BCller?= <1005065+DeepDiver1975@users.noreply.github.com> Date: Thu, 18 Jun 2026 22:03:47 +0200 Subject: [PATCH 1/2] docs: add Notable Changes to Desktop App 7.1.0 release notes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add a Notable Changes list to the 7.1.0 entry, matching the format of the existing 6.0.x entries. Surfaces the breaking removals that affect existing users (OC10 support, command-line sync client, bandwidth throttling, suffix VFS plugin), the raised platform minimums (macOS 13, Qt 6.8), and the main UX enhancements. Verified against the upstream owncloud/client CHANGELOG.md at tag v7.1.0. Co-Authored-By: Claude Opus 4.8 Signed-off-by: Thomas Müller <1005065+DeepDiver1975@users.noreply.github.com> --- modules/ROOT/pages/desktop_release_notes.adoc | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/modules/ROOT/pages/desktop_release_notes.adoc b/modules/ROOT/pages/desktop_release_notes.adoc index 65d54b4..bc9d9fa 100644 --- a/modules/ROOT/pages/desktop_release_notes.adoc +++ b/modules/ROOT/pages/desktop_release_notes.adoc @@ -34,6 +34,21 @@ The Desktop App 7 series supports *ownCloud Infinite Scale (oCIS)* only. If you There is no public *Desktop App 7.0* release. Version 7.0 was produced as an internal-only build used for cross-team integration and release-process validation, and was never published to end users. The 7.x line debuts publicly with 7.1.0, which is why the version history jumps directly from 6.0.x to 7.1.0. ==== +[discrete] +=== Notable Changes + +* Change: Remove support for ownCloud Server (OC10); the client now requires ownCloud Infinite Scale: https://github.com/owncloud/client/pull/12167[#12167] +* Change: Remove the command line sync client: https://github.com/owncloud/client/pull/12162[#12162] +* Change: Remove bandwidth throttling controls: https://github.com/owncloud/client/pull/12335[#12335] +* Change: Remove the suffix VFS plugin: https://github.com/owncloud/client/pull/12174[#12174] +* Change: Remove the capability to upload conflict files: https://github.com/owncloud/client/pull/12369[#12369] +* Change: Remove the activity tab from account settings: https://github.com/owncloud/client/pull/12307[#12307] +* Change: MacOS 13 is now the minimum supported macOS version: https://github.com/owncloud/client/pull/12245[#12245] +* Change: Qt 6.8 is now the minimum required Qt version: https://github.com/owncloud/client/pull/12270[#12270] +* Enhancement: New account setup wizard: https://github.com/owncloud/client/pull/12189[#12189] +* Enhancement: System-based configuration (group policy support): https://github.com/owncloud/client/pull/12367[#12367] +* Enhancement: Redesigned account and folder management view: https://github.com/owncloud/client/pull/12399[#12399] + == Desktop App 6.0.3 [discrete] From 4fc80be2df4a2cedd6688fee76b53387a92a3010 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=BCller?= <1005065+DeepDiver1975@users.noreply.github.com> Date: Thu, 18 Jun 2026 22:16:45 +0200 Subject: [PATCH 2/2] docs: normalize macOS casing in 7.1.0 notable changes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Use the canonical 'macOS' spelling to match the rest of the page (the IMPORTANT note and the adjacent Qt bullet), per review feedback. Co-Authored-By: Claude Opus 4.8 Signed-off-by: Thomas Müller <1005065+DeepDiver1975@users.noreply.github.com> --- modules/ROOT/pages/desktop_release_notes.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/desktop_release_notes.adoc b/modules/ROOT/pages/desktop_release_notes.adoc index bc9d9fa..1353f6a 100644 --- a/modules/ROOT/pages/desktop_release_notes.adoc +++ b/modules/ROOT/pages/desktop_release_notes.adoc @@ -43,7 +43,7 @@ There is no public *Desktop App 7.0* release. Version 7.0 was produced as an int * Change: Remove the suffix VFS plugin: https://github.com/owncloud/client/pull/12174[#12174] * Change: Remove the capability to upload conflict files: https://github.com/owncloud/client/pull/12369[#12369] * Change: Remove the activity tab from account settings: https://github.com/owncloud/client/pull/12307[#12307] -* Change: MacOS 13 is now the minimum supported macOS version: https://github.com/owncloud/client/pull/12245[#12245] +* Change: macOS 13 is now the minimum supported macOS version: https://github.com/owncloud/client/pull/12245[#12245] * Change: Qt 6.8 is now the minimum required Qt version: https://github.com/owncloud/client/pull/12270[#12270] * Enhancement: New account setup wizard: https://github.com/owncloud/client/pull/12189[#12189] * Enhancement: System-based configuration (group policy support): https://github.com/owncloud/client/pull/12367[#12367]