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

github.com/icewind1991/files_markdown.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2020-01-15 18:26:04 +0300
committerRobin Appelman <robin@icewind.nl>2020-01-15 18:26:04 +0300
commit803e78ca8afc867745a766aec0bb41b97b43a1b3 (patch)
tree6b5635dcfea0bb0d40e8cf2116a2cf2a2a13c0a8 /CHANGELOG.md
parentce3035b1ee1e026c37b2cc91601f68c8b74ba20b (diff)
add CHANGELOG.mdv2.3.0
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md55
1 files changed, 55 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..e354ab9
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,55 @@
+# Changelog
+
+## v2.2.0
+Compatible with Nextcloud 18
+
+## v2.1.0
+- Compatible with Nextcloud 17
+
+## v2.0.6
+- Nextcloud 16 support
+
+## v2.0.5
+- Nextcloud 15 support
+
+## v2.0.4
+- Fix issue with rendering public preview in some cases
+
+## v2.0.3
+- Publicly shared markdown files are now rendered the same as when editing
+
+## v2.0.2
+- Fix clicking checkboxes sometimes changing the text incorrectly
+
+## v2.0.1
+- Fix styling conflict with core
+- Fix load markdown renderer in some chrome versions
+- Improve behaviour of synchronized scrolling
+- Enable automatic linking of links
+
+## v2.0.0
+- Add synchronized scrolling between source and preview
+- Allow linking inside the document with anchors
+- Add support for checkbox lists
+- Add support for table of contents
+- Add support for embedding videos
+- Add support for rendering mermaid.js graphs
+- Allow copy-pasting images directly into documents
+- Various minor rendering fixes
+- Better on demand loading of large 3rdparty libraries
+
+## v1.0.1
+- Fix rending of the last item in a numbered list
+- open outbound links in a new tab
+- no longer breaks the mail app
+
+
+## v1.0.0
+Initial version for Nextcloud 10+
+- Switched to usin KaTeX for math rendering
+- Added rendered markdown previews in the files sidebar
+
+
+---
+
+Generated by [changelog](https://github.com/gluons/changelog).