Skip to content

Commit 3cfa95c

Browse files
authored
Merge pull request #4315 from nextcloud/release/v8.4.9
chore: release v8.4.9
2 parents 2f22218 + 0d39715 commit 3cfa95c

File tree

4 files changed

+23
-3
lines changed

4 files changed

+23
-3
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
## 8.4.9
4+
5+
### Fixed
6+
- Adjust workflows docker images @elzody [#4166](https://github.com/nextcloud/richdocuments/pull/4166)
7+
- Get user by display name @elzody [#4198](https://github.com/nextcloud/richdocuments/pull/4198)
8+
- Properly throttle in error cases and add rate limit for public file creation @juliusknorr [#4202](https://github.com/nextcloud/richdocuments/pull/4202)
9+
- Skip css variable if not set (prevent warning on COOL side) @timar [#4223](https://github.com/nextcloud/richdocuments/pull/4223)
10+
- Limit open with Collabora action to pdf files @juliusknorr [#4233](https://github.com/nextcloud/richdocuments/pull/4233)
11+
- Remove deprecated `title` parameter @elzody [#4271](https://github.com/nextcloud/richdocuments/pull/4271)
12+
- Clarify the remote font config setting a bit @timar [#4275](https://github.com/nextcloud/richdocuments/pull/4275)
13+
- Link share of federated share @max-nextcloud [#4281](https://github.com/nextcloud/richdocuments/pull/4281)
14+
- Apply viewer wrapper as we do it in text @juliusknorr [#4288](https://github.com/nextcloud/richdocuments/pull/4288)
15+
- Attempt to make cypress tests more stable with a unified wait for close @juliusknorr [#4293](https://github.com/nextcloud/richdocuments/pull/4293)
16+
- Get storage from file instead of parent @elzody [#4303](https://github.com/nextcloud/richdocuments/pull/4303)
17+
- Do not treat guest as share owner @elzody [#4309](https://github.com/nextcloud/richdocuments/pull/4309)
18+
19+
### Other
20+
- `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)
21+
- 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)
22+
323
## 8.4.8
424

525
### Fixed

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<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.
77
88
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>
9-
<version>8.4.8</version>
9+
<version>8.4.9</version>
1010
<licence>agpl</licence>
1111
<author>Collabora Productivity based on work of Frank Karlitschek, Victor Dubiniuk</author>
1212
<types>

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "richdocuments",
33
"description": "Collabora online integration",
4-
"version": "8.4.8",
4+
"version": "8.4.9",
55
"authors": [
66
{
77
"name": "Julius Härtl",

0 commit comments

Comments
 (0)