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:36:56 +0300
committerJulius Härtl <jus@bitgrid.net>2022-10-27 20:36:56 +0300
commitac7ba238e35a7dacfedfeafcd02963f2bca32ba4 (patch)
treee2f604a0720885ee08f1c596153fba1e162bb93e
parent1a521147d26da8c0a96d90d3d9509037d7002209 (diff)
Bump version to 7.0.1v7.0.1
Signed-off-by: Julius Härtl <jus@bitgrid.net>
-rw-r--r--CHANGELOG.md20
-rw-r--r--appinfo/info.xml2
-rw-r--r--package.json4
3 files changed, 23 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index dcbcf224..cf20dd44 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,25 @@
# Changelog
+## 7.0.1
+
+### Added
+
+- Add app config to override wopi checkFileInfo [#2567](https://github.com/nextcloud/richdocuments/pull/2567)
+
+### Fixed
+
+- Do not fail if no directory is passed when creating a file from a template [#2544](https://github.com/nextcloud/richdocuments/pull/2544)
+- Keep passing light theme values to Collabora as long as the dark mode is not available there [#2556](https://github.com/nextcloud/richdocuments/pull/2556)
+- Invoke read permission check to trigger terms of services when creating a token [#2562](https://github.com/nextcloud/richdocuments/pull/2562)
+- Return proper status code if file is not found during writing [#2540](https://github.com/nextcloud/richdocuments/pull/2540)
+- option to use new grouped saveas [#2554](https://github.com/nextcloud/richdocuments/pull/2554)
+- Listen for event during preview rendering and apply secure view options [#2586](https://github.com/nextcloud/richdocuments/pull/2586)
+- Fix redundant port number in url [#2575](https://github.com/nextcloud/richdocuments/pull/2575)
+
+### Dependencies
+
+- Update nextcloud/ocp dependency @nextcloud-command [#2571](https://github.com/nextcloud/richdocuments/pull/2571)
+
## 7.0.0
### Added
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 539c2474..4ad8bc4f 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>7.0.0</version>
+ <version>7.0.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 c87ca183..1ccfe08a 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "richdocuments",
"description": "Collabora online integration",
- "version": "7.0.0",
+ "version": "7.0.1",
"authors": [
{
"name": "Julius Härtl",
@@ -117,4 +117,4 @@
],
"globalSetup": "<rootDir>/src/tests/setup.js"
}
-}
+} \ No newline at end of file