From dff314809f25bdeb289697ce541172c1cbc067b0 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 17:53:11 +0200 Subject: [PATCH 1/2] feat: add Desktop App 7.1.0 release notes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add the 7.1.0 entry at the top of the desktop release notes. Include a note explaining that there is no public 7.0 release: 7.0 was an internal-only build for cross-team integration and release-process validation, so the public 7.x line starts at 7.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 81433dc..3788e2a 100644 --- a/modules/ROOT/pages/desktop_release_notes.adoc +++ b/modules/ROOT/pages/desktop_release_notes.adoc @@ -14,6 +14,21 @@ toc::[] +== Desktop App 7.1.0 + +[discrete] +=== General + +The ownCloud Desktop App is now available in version 7.1.0! + +We strongly recommend updating the Desktop App to the latest available version so that you can access and experience a range of new features and security fixes. Users with an Enterprise subscription are entitled to receive dedicated support. + +Refer to the full change log for a list of bug fixes and changes at {desktop-releases-url}v7.1.0[GitHub, window=_blank]. + +[NOTE] +==== +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. +==== + == Desktop App 6.0.3 [discrete] From a367929946e8cedcf72e1679d5db921724ab1b14 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 18:02:45 +0200 Subject: [PATCH 2/2] docs: note Desktop App 7 series supports oCIS only MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The 7 series supports ownCloud Infinite Scale only. Users on ownCloud Classic (Server) 10 or 11 must stay on the Desktop App 6 series until they migrate to Infinite Scale. 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 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/ROOT/pages/desktop_release_notes.adoc b/modules/ROOT/pages/desktop_release_notes.adoc index 3788e2a..65d54b4 100644 --- a/modules/ROOT/pages/desktop_release_notes.adoc +++ b/modules/ROOT/pages/desktop_release_notes.adoc @@ -24,6 +24,11 @@ We strongly recommend updating the Desktop App to the latest available version s Refer to the full change log for a list of bug fixes and changes at {desktop-releases-url}v7.1.0[GitHub, window=_blank]. +[IMPORTANT] +==== +The Desktop App 7 series supports *ownCloud Infinite Scale (oCIS)* only. If you are using ownCloud Classic (Server) version 10 or 11, you must stay on the Desktop App 6 series. Do not upgrade to the 7 series until you have migrated to Infinite Scale. +==== + [NOTE] ==== 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.