From c4cb8e2b0a0f2c04e0b57f7d57250267e9cff9ea Mon Sep 17 00:00:00 2001 From: Elizabeth Danzberger Date: Fri, 6 Dec 2024 14:22:10 -0500 Subject: [PATCH 1/2] chore: bump version Signed-off-by: Elizabeth Danzberger --- appinfo/info.xml | 2 +- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/appinfo/info.xml b/appinfo/info.xml index c90d8ddaca..b4231fe1c8 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -6,7 +6,7 @@ - 8.3.12 + 8.3.13 agpl Collabora Productivity based on work of Frank Karlitschek, Victor Dubiniuk diff --git a/package-lock.json b/package-lock.json index 5ae5a1c0c8..c621a975ef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "richdocuments", - "version": "8.3.12", + "version": "8.3.13", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 12bd4b71a9..11eeecdbe3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "richdocuments", "description": "Collabora online integration", - "version": "8.3.12", + "version": "8.3.13", "authors": [ { "name": "Julius Härtl", From 06fcdb5934705f137cae5a6614f7bcac50f42ee9 Mon Sep 17 00:00:00 2001 From: Elizabeth Danzberger Date: Fri, 6 Dec 2024 14:31:32 -0500 Subject: [PATCH 2/2] chore: update changelog Signed-off-by: Elizabeth Danzberger --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 31c729a088..919fa3193a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## 8.3.13 + +### Fixed +- Adjust workflows docker images @elzody [#4165](https://github.com/nextcloud/richdocuments/pull/4165) +- Get user by display name @elzody [#4197](https://github.com/nextcloud/richdocuments/pull/4197) +- Properly throttle in error cases and add rate limit for public file creation @juliusknorr [#4203](https://github.com/nextcloud/richdocuments/pull/4203) +- Skip css variable if not set (prevent warning on COOL side) @timar [#4222](https://github.com/nextcloud/richdocuments/pull/4222) +- Limit open with Collabora action to pdf files @juliusknorr [#4232](https://github.com/nextcloud/richdocuments/pull/4232) +- Remove deprecated `title` parameter @elzody [#4270](https://github.com/nextcloud/richdocuments/pull/4270) +- Link share of federated share @max-nextcloud [#4282](https://github.com/nextcloud/richdocuments/pull/4282) +- Get storage from file instead of parent @elzody [#4304](https://github.com/nextcloud/richdocuments/pull/4304) +- Do not treat guest as share owner @elzody [#4308](https://github.com/nextcloud/richdocuments/pull/4308) +- Attempt to make cypress tests more stable with a unified wait for close @juliusknorr [#4294](https://github.com/nextcloud/richdocuments/pull/4294) + +### Other +- `npm` audits [#4161](https://github.com/nextcloud/richdocuments/pull/4161), [#4190](https://github.com/nextcloud/richdocuments/pull/4190), [#4240](https://github.com/nextcloud/richdocuments/pull/4240), [#4266](https://github.com/nextcloud/richdocuments/pull/4266) +- Update Nextcloud dependencies [#4176](https://github.com/nextcloud/richdocuments/pull/4176), [#4237](https://github.com/nextcloud/richdocuments/pull/4237), [#4255](https://github.com/nextcloud/richdocuments/pull/4255), [#4296](https://github.com/nextcloud/richdocuments/pull/4296), [#4290](https://github.com/nextcloud/richdocuments/pull/4290) + ## 8.3.12 ### Fixed