From 50523168124c2d244dbedabc10a402f3931a9e9b 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:06:00 +0200 Subject: [PATCH] feat: add desktop 7.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Enable the desktop client 7.1 documentation version. Adds the '7.1' branch of docs-client-desktop to the build and points the desktop version attributes at 7.1 (previous: 6.0). 5.3 is intentionally kept published as it is still widely used. Co-Authored-By: Claude Opus 4.8 Signed-off-by: Thomas Müller <1005065+DeepDiver1975@users.noreply.github.com> --- global-attributes.yml | 4 ++-- site.yml | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/global-attributes.yml b/global-attributes.yml index 8a02c6b21..fc2ed0e86 100644 --- a/global-attributes.yml +++ b/global-attributes.yml @@ -62,8 +62,8 @@ latest-webui-version: 'next' previous-webui-version: 'next' # desktop - latest-desktop-version: '6.0' - previous-desktop-version: '5.3' + latest-desktop-version: '7.1' + previous-desktop-version: '6.0' # ios-app latest-ios-version: '12.7' previous-ios-version: '12.6' diff --git a/site.yml b/site.yml index ed43a8c1d..e94a43c48 100644 --- a/site.yml +++ b/site.yml @@ -31,6 +31,7 @@ content: - url: https://github.com/owncloud/docs-client-desktop.git branches: - master + - '7.1' - '6.0' - '5.3' - url: https://github.com/owncloud/docs-client-ios-app.git