Skip to content

Commit 060b0d2

Browse files
authored
Merge pull request #4086 from nextcloud/release/v8.3.11
Release/v8.3.11
2 parents 9ca99f2 + a96ab99 commit 060b0d2

File tree

4 files changed

+31
-4
lines changed

4 files changed

+31
-4
lines changed

CHANGELOG.md

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

3+
## 8.3.11
4+
5+
### Fixed
6+
7+
* Do not ask for guest name on read only pdfs @juliushaertl [#3953](https://github.com/nextcloud/richdocuments/pull/3953)
8+
* Use shared default options for HTTP client requests @mejo- [#3993](https://github.com/nextcloud/richdocuments/pull/3993)
9+
* Pressing `Enter` submits guest name input @elzody [#4008](https://github.com/nextcloud/richdocuments/pull/4008)
10+
* Don't ask for guest name on view-only share @elzody [#4070](https://github.com/nextcloud/richdocuments/pull/4070)
11+
* Properly render compare view @juliushaertl [#4076](https://github.com/nextcloud/richdocuments/pull/4076)
12+
* Emit notification on mentions @juliushaertl [#4080](https://github.com/nextcloud/richdocuments/pull/4080)
13+
14+
### Other
15+
16+
* Update `@nextcloud` dependencies @skjnldsv [#4013](https://github.com/nextcloud/richdocuments/pull/4013)
17+
* Bump `@nextcloud/axios` from 2.5.0 to 2.5.1 @dependabot [#4058](https://github.com/nextcloud/richdocuments/pull/4058)
18+
* Bump `@nextcloud/cypress` from 1.0.0-beta.8 to 1.0.0-beta.9 @dependabot [#4059](https://github.com/nextcloud/richdocuments/pull/4059)
19+
* Update `nextcloud/ocp` dependency @nextcloud-command [#4062](https://github.com/nextcloud/richdocuments/pull/4062)
20+
* Bump `@nextcloud/dialogs` from 4.2.2 to 4.2.7 @dependabot [#3996](https://github.com/nextcloud/richdocuments/pull/3996)
21+
* Bump `@nextcloud/router` from 2.2.0 to 2.2.1 @dependabot [#3997](https://github.com/nextcloud/richdocuments/pull/3997)
22+
* Bump `eslint-plugin-cypress` from 2.15.1 to 2.15.2 @dependabot [#3998](https://github.com/nextcloud/richdocuments/pull/3998)
23+
* Update `nextcloud/ocp` dependency @nextcloud-command [#4004](https://github.com/nextcloud/richdocuments/pull/4004)
24+
* Bump `@cypress/webpack-preprocessor` from 6.0.0 to 6.0.2 @dependabot [#3978](https://github.com/nextcloud/richdocuments/pull/3978)
25+
* Bump `@nextcloud/cypress` from 1.0.0-beta.6 to 1.0.0-beta.8 @dependabot [#3983](https://github.com/nextcloud/richdocuments/pull/3983)
26+
* Bump `@nextcloud/vue` from 7.12.6 to 7.12.8 @dependabot [#3985](https://github.com/nextcloud/richdocuments/pull/3985)
27+
* Bump `@nextcloud/browserslist-config` from 3.0.0 to 3.0.1 @dependabot [#3986](https://github.com/nextcloud/richdocuments/pull/3986)
28+
* Bump `@nextcloud/webpack-vue-config` from 6.0.0 to 6.0.1 @dependabot [#3988](https://github.com/nextcloud/richdocuments/pull/3988)
29+
330
## 8.3.10
431

532
### 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.3.10</version>
9+
<version>8.3.11</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.3.10",
4+
"version": "8.3.11",
55
"authors": [
66
{
77
"name": "Julius Härtl",

0 commit comments

Comments
 (0)