From 91022e714aee6b3f2ad80f91d51ca799a45682e9 Mon Sep 17 00:00:00 2001 From: Elizabeth Danzberger Date: Wed, 21 Aug 2024 14:32:22 -0400 Subject: [PATCH] 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..fc3a75abbb 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