From c82ba127bce3790ff5b9dce8421e898764782407 Mon Sep 17 00:00:00 2001 From: Elizabeth Danzberger Date: Wed, 21 Aug 2024 14:25:47 -0400 Subject: [PATCH 1/2] chore: bump versions in preparation 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 6000b4838f..073eee8c9d 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -6,7 +6,7 @@ - 8.4.4 + 8.4.5 agpl Collabora Productivity based on work of Frank Karlitschek, Victor Dubiniuk diff --git a/package-lock.json b/package-lock.json index 5e914c8954..b3b64fe9db 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "richdocuments", - "version": "8.4.4", + "version": "8.4.5", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 47822d2160..f5b75e1e59 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "richdocuments", "description": "Collabora online integration", - "version": "8.4.4", + "version": "8.4.5", "authors": [ { "name": "Julius Härtl", From 35272e7d082b58548ef5924b5310ae2ac2e60c5e Mon Sep 17 00:00:00 2001 From: Elizabeth Danzberger Date: Wed, 21 Aug 2024 14:32:22 -0400 Subject: [PATCH 2/2] chore: update changelog with diff from v8.4.4 to current Signed-off-by: Elizabeth Danzberger --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8de728a167..e46deddd0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## 8.4.5 + +### Fixed + +* Block incompatible operations with remote tokens @juliushaertl [#3878](https://github.com/nextcloud/richdocuments/pull/3878) +* Show PDF even when download hidden on public share @elzody [#3889](https://github.com/nextcloud/richdocuments/pull/3889) +* Guest username not picked up the second time loading a share link @elzody [#3909](https://github.com/nextcloud/richdocuments/pull/3909) +* Allow double click in image picker @eszkadev [#3926](https://github.com/nextcloud/richdocuments/pull/3926) +* Properly send custom logo to collabora @elzody [#3929](https://github.com/nextcloud/richdocuments/pull/3929) +* Bring back federated editing in viewer iframe @juliushaertl [#3939](https://github.com/nextcloud/richdocuments/pull/3939) + +### Other + +* Update nextcloud/ocp dependency @nextcloud-command [#3898](https://github.com/nextcloud/richdocuments/pull/3898) +* Remove unnecessary files from release build @juliushaertl [#3880](https://github.com/nextcloud/richdocuments/pull/3880) +* Switch to new API to set volatile user to prevent persisting it in any case @juliushaertl [#3860](https://github.com/nextcloud/richdocuments/pull/3860) + ## 8.4.4 ### Fixed