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 v8.5.1 #4085

Merged
merged 2 commits into from
Sep 30, 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
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
Loading