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:16:53 +0300
committerJulius Härtl <jus@bitgrid.net>2022-02-10 18:16:53 +0300
commit52d93b5d87ef66a59e95086b5e599c3acfeea5d8 (patch)
tree34151bc63c4d0ba6f90e05bebfdefd6c321855e4
parentc95af16df593f2a169ea0ebda35555200797d694 (diff)
Bump version to 4.2.4v4.2.4
Signed-off-by: Julius Härtl <jus@bitgrid.net>
-rw-r--r--CHANGELOG.md23
-rw-r--r--appinfo/info.xml2
-rw-r--r--package.json2
3 files changed, 25 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b7302f7c..7ae84193 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,28 @@
# Changelog
+## 4.2.4
+
+### Added
+
+- #2013 add "is_admin" to extra info user data
+
+### Fixed
+
+- #1831 richdocumentsframe use 100% of mobile screen height
+- #1832 url-encode filename when constructing the iframe url for the viewer
+- #1849 Show warning message on protocol mismatch with collabora
+- #1946 Do not load template directories twice
+- #2034 Always add gs.trustedHosts to the CSP
+- #1974 Switch from iconv to mb_convert_encoding
+
+### Other
+
+- #1764 l10n: Spelling unification @Valdnet
+- #1774 Use native font stack in collabora @luka-nextcloud
+- #1765 make collabora icons inverted @luka-nextcloud
+- #1792 Add default argument and type hints @juliushaertl
+- #2011 Blank timestamp is equivalent to null
+
## 4.2.3
### Fixed
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 7f8074e2..24066db9 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>4.2.3</version>
+ <version>4.2.4</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 6e75e76f..7bbb6632 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "richdocuments",
"description": "Collabora online integration",
- "version": "4.2.3",
+ "version": "4.2.4",
"authors": [
{
"name": "Julius Härtl",