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>2020-11-02 18:00:29 +0300
committerJulius Härtl <jus@bitgrid.net>2020-11-02 18:00:29 +0300
commit204d39482eb7660fa027bf1b395e6f4d34d9454f (patch)
tree6d9690b03b7639ebc59dcc70ec7a360e2e59329d
parent787d9911028e514e2dd8846e6dc8c5ac9deb2fb5 (diff)
Bump version to 3.7.6v3.7.6
Signed-off-by: Julius Härtl <jus@bitgrid.net>
-rw-r--r--CHANGELOG.md10
-rw-r--r--appinfo/info.xml2
-rw-r--r--package.json2
3 files changed, 12 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ba5790da..782fdd42 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,15 @@
# Changelog
+## 3.7.6
+
+### Added
+* [#1211](https://github.com/nextcloud/richdocuments/pull/1211) Passing some UI Defaults to loleaflet frame @merttumer
+
+### Fixed
+* [#1198](https://github.com/nextcloud/richdocuments/pull/1198) Use correct call to notify mobile @eszkadev
+* [#1210](https://github.com/nextcloud/richdocuments/pull/1210) Fix escaping for edit with message @gary-kim
+
+
## 3.7.5
### Added
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 3b184ebd..35373643 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>3.7.5</version>
+ <version>3.7.6</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 70237d2c..7827732c 100644
--- a/package.json
+++ b/package.json
@@ -14,7 +14,7 @@
"scripts": {
"dev": "NODE_ENV=development webpack --config webpack.dev.js",
"watch": "NODE_ENV=development webpack --progress --watch --config webpack.dev.js",
- "build": "NODE_ENV=production webpack --progress --hide-modules --config webpack.prod.js",
+ "build": "NODE_ENV=production webpack --progress --config webpack.prod.js",
"lint": "eslint --ext .js,.vue src",
"lint:fix": "eslint --ext .js,.vue src --fix",
"stylelint": "stylelint css/*",