Merge pull request #5190 from nextcloud/release/8.7.7

This commit is contained in:
Sylwia 2025-11-27 16:23:59 +01:00 committed by GitHub
commit 23603f6bc9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 21 additions and 4 deletions

View file

@ -4,6 +4,23 @@
-->
# Changelog
## 8.7.7
### Fixed
- Fix: Properly handle authenticated links being an array by @juliusknorr in [#5204](https://github.com/nextcloud/richdocuments/pull/5204)
- Fix: Document created in wrong location on public share by @elzody in [#5188](https://github.com/nextcloud/richdocuments/pull/5188)
- Fix(SecureView): hide disfunctional *download* files action by @blizzz in [#5200](https://github.com/nextcloud/richdocuments/pull/5200)
- Fix: Pass document target through viewer component by @juliusknorr in [#5139](https://github.com/nextcloud/richdocuments/pull/5139)
- Fix: Drop nonexisting onenote support from mime type list by @juliusknorr in [#5084](https://github.com/nextcloud/richdocuments/pull/5084)
### Other
- Refresh files list after exporting a file in a different format by @silverkszlo in [#5184](https://github.com/nextcloud/richdocuments/pull/5184)
- Update LOOL to COOL naming conventions by @juliusknorr in [#5158](https://github.com/nextcloud/richdocuments/pull/5158)
- NPM audits
- Dependency updates
## 8.7.6
### Fixed

View file

@ -11,7 +11,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.7.6</version>
<version>8.7.7</version>
<licence>agpl</licence>
<author>Collabora Productivity based on work of Frank Karlitschek, Victor Dubiniuk</author>
<types>

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "richdocuments",
"version": "8.7.6",
"version": "8.7.7",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "richdocuments",
"version": "8.7.6",
"version": "8.7.7",
"license": "AGPL-3.0-or-later",
"dependencies": {
"@nextcloud/auth": "^2.4.0",

View file

@ -1,7 +1,7 @@
{
"name": "richdocuments",
"description": "Collabora online integration",
"version": "8.7.6",
"version": "8.7.7",
"authors": [
{
"name": "Julius Härtl",