From dc98b4b68d8257e7e2b8ef410bde4612b968a3bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Fri, 12 Jan 2024 08:17:11 +0100 Subject: [PATCH] chore(release): Bump version to 8.2.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- CHANGELOG.md | 14 ++++++++++++++ appinfo/info.xml | 2 +- package.json | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c945fcf7a..2563d9428 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## 8.2.4 + +### Fixed + +- fix: Fix version access with new version backend on shared files [#3340](https://github.com/nextcloud/richdocuments/pull/3340) +- fix: Avoid 3px offset on public share links [#3371](https://github.com/nextcloud/richdocuments/pull/3371) +- Fix opening file after rename in COOL @eszkadev [#3343](https://github.com/nextcloud/richdocuments/pull/3343) +- feat: add loadingMessage() to show different loadingMsg @juliushaertl [#3399](https://github.com/nextcloud/richdocuments/pull/3399) +- fix: mention popup reappears after inserting the mention @juliushaertl [#3398](https://github.com/nextcloud/richdocuments/pull/3398) +- fix: Disable auto logout while editing [#3390](https://github.com/nextcloud/richdocuments/pull/3390) +- fix: Consider owner group membership for public share links [#3376](https://github.com/nextcloud/richdocuments/pull/3376) +- fix: Let wopi middleware also handle asset fetching [#3408](https://github.com/nextcloud/richdocuments/pull/3408) +- Do not hide speadsheet statusbar by default [#3325](https://github.com/nextcloud/richdocuments/pull/3325) + ## 8.2.3 ### Fixed diff --git a/appinfo/info.xml b/appinfo/info.xml index 2701dbe54..3696f4e33 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -6,7 +6,7 @@ - 8.2.3 + 8.2.4 agpl Collabora Productivity based on work of Frank Karlitschek, Victor Dubiniuk diff --git a/package.json b/package.json index 57e4cd04d..7bda4e2f7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "richdocuments", "description": "Collabora online integration", - "version": "8.2.3", + "version": "8.2.4", "authors": [ { "name": "Julius Härtl",