Skip to content

Commit

Permalink
Merge pull request #4085 from nextcloud/release/v8.5.1
Browse files Browse the repository at this point in the history
Prepare for v8.5.1
  • Loading branch information
elzody committed Sep 30, 2024
2 parents fd6fdc6 + cb9aa24 commit 06844a6
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 4 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,26 @@
-->
# Changelog

## 8.5.1

### Added

- Add parameter to allow converting files after filling out fields @juliushaertl [#4034](https://github.com/nextcloud/richdocuments/pull/4034)

### Fixed

- Don't ask for guest name on view-only share @elzody [#4072](https://github.com/nextcloud/richdocuments/pull/4072)
- Properly render compare view @juliushaertl [#4078](https://github.com/nextcloud/richdocuments/pull/4078)
- Emit notification on mentions @juliushaertl [#4082](https://github.com/nextcloud/richdocuments/pull/4082)
- Fix missing `:` prefix @hcvcastro [#4011](https://github.com/nextcloud/richdocuments/pull/4011)

### Other

- Update nextcloud/ocp dependency @nextcloud-command [#4039](https://github.com/nextcloud/richdocuments/pull/4039)
- Update nextcloud/ocp dependency @nextcloud-command [#4065](https://github.com/nextcloud/richdocuments/pull/4065)
- Bump @nextcloud/axios from 2.5.0 to 2.5.1 @dependabot [#4056](https://github.com/nextcloud/richdocuments/pull/4056)
- Bump @nextcloud/cypress from 1.0.0-beta.8 to 1.0.0-beta.9 @dependabot [#4057](https://github.com/nextcloud/richdocuments/pull/4057)

## 8.5.0

### Added
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,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.5.0</version>
<version>8.5.1</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.5.0",
"version": "8.5.1",
"authors": [
{
"name": "Julius Härtl",
Expand Down

0 comments on commit 06844a6

Please sign in to comment.