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-06-05 19:24:05 +0300
committerRobin Appelman <robin@icewind.nl>2020-06-05 19:24:05 +0300
commit8a7d1750ea9610a55df40064b9aa6c0504bfb61f (patch)
treeadd33cdcab171a2f3757544672c47dae79796c11
parente2d882e129678bf691d5d07bddf4edc9f741a27d (diff)
2.3.0
-rw-r--r--CHANGELOG.md27
-rw-r--r--appinfo/info.xml2
2 files changed, 16 insertions, 13 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e354ab9..42fa76b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,10 @@
# Changelog
+## 2.3.0
+- Compatible with Nextcloud 19
+
## v2.2.0
-Compatible with Nextcloud 18
+- Compatible with Nextcloud 18
## v2.1.0
- Compatible with Nextcloud 17
@@ -22,20 +25,20 @@ Compatible with Nextcloud 18
- 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
+- 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
+- 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
diff --git a/appinfo/info.xml b/appinfo/info.xml
index ae22684..e3a5b00 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -7,7 +7,7 @@
<description><![CDATA[Markdown Editor extends the Nextcloud text editor with a live preview for markdown files.
A full list of features can be found [in the README](https://github.com/icewind1991/files_markdown)]]></description>
- <version>2.2.0</version>
+ <version>2.3.0</version>
<licence>agpl</licence>
<author>Robin Appelman</author>