Skip to content

Commit f7bd5da

Browse files
authored
Merge pull request #5737 from nextcloud/chore/release-v11.0.0
chore(release): v11.0.0
2 parents 2a64c1b + 5868f71 commit f7bd5da

4 files changed

Lines changed: 24 additions & 4 deletions

File tree

CHANGELOG.md

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

7+
## 11.0.0
8+
9+
### Added
10+
- Integrate with Direct Editing API by @juliusknorr in [#5734](https://github.com/nextcloud/richdocuments/pull/5734)
11+
- Make preview conversion timeout and max file size configurable by @juliusknorr in [#5733](https://github.com/nextcloud/richdocuments/pull/5733)
12+
13+
### Fixed
14+
- Make preview timeout an info log instead of error by @CarlSchwan in [#5613](https://github.com/nextcloud/richdocuments/pull/5613)
15+
- Retry built-in CODE cold starts and show startup status by @joshtrichards in [#5722](https://github.com/nextcloud/richdocuments/pull/5722)
16+
- Remove expired WOPI tokens with a single query by @juliusknorr in [#5715](https://github.com/nextcloud/richdocuments/pull/5715)
17+
- Adjust naming to Nextcloud Office (Collabora) by @juliusknorr in [#5710](https://github.com/nextcloud/richdocuments/pull/5710)
18+
- Save As works with encryption by @juliusknorr in [#5702](https://github.com/nextcloud/richdocuments/pull/5702)
19+
- Smaller JS bundles by @max-nextcloud in [#5673](https://github.com/nextcloud/richdocuments/pull/5673)
20+
21+
### Other
22+
- Temporarily revert pdf viewer assertion by @elzody in [#5578](https://github.com/nextcloud/richdocuments/pull/5578)
23+
- Enhance direct editing test with postMessage handling by @elzody in [#5555](https://github.com/nextcloud/richdocuments/pull/5555)
24+
- Skip PDF viewer test by @elzody in [#5730](https://github.com/nextcloud/richdocuments/pull/5730)
25+
- Dependency updates
26+
727
## 11.0.0-beta.1
828

929
### Fixed

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

0 commit comments

Comments
 (0)