Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare for release 8.4.4 #3866

Merged
merged 1 commit into from
Aug 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## 8.4.4

### Fixed

* Avoid background fetch if not configured [#3796](https://github.com/nextcloud/richdocuments/pull/3796)
* Add 'title' attribute to iframe for accessibility [#3821](https://github.com/nextcloud/richdocuments/pull/3821)
* Use shared default options for HTTP client requests [#3834](https://github.com/nextcloud/richdocuments/pull/3834)
* Allow passing css var to change Collabora logo color [#3853](https://github.com/nextcloud/richdocuments/pull/3853)

### Other
* Update nextcloud/ocp dependency [#3803](https://github.com/nextcloud/richdocuments/pull/3803)
* Update nextcloud/ocp dependency [#3818](https://github.com/nextcloud/richdocuments/pull/3818)
* Update nextcloud/ocp dependency [#3829](https://github.com/nextcloud/richdocuments/pull/3829)
* Update nextcloud/ocp dependency [#3849](https://github.com/nextcloud/richdocuments/pull/3849)

## 8.4.3

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