Skip to content

Commit

Permalink
Merge pull request #4316 from nextcloud/release/v8.3.13
Browse files Browse the repository at this point in the history
chore: release v8.3.13
  • Loading branch information
elzody authored Dec 6, 2024
2 parents fb4b457 + 06fcdb5 commit 2cd8759
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<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.
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>
<version>8.3.12</version>
<version>8.3.13</version>
<licence>agpl</licence>
<author>Collabora Productivity based on work of Frank Karlitschek, Victor Dubiniuk</author>
<types>
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "richdocuments",
"description": "Collabora online integration",
"version": "8.3.12",
"version": "8.3.13",
"authors": [
{
"name": "Julius Härtl",
Expand Down

0 comments on commit 2cd8759

Please sign in to comment.