From 03fdb35f907d671ae48d52bd3d839c4602b2225b Mon Sep 17 00:00:00 2001 From: TcM1911 Date: Sun, 22 Jan 2017 00:09:29 +0000 Subject: [PATCH] Add changlog file --- CHANGELOG.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..783863c --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,23 @@ +# Changelog + +## 0.2.0 + +### Raw content support + +A notes content can now be viewed and edited in XML form instead +of markdown. Call the command edit, new, or note with the `--raw` +flag to edit, create, or view the note content in XML format. + +### Start the browser in the background + +The external browser during login is now started in the background. + +### Bugfix empty notes returned + +The XML decoder was to strict which could cause it to fail and an +empty note content was returned. The new decoder is less strict. + +## 0.1.0 + +Initial release +