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 release v8.3.10 #3943

Merged
merged 2 commits into from
Aug 22, 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
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## 8.3.10

### Fixed

* Block incompatible operations with remote tokens @juliushaertl [#3879](https://github.com/nextcloud/richdocuments/pull/3879)
* Show PDF even when download hidden on public share @elzody [#3888](https://github.com/nextcloud/richdocuments/pull/3888)
* Guest username not picked up the second time loading a share link @elzody [#3908](https://github.com/nextcloud/richdocuments/pull/3908)
* Properly send custom logo to collabora @elzody [#3930](https://github.com/nextcloud/richdocuments/pull/3930)
* Bring back federated editing in viewer iframe @juliushaertl [#3938](https://github.com/nextcloud/richdocuments/pull/3938)

### Other

* Switch to new API to set volatile user to prevent persisting it in any case @juliushaertl [#3861](https://github.com/nextcloud/richdocuments/pull/3861)
* Remove unnecessary files from release build @juliushaertl [#3881](https://github.com/nextcloud/richdocuments/pull/3881)


## 8.3.9

### 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.3.9</version>
<version>8.3.10</version>
<licence>agpl</licence>
<author>Collabora Productivity based on work of Frank Karlitschek, Victor Dubiniuk</author>
<types>
Expand Down
2 changes: 1 addition & 1 deletion 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.3.9",
"version": "8.3.10",
"authors": [
{
"name": "Julius Härtl",
Expand Down
Loading