From c4d75c2ba2a8e3b174470e05dc047fa3b0e33e43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Wed, 13 Sep 2023 15:21:56 +0200 Subject: [PATCH] chore(release): Bump version to 8.2.0-beta.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- CHANGELOG.md | 16 ++++++++++++++++ appinfo/info.xml | 2 +- package.json | 4 ++-- 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bec1c27e0..f60464bd78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## 8.2.0-beta.1 + +### Added + +- Version support and iframe refactoring @juliushaertl [#3172](https://github.com/nextcloud/richdocuments/pull/3172) +- feat: add config option mobile_editing [#3154](https://github.com/nextcloud/richdocuments/pull/3154) + +### Fixed + +- fix: Disable pdf preview gnerator through Collabora if server already… @szaimen [#3146](https://github.com/nextcloud/richdocuments/pull/3146) +- fix: Log invalid wopi tokens at info level instead of error [#3110](https://github.com/nextcloud/richdocuments/pull/3110) +- fix: Provide valid fileList and fileId context on new file action [#3128](https://github.com/nextcloud/richdocuments/pull/3128) +- fix: Revert change of extension which should refer to the new file extension [#3132](https://github.com/nextcloud/richdocuments/pull/3132) +- fix: Use a proper empty xlsx file [#3124](https://github.com/nextcloud/richdocuments/pull/3124) +- CollaboraOnline#6546 enable automatic color in default paragraph style @thebearon [#3147](https://github.com/nextcloud/richdocuments/pull/3147) + ## 8.1.1 ### Fixed diff --git a/appinfo/info.xml b/appinfo/info.xml index 73c18d66bd..2b828476d3 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -6,7 +6,7 @@ - 8.1.1 + 8.2.0-beta.1 agpl Collabora Productivity based on work of Frank Karlitschek, Victor Dubiniuk diff --git a/package.json b/package.json index 7616f667c6..659095336b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "richdocuments", "description": "Collabora online integration", - "version": "8.1.1", + "version": "8.2.0-beta.1", "authors": [ { "name": "Julius Härtl", @@ -82,4 +82,4 @@ ], "globalSetup": "/src/tests/setup.js" } -} +} \ No newline at end of file