From 2c3672d2b85de777e59eef97808b82514baa5a25 Mon Sep 17 00:00:00 2001 From: Le Tan Date: Sun, 22 Jul 2018 15:22:17 +0800 Subject: [PATCH] refine Changes.md --- changes.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/changes.md b/changes.md index f2907d34..d93c4614 100644 --- a/changes.md +++ b/changes.md @@ -1,4 +1,14 @@ # Changes History +## v1.20 +- More efficient and accurate Markdown parser and highlighter; +- MathJax: get rid of escaping; +- Draw background for **hrule** in edit mode; +- Support specifying the expanded level of outline; +- Support drag&drop a directory to Explorer to open it; +- `Ctrl+;` to insert inline code and `Ctrl+J/K` to scroll page in edit mode; +- Support YAML front matter in edit mode; +- Support searching Explorer root directory; + ## v1.19 - Support tags for notes; - UniversalEntry: support searching tags;