Skip to content

Commit 53b64aa

Browse files
authored
Merge pull request #4535 from nextcloud/release/v8.4.10
Release/v8.4.10
2 parents bc5d463 + fbcda93 commit 53b64aa

File tree

4 files changed

+29
-4
lines changed

4 files changed

+29
-4
lines changed

CHANGELOG.md

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

3+
## 8.4.10
4+
5+
* [Chore(deps-dev): Bump @nextcloud/cypress from 1.0.0-beta.11 to 1.0.0-beta.12 (richdocuments#4317)](https://github.com/nextcloud/richdocuments/pull/4317)
6+
* [Chore(deps): Bump @nextcloud/moment from 1.3.1 to 1.3.2 (richdocuments#4344)](https://github.com/nextcloud/richdocuments/pull/4344)
7+
* [Chore(deps): Bump @nextcloud/files from 3.10.0 to 3.10.1 (richdocuments#4345)](https://github.com/nextcloud/richdocuments/pull/4345)
8+
* [Fix npm audit (richdocuments#4359)](https://github.com/nextcloud/richdocuments/pull/4359)
9+
* [Fix: Add another option for otf font mimetypes (richdocuments#4371)](https://github.com/nextcloud/richdocuments/pull/4371)
10+
* [Update nextcloud/ocp dependency (richdocuments#4384)](https://github.com/nextcloud/richdocuments/pull/4384)
11+
* [Chore(deps-dev): Bump ts-loader from 9.5.1 to 9.5.2 (richdocuments#4393)](https://github.com/nextcloud/richdocuments/pull/4393)
12+
* [Update nextcloud/ocp dependency (richdocuments#4414)](https://github.com/nextcloud/richdocuments/pull/4414)
13+
* [Fix: Read from local file stream to avoid locking during preview generation (richdocuments#4433)](https://github.com/nextcloud/richdocuments/pull/4433)
14+
* [Update nextcloud/ocp dependency (richdocuments#4437)](https://github.com/nextcloud/richdocuments/pull/4437)
15+
* [Chore(deps-dev): Bump @nextcloud/cypress from 1.0.0-beta.12 to 1.0.0-beta.13 (richdocuments#4449)](https://github.com/nextcloud/richdocuments/pull/4449)
16+
* [Update nextcloud/ocp dependency (richdocuments#4459)](https://github.com/nextcloud/richdocuments/pull/4459)
17+
* [Refactor: remove composer files (richdocuments#4467)](https://github.com/nextcloud/richdocuments/pull/4467)
18+
* [Chore(deps): Bump @nextcloud/files from 3.10.1 to 3.10.2 (richdocuments#4483)](https://github.com/nextcloud/richdocuments/pull/4483)
19+
* [Update nextcloud/ocp dependency (richdocuments#4490)](https://github.com/nextcloud/richdocuments/pull/4490)
20+
* [Fix npm audit (richdocuments#4494)](https://github.com/nextcloud/richdocuments/pull/4494)
21+
* [Chore(deps-dev): Bump @nextcloud/cypress from 1.0.0-beta.13 to 1.0.0-beta.14 (richdocuments#4511)](https://github.com/nextcloud/richdocuments/pull/4511)
22+
* [Fix npm audit (richdocuments#4518)](https://github.com/nextcloud/richdocuments/pull/4518)
23+
* [Fix(sharing): use correct save path when renaming (richdocuments#4519)](https://github.com/nextcloud/richdocuments/pull/4519)
24+
* [Fix(test): fix verify document open in notebookbar (richdocuments#4524)](https://github.com/nextcloud/richdocuments/pull/4524)
25+
* [Feat: do not send logo css if value not provided (richdocuments#4531)](https://github.com/nextcloud/richdocuments/pull/4531)
26+
* [Chore: remove `vendor/` from `.nextcloudignore` (richdocuments#4534)](https://github.com/nextcloud/richdocuments/pull/4534)
27+
328
## 8.4.9
429

530
### 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.9</version>
9+
<version>8.4.10</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: 2 additions & 2 deletions
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.9",
4+
"version": "8.4.10",
55
"authors": [
66
{
77
"name": "Julius Härtl",

0 commit comments

Comments
 (0)