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-06-02 14:50:01 +0300
committerJulius Härtl <jus@bitgrid.net>2020-06-02 14:50:01 +0300
commit56d179d3884444c0fe0e3e976dcb8553c4e3c07d (patch)
tree9aed856679ae426d29da91889880f404c882b63e /CHANGELOG.md
parente9431cf66ff173fed77145e51b56666b8d5067b3 (diff)
Bump version to 3.7.0v3.7.0
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ea215196..cd24f9e8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,23 @@
# Changelog
+## 3.7.0
+
+### Added
+- Add support for built-in CODE server
+- Inform user about web server configuration issues
+- Document templates: use only one sans-serif font family
+- Viewer integration
+
+### Fixed
+- Fix CSP violation when collabora server has so-called 'service root'
+- Allow connecting to local addresses
+- Avoid duplicate save requests
+- Avoid additional HTTP request on the files app
+- Reduce requests for loaded CSS files
+- Fix certificate validation handling
+- Be more robust on paths that don't start with a slash
+- Bring back IE11 support
+
## 3.6.0
### Added