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

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2021-08-24 12:45:23 +0300
committerJulius Härtl <jus@bitgrid.net>2021-08-24 12:45:23 +0300
commitf150b511c26f64f30b351f68acb121f2d92e3f46 (patch)
treef5c36592b884fe8e8701933d0b92aab984b0cd24
parentac9cac12d7a9c1f2906c7f05e1d8ebd4933a3138 (diff)
Bump version to 3.8.5v3.8.5
Signed-off-by: Julius Härtl <jus@bitgrid.net>
-rw-r--r--CHANGELOG.md13
-rw-r--r--appinfo/info.xml2
-rw-r--r--package.json2
3 files changed, 15 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 95ce0c1f..63463611 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,18 @@
# Changelog
+## 3.8.5
+
+### Added
+
+- #1721 Allow guests to request a direct token for share links
+
+### Fixed
+
+- #1720 Another attempt to fix height setting for Safari issues on iOS
+- #1718 Show avatar list if hide download is enabled
+- #1719 Give the avatar popover a proper z-index for public pages
+
+
## 3.8.4
* [#1666](https://github.com/nextcloud/richdocuments/pull/1666) Throttle on invalid share tokens
diff --git a/appinfo/info.xml b/appinfo/info.xml
index f5cab598..aee61e67 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -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>3.8.4</version>
+ <version>3.8.5</version>
<licence>agpl</licence>
<author>Collabora Productivity based on work of Frank Karlitschek, Victor Dubiniuk</author>
<types>
diff --git a/package.json b/package.json
index c354ca75..f520c71d 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "richdocuments",
"description": "Collabora online integration",
- "version": "1.0.0",
+ "version": "3.8.5",
"authors": [
{
"name": "Julius Härtl",