Skip to content

Commit

Permalink
Merge pull request #4535 from nextcloud/release/v8.4.10
Browse files Browse the repository at this point in the history
Release/v8.4.10
  • Loading branch information
elzody authored Feb 26, 2025
2 parents bc5d463 + fbcda93 commit 53b64aa
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 4 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Changelog

## 8.4.10

* [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)
* [Chore(deps): Bump @nextcloud/moment from 1.3.1 to 1.3.2 (richdocuments#4344)](https://github.com/nextcloud/richdocuments/pull/4344)
* [Chore(deps): Bump @nextcloud/files from 3.10.0 to 3.10.1 (richdocuments#4345)](https://github.com/nextcloud/richdocuments/pull/4345)
* [Fix npm audit (richdocuments#4359)](https://github.com/nextcloud/richdocuments/pull/4359)
* [Fix: Add another option for otf font mimetypes (richdocuments#4371)](https://github.com/nextcloud/richdocuments/pull/4371)
* [Update nextcloud/ocp dependency (richdocuments#4384)](https://github.com/nextcloud/richdocuments/pull/4384)
* [Chore(deps-dev): Bump ts-loader from 9.5.1 to 9.5.2 (richdocuments#4393)](https://github.com/nextcloud/richdocuments/pull/4393)
* [Update nextcloud/ocp dependency (richdocuments#4414)](https://github.com/nextcloud/richdocuments/pull/4414)
* [Fix: Read from local file stream to avoid locking during preview generation (richdocuments#4433)](https://github.com/nextcloud/richdocuments/pull/4433)
* [Update nextcloud/ocp dependency (richdocuments#4437)](https://github.com/nextcloud/richdocuments/pull/4437)
* [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)
* [Update nextcloud/ocp dependency (richdocuments#4459)](https://github.com/nextcloud/richdocuments/pull/4459)
* [Refactor: remove composer files (richdocuments#4467)](https://github.com/nextcloud/richdocuments/pull/4467)
* [Chore(deps): Bump @nextcloud/files from 3.10.1 to 3.10.2 (richdocuments#4483)](https://github.com/nextcloud/richdocuments/pull/4483)
* [Update nextcloud/ocp dependency (richdocuments#4490)](https://github.com/nextcloud/richdocuments/pull/4490)
* [Fix npm audit (richdocuments#4494)](https://github.com/nextcloud/richdocuments/pull/4494)
* [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)
* [Fix npm audit (richdocuments#4518)](https://github.com/nextcloud/richdocuments/pull/4518)
* [Fix(sharing): use correct save path when renaming (richdocuments#4519)](https://github.com/nextcloud/richdocuments/pull/4519)
* [Fix(test): fix verify document open in notebookbar (richdocuments#4524)](https://github.com/nextcloud/richdocuments/pull/4524)
* [Feat: do not send logo css if value not provided (richdocuments#4531)](https://github.com/nextcloud/richdocuments/pull/4531)
* [Chore: remove `vendor/` from `.nextcloudignore` (richdocuments#4534)](https://github.com/nextcloud/richdocuments/pull/4534)

## 8.4.9

### 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.9</version>
<version>8.4.10</version>
<licence>agpl</licence>
<author>Collabora Productivity based on work of Frank Karlitschek, Victor Dubiniuk</author>
<types>
Expand Down
4 changes: 2 additions & 2 deletions 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.9",
"version": "8.4.10",
"authors": [
{
"name": "Julius Härtl",
Expand Down

0 comments on commit 53b64aa

Please sign in to comment.