Skip to content

Commit 2b10375

Browse files
authored
Merge pull request #4746 from nextcloud/release/v8.6.5
chore: release v8.6.5
2 parents 14737a4 + b9f4f30 commit 2b10375

File tree

4 files changed

+21
-4
lines changed

4 files changed

+21
-4
lines changed

CHANGELOG.md

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

7+
## 8.6.5
8+
9+
### Fixed
10+
- Fix save as on mobile with direct editing by @juliusknorr in [#4742](https://github.com/nextcloud/richdocuments/pull/4742)
11+
- Fall back to super share if share token is not available by @blizzz in [#4737](https://github.com/nextcloud/richdocuments/pull/4737)
12+
- Do not fetch remote Collabora URL for own server by @elzody in [#4734](https://github.com/nextcloud/richdocuments/pull/4734)
13+
- Load WOPI callback URL from initial state into config service by @elzody in [#4685](https://github.com/nextcloud/richdocuments/pull/4685)
14+
- Load viewer component asynchronously to reduce file size by @elzody in [#4683](https://github.com/nextcloud/richdocuments/pull/4683)
15+
- Accepted global templates file types by @elzody in [#4679](https://github.com/nextcloud/richdocuments/pull/4679)
16+
- Send UI theme input to COOL settings iframe by @codewithvk in [#4668](https://github.com/nextcloud/richdocuments/pull/4668)
17+
- userId undefined issue for template by @codewithvk in [#4666](https://github.com/nextcloud/richdocuments/pull/4666)
18+
19+
### Other
20+
- npm audits
21+
- Dependency updates
22+
- Improve tests and CI workflows
23+
724
## 8.6.4
825

926
### 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.4</version>
14+
<version>8.6.5</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.4",
4+
"version": "8.6.5",
55
"authors": [
66
{
77
"name": "Julius Härtl",

0 commit comments

Comments
 (0)