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

Release/v8.4.7 #4087

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
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# Changelog

## 8.4.7

### Fixed

* Pressing `Enter` submits guest name input @elzody [#4007](https://github.com/nextcloud/richdocuments/pull/4007)
* Don't ask for guest name on view-only share @elzody [#4071](https://github.com/nextcloud/richdocuments/pull/4071)
* Properly render compare view @juliushaertl [#4077](https://github.com/nextcloud/richdocuments/pull/4077)
* Emit notification on mentions @juliushaertl [#4081](https://github.com/nextcloud/richdocuments/pull/4081)

### Other

* Bump `@nextcloud/vue` from 8.11.1 to 8.11.3 @dependabot [#3979](https://github.com/nextcloud/richdocuments/pull/3979)
* Bump `@nextcloud/browserslist-config` from 3.0.0 to 3.0.1 @dependabot [#3982](https://github.com/nextcloud/richdocuments/pull/3982)
* Bump `@nextcloud/dialogs` from 5.2.0 to 5.2.1 @dependabot [#3984](https://github.com/nextcloud/richdocuments/pull/3984)
* Bump `@cypress/webpack-preprocessor` from 6.0.1 to 6.0.2 @dependabot [#3987](https://github.com/nextcloud/richdocuments/pull/3987)
* Bump typescript from 5.4.3 to 5.4.5 @dependabot [#3989](https://github.com/nextcloud/richdocuments/pull/3989)
* Bump cypress from 13.7.1 to 13.7.3 @dependabot [#3999](https://github.com/nextcloud/richdocuments/pull/3999)
* Bump `@nextcloud/cypress` from 1.0.0-beta.7 to 1.0.0-beta.8 @dependabot [#4000](https://github.com/nextcloud/richdocuments/pull/4000)
* Bump `eslint-plugin-cypress` from 2.15.1 to 2.15.2 @dependabot [#4001](https://github.com/nextcloud/richdocuments/pull/4001)
* Bump `cypress-split` from 1.21.0 to 1.21.2 @dependabot [#4002](https://github.com/nextcloud/richdocuments/pull/4002)
* Update `nextcloud/ocp` dependency @nextcloud-command [#4006](https://github.com/nextcloud/richdocuments/pull/4006)
* Update `@nextcloud` dependencies @skjnldsv [#4012](https://github.com/nextcloud/richdocuments/pull/4012)
* Update cypress workflow deps @skjnldsv [#4024](https://github.com/nextcloud/richdocuments/pull/4024)
* Bump `@nextcloud/axios` from 2.5.0 to 2.5.1 @dependabot [#4060](https://github.com/nextcloud/richdocuments/pull/4060)
* Bump `@nextcloud/cypress` from 1.0.0-beta.8 to 1.0.0-beta.9 @dependabot [#4061](https://github.com/nextcloud/richdocuments/pull/4061)
* Update `nextcloud/ocp` dependency @nextcloud-command [#4063](https://github.com/nextcloud/richdocuments/pull/4063)
* npm audit @nextcloud-command [#4022](https://github.com/nextcloud/richdocuments/pull/4022)
* npm audit @nextcloud-command [#4066](https://github.com/nextcloud/richdocuments/pull/4066)

## 8.4.6

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