From 11bd0b43e7bcc24d07f60cc08f783c5cebcbdc92 Mon Sep 17 00:00:00 2001 From: Elizabeth Danzberger Date: Mon, 8 Jun 2026 20:49:03 -0400 Subject: [PATCH 1/2] chore(release): bump version Signed-off-by: Elizabeth Danzberger --- appinfo/info.xml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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", From 078edfcb09fe4a40c56474cee19d6b97f348ac59 Mon Sep 17 00:00:00 2001 From: Elizabeth Danzberger Date: Mon, 8 Jun 2026 20:57:17 -0400 Subject: [PATCH 2/2] chore(release): update changelog Signed-off-by: Elizabeth Danzberger --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) 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