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-10-27 20:32:23 +0300
committerJulius Härtl <jus@bitgrid.net>2022-10-27 20:32:23 +0300
commite633409c222c38d72c2e59923d0aa2d78fec7002 (patch)
tree5c00d3c400e46a5d4f5f19577d568a18b4f4e876
parente93e9bb8b0e636664cba1cb172353a43d15f0717 (diff)
Bump version to 6.3.1v6.3.1
Signed-off-by: Julius Härtl <jus@bitgrid.net>
-rw-r--r--CHANGELOG.md17
-rw-r--r--appinfo/info.xml2
-rw-r--r--package.json2
3 files changed, 19 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 35a991c9..b3a54f93 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,22 @@
# Changelog
+## 6.3.1
+
+### Added
+
+- Add app config to override wopi checkFileInfo [#2568](https://github.com/nextcloud/richdocuments/pull/2568)
+
+### Fixed
+
+- Invoke read permission check to trigger terms of services when creating a token [#2563](https://github.com/nextcloud/richdocuments/pull/2563)
+- option to use new grouped saveas [#2555](https://github.com/nextcloud/richdocuments/pull/2555)
+- Do not fail if no directory is passed when creating a file from a template [#2545](https://github.com/nextcloud/richdocuments/pull/2545)
+- Return proper status code if file is not found during writing [#2541](https://github.com/nextcloud/richdocuments/pull/2541)
+- Listen for event during preview rendering and apply secure view options [#2587](https://github.com/nextcloud/richdocuments/pull/2587)
+- Keep passing light theme values to Collabora as long as the dark mode is not available there [#2557](https://github.com/nextcloud/richdocuments/pull/2557)
+- Fix the theming adjustments when accesibility app is disabled @Raudius [#2580](https://github.com/nextcloud/richdocuments/pull/2580)
+
+
## 6.3.0
### Added
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 35f84d9a..3943bb5e 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>6.3.0</version>
+ <version>6.3.1</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 af0f7d7f..64fb376c 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "richdocuments",
"description": "Collabora online integration",
- "version": "6.3.0",
+ "version": "6.3.1",
"authors": [
{
"name": "Julius Härtl",