Skip to content
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
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions 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.7.6",
"version": "8.7.7",
"authors": [
{
"name": "Julius Härtl",
Expand Down
Loading