From 7fb0804cfb0325308e2ac08b679aa28fe7dba72a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Fri, 10 May 2024 12:55:40 +0200 Subject: [PATCH] chore(release): Bump version to 8.4.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- CHANGELOG.md | 10 ++++++++++ appinfo/info.xml | 2 +- package.json | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0167b971be..39c2d2d472 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 8.4.2 + +### Fixed + +- fix: Do not set user id for guests [#3677](https://github.com/nextcloud/richdocuments/pull/3677) +- fix: Avoid loading file actions if app is disabled for users [#3673](https://github.com/nextcloud/richdocuments/pull/3673) +- test(open-pdf): open pdf with richdocuments via file-action [#3666](https://github.com/nextcloud/richdocuments/pull/3666) +- fix: Avoid triggering file list requests during handover to desktop client [#3688](https://github.com/nextcloud/richdocuments/pull/3688) +- Test guest name setting [#3684](https://github.com/nextcloud/richdocuments/pull/3684) + ## 8.4.1 ### Fixed diff --git a/appinfo/info.xml b/appinfo/info.xml index 5279249e6a..bfcf2c49fe 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -6,7 +6,7 @@ - 8.4.1 + 8.4.2 agpl Collabora Productivity based on work of Frank Karlitschek, Victor Dubiniuk diff --git a/package.json b/package.json index 309158f990..47d5daff95 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "richdocuments", "description": "Collabora online integration", - "version": "8.4.1", + "version": "8.4.2", "authors": [ { "name": "Julius Härtl",