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>2022-02-10 18:23:24 +0300
committerJulius Härtl <jus@bitgrid.net>2022-02-10 18:23:24 +0300
commit9ddc001d06681ff0aede709e873dd4cece315312 (patch)
tree8d7b2217322e3c7f538bf879597d627ed0d463d3
parent135e42f5dece2f34a835479aca6c3b32d94384f1 (diff)
Bump version to 5.0.2v5.0.2
Signed-off-by: Julius Härtl <jus@bitgrid.net>
-rw-r--r--CHANGELOG.md24
-rw-r--r--appinfo/info.xml2
-rw-r--r--package.json4
3 files changed, 27 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 61bcf307..c95e52b4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,29 @@
# Changelog
+## 5.0.2
+
+### Added
+
+- #1961 Expose guest avatar images through wopi
+- #2012 add "is_admin" to extra info user data
+
+### Fixed
+
+- #1947 Do not load template directories twice
+- #1948 Move filetype styles to separate css file and load it with viewer
+- #1960 Ensure that the guest name picker is shown on editable links
+- #1982 Use FileCreatedFromTemplateEvent to inject the already existing empty templates
+- #1973 Switch from iconv to mb_convert_encoding
+- #1962 Don't wait DOMContentLoaded to register the viewer handler
+- #2033 Always add gs.trustedHosts to the CSP
+- #2028 Fix frame absolute position in public file share
+
+### Other
+
+- #1935 Rename the app to Nextcloud Office
+- #2029 Avoid too specific psalm annotation
+- #2010 Blank timestamp is equivalent to null
+
## 5.0.1
### Fixed
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 23bfd2b0..fab42f7b 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>5.0.2-dev.1</version>
+ <version>5.0.2</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 1eb3552a..829f96e5 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "richdocuments",
"description": "Collabora online integration",
- "version": "5.0.1",
+ "version": "5.0.2",
"authors": [
{
"name": "Julius Härtl",
@@ -115,4 +115,4 @@
],
"globalSetup": "<rootDir>/src/tests/setup.js"
}
-} \ No newline at end of file
+}