Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2019-06-18 00:10:46 +0300
committerJulius Härtl <jus@bitgrid.net>2019-06-18 00:10:46 +0300
commit2b4c21900ad149e7a8296f0d6b27f727bfad8fc4 (patch)
tree49c6f50bbf02e721ac727521923a8ff37bc35aad /CHANGELOG.md
parentda4be5e6d5c872e7dd2e29e5a838f3f2c4520630 (diff)
Start writing the changelog
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8b1378917..3e0b1a6eb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1 +1,10 @@
+# 1.0.0
+- Opening and editing markdown files
+- Collaborative editing
+ - Note that depending on the number of concurrent users this will put a higher load on your server, make sure to properly scale your setup according to that
+- Support for [commonmark](https://commonmark.org/)
+- Support for [gfm strikethrough extension](https://github.github.com/gfm/#strikethrough-extension-)
+- Insert images or files from Nextcloud
+ - Adding files currently has the limitation, that the file must be available to the editing user*
+ - External images are not rendered for security reasons