From 014760736044dc57414f50b9414be079982a6c07 Mon Sep 17 00:00:00 2001 From: Junyoung Choi Date: Tue, 13 Mar 2018 23:15:57 +0900 Subject: [PATCH] v0.11.2 --- auto_updater.json | 4 ++-- readme.md | 16 ++++++++++++++-- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/auto_updater.json b/auto_updater.json index 4904459..42ce480 100644 --- a/auto_updater.json +++ b/auto_updater.json @@ -1,4 +1,4 @@ { - "url": "https://github.com/BoostIO/boost-releases/releases/download/v0.11.1/Boostnote-mac.zip", - "name": "v0.11.1" + "url": "https://github.com/BoostIO/boost-releases/releases/download/v0.11.2/Boostnote-mac.zip", + "name": "v0.11.2" } diff --git a/readme.md b/readme.md index af883b4..102b46b 100644 --- a/readme.md +++ b/readme.md @@ -6,12 +6,24 @@ ## Changelog +## 0.11.2(2018/3/13) + +Features + +- Add draggable handle. https://github.com/BoostIO/Boostnote/pull/1670 + +Bug fixes + +- Allow some html tags just like github does. https://github.com/BoostIO/Boostnote/pull/1673 +- Fix note link. https://github.com/BoostIO/Boostnote/pull/1664 +- Fix note item UI. https://github.com/BoostIO/Boostnote/pull/1663 + ## 0.11.1(2018/3/12) Bug fixes -- Fix checkbox -- Fix typo +- Fix checkbox https://github.com/BoostIO/Boostnote/pull/1659 +- Fix typo https://github.com/BoostIO/Boostnote/pull/1660 ## 0.11.0(2018/3/12)