Skip to content

Commit 31782b0

Browse files
authored
Merge pull request #4087 from nextcloud/release/v8.4.7
Release/v8.4.7
2 parents 755aa10 + cc373cc commit 31782b0

File tree

4 files changed

+33
-4
lines changed

4 files changed

+33
-4
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
# Changelog
22

3+
## 8.4.7
4+
5+
### Fixed
6+
7+
* Pressing `Enter` submits guest name input @elzody [#4007](https://github.com/nextcloud/richdocuments/pull/4007)
8+
* Don't ask for guest name on view-only share @elzody [#4071](https://github.com/nextcloud/richdocuments/pull/4071)
9+
* Properly render compare view @juliushaertl [#4077](https://github.com/nextcloud/richdocuments/pull/4077)
10+
* Emit notification on mentions @juliushaertl [#4081](https://github.com/nextcloud/richdocuments/pull/4081)
11+
12+
### Other
13+
14+
* Bump `@nextcloud/vue` from 8.11.1 to 8.11.3 @dependabot [#3979](https://github.com/nextcloud/richdocuments/pull/3979)
15+
* Bump `@nextcloud/browserslist-config` from 3.0.0 to 3.0.1 @dependabot [#3982](https://github.com/nextcloud/richdocuments/pull/3982)
16+
* Bump `@nextcloud/dialogs` from 5.2.0 to 5.2.1 @dependabot [#3984](https://github.com/nextcloud/richdocuments/pull/3984)
17+
* Bump `@cypress/webpack-preprocessor` from 6.0.1 to 6.0.2 @dependabot [#3987](https://github.com/nextcloud/richdocuments/pull/3987)
18+
* Bump typescript from 5.4.3 to 5.4.5 @dependabot [#3989](https://github.com/nextcloud/richdocuments/pull/3989)
19+
* Bump cypress from 13.7.1 to 13.7.3 @dependabot [#3999](https://github.com/nextcloud/richdocuments/pull/3999)
20+
* Bump `@nextcloud/cypress` from 1.0.0-beta.7 to 1.0.0-beta.8 @dependabot [#4000](https://github.com/nextcloud/richdocuments/pull/4000)
21+
* Bump `eslint-plugin-cypress` from 2.15.1 to 2.15.2 @dependabot [#4001](https://github.com/nextcloud/richdocuments/pull/4001)
22+
* Bump `cypress-split` from 1.21.0 to 1.21.2 @dependabot [#4002](https://github.com/nextcloud/richdocuments/pull/4002)
23+
* Update `nextcloud/ocp` dependency @nextcloud-command [#4006](https://github.com/nextcloud/richdocuments/pull/4006)
24+
* Update `@nextcloud` dependencies @skjnldsv [#4012](https://github.com/nextcloud/richdocuments/pull/4012)
25+
* Update cypress workflow deps @skjnldsv [#4024](https://github.com/nextcloud/richdocuments/pull/4024)
26+
* Bump `@nextcloud/axios` from 2.5.0 to 2.5.1 @dependabot [#4060](https://github.com/nextcloud/richdocuments/pull/4060)
27+
* Bump `@nextcloud/cypress` from 1.0.0-beta.8 to 1.0.0-beta.9 @dependabot [#4061](https://github.com/nextcloud/richdocuments/pull/4061)
28+
* Update `nextcloud/ocp` dependency @nextcloud-command [#4063](https://github.com/nextcloud/richdocuments/pull/4063)
29+
* npm audit @nextcloud-command [#4022](https://github.com/nextcloud/richdocuments/pull/4022)
30+
* npm audit @nextcloud-command [#4066](https://github.com/nextcloud/richdocuments/pull/4066)
31+
332
## 8.4.6
433

534
### Fixed

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<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.
77
88
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>
9-
<version>8.4.6</version>
9+
<version>8.4.7</version>
1010
<licence>agpl</licence>
1111
<author>Collabora Productivity based on work of Frank Karlitschek, Victor Dubiniuk</author>
1212
<types>

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "richdocuments",
33
"description": "Collabora online integration",
4-
"version": "8.4.6",
4+
"version": "8.4.7",
55
"authors": [
66
{
77
"name": "Julius Härtl",

0 commit comments

Comments
 (0)