chore(release): Bump version to 8.4.0-beta.2

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl 2024-03-27 16:14:52 +01:00
parent d4a6b85bce
commit c9d1d78235
No known key found for this signature in database
GPG key ID: 4C614C6ED2CDE6DF
3 changed files with 14 additions and 2 deletions

View file

@ -1,5 +1,17 @@
# Changelog
## 8.4.0-beta.2
### Added
- feat: Add new mdi icons @Pytal [#3538](https://github.com/nextcloud/richdocuments/pull/3538)
### Fixed
- fix: Use new viewer api to open files again after open locally @juliushaertl [#3524](https://github.com/nextcloud/richdocuments/pull/3524)
- fix background jobs @tobiasKaminsky [#3527](https://github.com/nextcloud/richdocuments/pull/3527)
- match dark theme of system if no nextcloud theme specified @lpranam [#3539](https://github.com/nextcloud/richdocuments/pull/3539)
## 8.4.0-beta.1
### Added

View file

@ -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.4.0-beta.1</version>
<version>8.4.0-beta.2</version>
<licence>agpl</licence>
<author>Collabora Productivity based on work of Frank Karlitschek, Victor Dubiniuk</author>
<types>

View file

@ -1,7 +1,7 @@
{
"name": "richdocuments",
"description": "Collabora online integration",
"version": "8.4.0-beta.1",
"version": "8.4.0-beta.2",
"authors": [
{
"name": "Julius Härtl",