From d60888b3f205e61f4a1aa0cff53e7039be182b88 Mon Sep 17 00:00:00 2001 From: Elizabeth Danzberger Date: Wed, 9 Sep 2026 17:45:13 -0400 Subject: [PATCH 1/2] chore(release): bump version to 9.2.2 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 0a59833a6c..a04f0519cc 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -11,7 +11,7 @@ - 9.2.1 + 9.2.2 agpl Collabora Productivity based on work of Frank Karlitschek, Victor Dubiniuk diff --git a/package-lock.json b/package-lock.json index 9dd00f8b80..fe78382d8d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "richdocuments", - "version": "9.2.1", + "version": "9.2.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "richdocuments", - "version": "9.2.1", + "version": "9.2.2", "license": "AGPL-3.0-or-later", "dependencies": { "@nextcloud/auth": "^2.5.3", diff --git a/package.json b/package.json index 18c1bdc184..d4771d063c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "richdocuments", "description": "Collabora online integration", - "version": "9.2.1", + "version": "9.2.2", "authors": [ { "name": "Julius Härtl", From 05df0980eaf46d2f2d8fb27d4ecc3d12380dcf92 Mon Sep 17 00:00:00 2001 From: Elizabeth Danzberger Date: Wed, 9 Sep 2026 17:47:19 -0400 Subject: [PATCH 2/2] chore(release): update changelog for 9.2.2 Signed-off-by: Elizabeth Danzberger --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 10d4dac892..12e430403b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,24 @@ --> # Changelog +## 9.2.2 + +### Fixed + +- Report a locked file as 423, not 500 by @timar in [#6061](https://github.com/nextcloud/richdocuments/pull/6061) +- Pass language to Collabora file conversions by @xhon-pelushi in [#6035](https://github.com/nextcloud/richdocuments/pull/6035) +- Include ooxml types in form filling by @elzody in [#6026](https://github.com/nextcloud/richdocuments/pull/6026) +- Npm audit by @elzody in [#6009](https://github.com/nextcloud/richdocuments/pull/6009) +- Avoid extra file write by @elzody in [#5992](https://github.com/nextcloud/richdocuments/pull/5992) + +### Other + +- Move language tag logic to backend by @elzody in [#6050](https://github.com/nextcloud/richdocuments/pull/6050) +- Fix npm audit by @nextcloud-command in [#6049](https://github.com/nextcloud/richdocuments/pull/6049) +- Skip nightly collabora tests by @elzody in [#6033](https://github.com/nextcloud/richdocuments/pull/6033) +- Hide extra fonts instructions when built-in CODE selected by @xhon-pelushi in [#5998](https://github.com/nextcloud/richdocuments/pull/5998) +- Dependency updates + ## 9.2.1 ### Fixed