Skip to content

Commit 5b02db4

Browse files
authored
Merge pull request #3942 from nextcloud/release/v8.4.5
Prepare for v8.4.5
2 parents ba2f01f + 35272e7 commit 5b02db4

File tree

4 files changed

+20
-3
lines changed

4 files changed

+20
-3
lines changed

CHANGELOG.md

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

3+
## 8.4.5
4+
5+
### Fixed
6+
7+
* Block incompatible operations with remote tokens @juliushaertl [#3878](https://github.com/nextcloud/richdocuments/pull/3878)
8+
* Show PDF even when download hidden on public share @elzody [#3889](https://github.com/nextcloud/richdocuments/pull/3889)
9+
* Guest username not picked up the second time loading a share link @elzody [#3909](https://github.com/nextcloud/richdocuments/pull/3909)
10+
* Allow double click in image picker @eszkadev [#3926](https://github.com/nextcloud/richdocuments/pull/3926)
11+
* Properly send custom logo to collabora @elzody [#3929](https://github.com/nextcloud/richdocuments/pull/3929)
12+
* Bring back federated editing in viewer iframe @juliushaertl [#3939](https://github.com/nextcloud/richdocuments/pull/3939)
13+
14+
### Other
15+
16+
* Update nextcloud/ocp dependency @nextcloud-command [#3898](https://github.com/nextcloud/richdocuments/pull/3898)
17+
* Remove unnecessary files from release build @juliushaertl [#3880](https://github.com/nextcloud/richdocuments/pull/3880)
18+
* Switch to new API to set volatile user to prevent persisting it in any case @juliushaertl [#3860](https://github.com/nextcloud/richdocuments/pull/3860)
19+
320
## 8.4.4
421

522
### 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.4</version>
9+
<version>8.4.5</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: 1 addition & 1 deletion
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.4",
4+
"version": "8.4.5",
55
"authors": [
66
{
77
"name": "Julius Härtl",

0 commit comments

Comments
 (0)