From fa7fb7581b024537c2feec59b3ab1613604be73f Mon Sep 17 00:00:00 2001 From: Le Tan Date: Mon, 26 Feb 2018 19:30:54 +0800 Subject: [PATCH] refine changes.md --- changes.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/changes.md b/changes.md index aeaa3e5a..9db4a604 100644 --- a/changes.md +++ b/changes.md @@ -1,4 +1,23 @@ # Changes History +## v1.12 +- Combine `EditNote` and `SaveExitNote` as `EditReadNote` (`Ctrl+T`); +- Support exporting notes as Markdown, HTML, and PDF; +- Support simple search in directory tree, file list, and outline; +- Support copying selected text as HTML in edit mode; +- Support copying text to Evernote, OneNote, Word, WeChat Public Account editor and so on; +- Support auto-save; +- Support fullscreen mode and hiding menu bar; +- Support `Ctrl+H/W/U` to delete text in most line edits; +- Support zooming in/out in edit mode; +- Support MathJax in fenced code block with language `mathjax` specified; +- More shortcuts; +- Add **Cart** to collect notes for further processing; +- Output built-in themes on start of VNote; +- `Esc` to exit edit mode when Vim mode is disabled; +- Support Vim command line for search in read mode; +- Support printing; +- Single click in file list to open file in current tab, double clicks to open in a new tab; + ## v1.11.1 - Refine copy function in read mode. Better support for copying and pasting into OneNote or WeChat editor; - Do not highlight code blocks without language specified by default;