Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHannah von Reth <hannah.vonreth@owncloud.com>2022-09-07 18:28:59 +0300
committerHannah von Reth <hannah.vonreth@owncloud.com>2022-09-07 18:28:59 +0300
commit92bbc339b9a7d47bd7d817eeab8f42146654e905 (patch)
tree20ea22729031637dea0aa19b2b97aca157b7d9e4 /CHANGELOG.md
parent24ca9615f6e8ea765f6c25fb4e009b1acc262a2d (diff)
Automated changelog update [skip ci]
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index bc6a7de2c..0cb3a34ec 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -28,6 +28,7 @@ Summary
* Change - Remove support for Windows 7 sidebar links: [#9618](https://github.com/owncloud/client/pull/9618)
* Change - Rewrote TLS error handling: [#9655](https://github.com/owncloud/client/issues/9655)
* Change - We removed the TLS certificate button from the account page: [#9675](https://github.com/owncloud/client/pull/9675)
+* Change - Add "open in web editor" feature: [#9724](https://github.com/owncloud/client/issues/9724)
* Change - Don't display error state when server is unreachable: [#9790](https://github.com/owncloud/client/issues/9790)
* Enhancement - Display `Show ownCloud` instead of `Settings` in systray: [#8234](https://github.com/owncloud/client/issues/8234)
* Enhancement - Built-in AppImage self-updater: [#8923](https://github.com/owncloud/client/issues/8923)
@@ -175,6 +176,13 @@ Details
https://github.com/owncloud/client/pull/9675
+* Change - Add "open in web editor" feature: [#9724](https://github.com/owncloud/client/issues/9724)
+
+ We now provide the option to open files in an online office suite from the local file browser
+ context menu, provided the server offers integration with one of the supported services.
+
+ https://github.com/owncloud/client/issues/9724
+
* Change - Don't display error state when server is unreachable: [#9790](https://github.com/owncloud/client/issues/9790)
We no longer display a network error if the server is currently unavailable.