From 16d1e48c76ea26a96419309002e2d3ca47bd48a7 Mon Sep 17 00:00:00 2001 From: Elizabeth Danzberger Date: Thu, 22 Aug 2024 11:47:34 -0400 Subject: [PATCH 1/2] chore: Bump version to prepare for release Signed-off-by: Elizabeth Danzberger --- appinfo/info.xml | 2 +- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/appinfo/info.xml b/appinfo/info.xml index c8b2a2078e..edad17b25c 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -6,7 +6,7 @@ - 8.3.9 + 8.3.10 agpl Collabora Productivity based on work of Frank Karlitschek, Victor Dubiniuk diff --git a/package-lock.json b/package-lock.json index b82915e570..173e973451 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "richdocuments", - "version": "8.3.9", + "version": "8.3.10", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 1089b27ef1..3af3b7c2a0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "richdocuments", "description": "Collabora online integration", - "version": "8.3.9", + "version": "8.3.10", "authors": [ { "name": "Julius Härtl", From 66164c784c00b28b181afd4a533b33b60e0464c5 Mon Sep 17 00:00:00 2001 From: Elizabeth Danzberger Date: Thu, 22 Aug 2024 11:55:16 -0400 Subject: [PATCH 2/2] chore: Update changelog with diff from v8.3.9 to current stable28 Signed-off-by: Elizabeth Danzberger --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a554924bb7..5a3b02ad95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## 8.3.10 + +### Fixed + +* Block incompatible operations with remote tokens @juliushaertl [#3879](https://github.com/nextcloud/richdocuments/pull/3879) +* Show PDF even when download hidden on public share @elzody [#3888](https://github.com/nextcloud/richdocuments/pull/3888) +* Guest username not picked up the second time loading a share link @elzody [#3908](https://github.com/nextcloud/richdocuments/pull/3908) +* Properly send custom logo to collabora @elzody [#3930](https://github.com/nextcloud/richdocuments/pull/3930) +* Bring back federated editing in viewer iframe @juliushaertl [#3938](https://github.com/nextcloud/richdocuments/pull/3938) + +### Other + +* Switch to new API to set volatile user to prevent persisting it in any case @juliushaertl [#3861](https://github.com/nextcloud/richdocuments/pull/3861) +* Remove unnecessary files from release build @juliushaertl [#3881](https://github.com/nextcloud/richdocuments/pull/3881) + + ## 8.3.9 ### Fixed