Skip to content

Commit

Permalink
Merge pull request #4315 from nextcloud/release/v8.4.9
Browse files Browse the repository at this point in the history
chore: release v8.4.9
  • Loading branch information
elzody authored Dec 6, 2024
2 parents 2f22218 + 0d39715 commit 3cfa95c
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 3 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## 8.4.9

### Fixed
- Adjust workflows docker images @elzody [#4166](https://github.com/nextcloud/richdocuments/pull/4166)
- Get user by display name @elzody [#4198](https://github.com/nextcloud/richdocuments/pull/4198)
- Properly throttle in error cases and add rate limit for public file creation @juliusknorr [#4202](https://github.com/nextcloud/richdocuments/pull/4202)
- Skip css variable if not set (prevent warning on COOL side) @timar [#4223](https://github.com/nextcloud/richdocuments/pull/4223)
- Limit open with Collabora action to pdf files @juliusknorr [#4233](https://github.com/nextcloud/richdocuments/pull/4233)
- Remove deprecated `title` parameter @elzody [#4271](https://github.com/nextcloud/richdocuments/pull/4271)
- Clarify the remote font config setting a bit @timar [#4275](https://github.com/nextcloud/richdocuments/pull/4275)
- Link share of federated share @max-nextcloud [#4281](https://github.com/nextcloud/richdocuments/pull/4281)
- Apply viewer wrapper as we do it in text @juliusknorr [#4288](https://github.com/nextcloud/richdocuments/pull/4288)
- Attempt to make cypress tests more stable with a unified wait for close @juliusknorr [#4293](https://github.com/nextcloud/richdocuments/pull/4293)
- Get storage from file instead of parent @elzody [#4303](https://github.com/nextcloud/richdocuments/pull/4303)
- Do not treat guest as share owner @elzody [#4309](https://github.com/nextcloud/richdocuments/pull/4309)

### Other
- `npm` audits [#4164](https://github.com/nextcloud/richdocuments/pull/4164), [#4193](https://github.com/nextcloud/richdocuments/pull/4193), [#4219](https://github.com/nextcloud/richdocuments/pull/4219), [#4264](https://github.com/nextcloud/richdocuments/pull/4264)
- Update Nextcloud dependencies [#4177](https://github.com/nextcloud/richdocuments/pull/4177), [#4211](https://github.com/nextcloud/richdocuments/pull/4211), [#4239](https://github.com/nextcloud/richdocuments/pull/4239), [#4254](https://github.com/nextcloud/richdocuments/pull/4254), [#4291](https://github.com/nextcloud/richdocuments/pull/4291), [#4297](https://github.com/nextcloud/richdocuments/pull/4297)

## 8.4.8

### 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.4.8</version>
<version>8.4.9</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.4.8",
"version": "8.4.9",
"authors": [
{
"name": "Julius Härtl",
Expand Down

0 comments on commit 3cfa95c

Please sign in to comment.