From e5161afc22655c45fb4677a68425a4e1e165270c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Fri, 12 Jan 2024 08:17:56 +0100 Subject: [PATCH] chore(release): Bump version to 8.3.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- CHANGELOG.md | 13 +++++++++++++ appinfo/info.xml | 2 +- package.json | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 58cedd1131..e2b44e18ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## 8.3.1 + +### Fixed + +- fix: mention popup reappears after inserting the mention [#3365](https://github.com/nextcloud/richdocuments/pull/3365) +- fix: Use proper blob url for all fonts [#3362](https://github.com/nextcloud/richdocuments/pull/3362) +- fix: Avoid 3px offset on public share links [#3370](https://github.com/nextcloud/richdocuments/pull/3370) +- fix: Consider owner group membership for public share links [#3375](https://github.com/nextcloud/richdocuments/pull/3375) +- fix(Application.php): Update methods post-refactor [#3383](https://github.com/nextcloud/richdocuments/pull/3383) +- fix: Disable auto logout while editing [#3389](https://github.com/nextcloud/richdocuments/pull/3389) +- feat: add loadingMessage() to show different loadingMsg @juliushaertl [#3400](https://github.com/nextcloud/richdocuments/pull/3400) +- fix: Let wopi middleware also handle asset fetching [#3407](https://github.com/nextcloud/richdocuments/pull/3407) + ## 8.3.0 ### Added diff --git a/appinfo/info.xml b/appinfo/info.xml index b2adf1847a..1cf561dbbd 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -6,7 +6,7 @@ - 8.3.0 + 8.3.1 agpl Collabora Productivity based on work of Frank Karlitschek, Victor Dubiniuk diff --git a/package.json b/package.json index e35b3f53d8..484daf5d39 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "richdocuments", "description": "Collabora online integration", - "version": "8.3.0", + "version": "8.3.1", "authors": [ { "name": "Julius Härtl",