Skip to content

Commit

Permalink
chore(release): Bump version to 8.2.0-beta.1
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Härtl <jus@bitgrid.net>
  • Loading branch information
juliusknorr committed Sep 13, 2023
1 parent 471dd22 commit c4d75c2
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<description><![CDATA[This application can connect to a Collabora Online (or other) server (WOPI-like Client). Nextcloud is the WOPI Host. Please read the documentation to learn more about that.
You can also edit your documents off-line with the Collabora Office app from the **[Android](https://play.google.com/store/apps/details?id=com.collabora.libreoffice)** and **[iOS](https://apps.apple.com/us/app/collabora-office/id1440482071)** store.]]></description>
<version>8.1.1</version>
<version>8.2.0-beta.1</version>
<licence>agpl</licence>
<author>Collabora Productivity based on work of Frank Karlitschek, Victor Dubiniuk</author>
<types>
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -82,4 +82,4 @@
],
"globalSetup": "<rootDir>/src/tests/setup.js"
}
}
}

0 comments on commit c4d75c2

Please sign in to comment.