diff --git a/CHANGELOG.md b/CHANGELOG.md index b53e8e3b3d..790576343f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,23 @@ --> # Changelog +## 10.2.0 + +### Added +- Make preview conversion timeout and max file size configurable by @juliusknorr in [#5735](https://github.com/nextcloud/richdocuments/pull/5735) + +### Fixed +- Retry built-in CODE cold starts and show startup status by @joshtrichards in [#5721](https://github.com/nextcloud/richdocuments/pull/5721) +- Remove expired WOPI tokens with a single query by @juliusknorr in [#5714](https://github.com/nextcloud/richdocuments/pull/5714) +- Save As works with encryption by @juliusknorr in [#5703](https://github.com/nextcloud/richdocuments/pull/5703) +- Smaller JS bundles by @max-nextcloud in [#5674](https://github.com/nextcloud/richdocuments/pull/5674) +- Remove hardcoded language from document template by @juliusknorr in [#5660](https://github.com/nextcloud/richdocuments/pull/5660) +- Make preview timeout an info log instead of error by @CarlSchwan in [#5641](https://github.com/nextcloud/richdocuments/pull/5641) +- Check file existence before using Save As by @juliusknorr in [#5443](https://github.com/nextcloud/richdocuments/pull/5443) + +### Other +- Dependency updates + ## 10.1.3 ### Fixed diff --git a/appinfo/info.xml b/appinfo/info.xml index 6d5f2d5974..cb989550b7 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -11,7 +11,7 @@ - 10.1.3 + 10.2.0 agpl Collabora Productivity based on work of Frank Karlitschek, Victor Dubiniuk diff --git a/package-lock.json b/package-lock.json index 56d5ec166c..c8aba953fc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "richdocuments", - "version": "10.1.3", + "version": "10.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "richdocuments", - "version": "10.1.3", + "version": "10.2.0", "license": "AGPL-3.0-or-later", "dependencies": { "@nextcloud/auth": "^2.5.3", diff --git a/package.json b/package.json index a2ea336162..f210597b79 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "richdocuments", "description": "Collabora online integration", - "version": "10.1.3", + "version": "10.2.0", "authors": [ { "name": "Julius Härtl",