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-13 18:26:45 +0300
committerJulius Härtl <jus@bitgrid.net>2020-11-13 18:26:45 +0300
commit8b006c93ebefd29f415f4f92e78a93adfb98f872 (patch)
tree51c6d700d4a60bfff21040b527f61c960c0bc7a0 /CHANGELOG.md
parent96cae4ce737beb68ba436b5837b09bef6de08819 (diff)
Bump version to 3.7.9v3.7.9
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 07b8a871..7fc96269 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,17 @@
# Changelog
+## 3.7.9
+
+## Fixed
+
+* [#1238](https://github.com/nextcloud/richdocuments/pull/1238) Move to @nextcloud/capabilities and only register default mime types for viewer
+* [#1239](https://github.com/nextcloud/richdocuments/pull/1239) Fix compatibility to oracle as a database
+* [#1240](https://github.com/nextcloud/richdocuments/pull/1240) Add two more useful placeholders for watermark text @timar
+* [#1242](https://github.com/nextcloud/richdocuments/pull/1242) Add French (Switzerland) and Italian (Switzerland) as special case @timar
+* [#1243](https://github.com/nextcloud/richdocuments/pull/1243) Add migration to bigint columns
+* [#1244](https://github.com/nextcloud/richdocuments/pull/1244) Do not fail if capabilities have not been fetched for the built-in server
+
+
## 3.7.8
### Added