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-05-02 17:56:44 +0300
committerJulius Härtl <jus@bitgrid.net>2022-05-02 17:56:44 +0300
commit8290c6ba9937d5bf5cb7635fba20f30d9298e28c (patch)
tree02a543e5cb136e9df0d8966c5e1db8c546bf9fcb
parent52f8e6e9c542c6a2e26a25dca0aef3372be92ac9 (diff)
Bump version to 5.0.4v5.0.4
Signed-off-by: Julius Härtl <jus@bitgrid.net>
-rw-r--r--CHANGELOG.md15
-rw-r--r--appinfo/info.xml2
-rw-r--r--package.json2
3 files changed, 17 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a70d2490..ce3db13a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,20 @@
# Changelog
+## 5.0.4
+
+### Added
+
+- Adjust template preview ratio [#2155](https://github.com/nextcloud/richdocuments/pull/2155)
+
+### Fixed
+
+- Fixes CSP on Nextcloud installations not on root directory [#2143](https://github.com/nextcloud/richdocuments/pull/2143)
+- Allow MS Office template file extensions for TemplateSource usage [#2121](https://github.com/nextcloud/richdocuments/pull/2121)
+- Add gs.trustedHosts to form-action csp [#2159](https://github.com/nextcloud/richdocuments/pull/2159)
+- Add app config to enable trusted domain list usage [#2164](https://github.com/nextcloud/richdocuments/pull/2164)
+- fix: template.odg file must be real odg file [#2128](https://github.com/nextcloud/richdocuments/pull/2128)
+- Keep mime-type indices consecutive. @rotdrop [#2007](https://github.com/nextcloud/richdocuments/pull/2007)
+
## 5.0.3
### Added
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 81ee66f9..df6423fd 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.3</version>
+ <version>5.0.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 855827c2..107869c2 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "richdocuments",
"description": "Collabora online integration",
- "version": "5.0.3",
+ "version": "5.0.4",
"authors": [
{
"name": "Julius Härtl",