Skip to content

Commit 5676ac6

Browse files
authored
Merge pull request #4409 from nextcloud/release/v8.6.0-beta.2
Release/v8.6.0 beta.2
2 parents 0294f82 + da9441b commit 5676ac6

File tree

4 files changed

+19
-4
lines changed

4 files changed

+19
-4
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@
44
-->
55
# Changelog
66

7+
## 8.6.0-beta.2
8+
9+
### Added
10+
- File conversion provider @elzody [#4408](https://github.com/nextcloud/richdocuments/pull/4408)
11+
- Move personal user settings page to Vue @codewithvk [#4388](https://github.com/nextcloud/richdocuments/pull/4388)
12+
13+
### Fixed
14+
- Adjust testing matrix for Nextcloud 31 @nickvergessen [#4400](https://github.com/nextcloud/richdocuments/pull/4400)
15+
- Incomplete return type list @blizzz [#4410](https://github.com/nextcloud/richdocuments/pull/4410)
16+
17+
### Other
18+
- Update translations @nextcloud-bot
19+
- Update dependencies @nextcloud-command
20+
21+
722
## 8.6.0-beta.1
823

924
### Added

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<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.
1212
1313
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>
14-
<version>8.6.0-beta.1</version>
14+
<version>8.6.0-beta.2</version>
1515
<licence>agpl</licence>
1616
<author>Collabora Productivity based on work of Frank Karlitschek, Victor Dubiniuk</author>
1717
<types>

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "richdocuments",
33
"description": "Collabora online integration",
4-
"version": "8.6.0-beta.1",
4+
"version": "8.6.0-beta.2",
55
"authors": [
66
{
77
"name": "Julius Härtl",

0 commit comments

Comments
 (0)