From 6ad2c0746335cf509ec2061f00a05c1fde247e0b Mon Sep 17 00:00:00 2001 From: Junyoung Choi Date: Thu, 26 Mar 2020 19:05:33 +0900 Subject: [PATCH] v0.15.2 --- auto_updater.json | 4 ++-- readme.md | 7 +++++++ 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/auto_updater.json b/auto_updater.json index 946902e..899b12e 100644 --- a/auto_updater.json +++ b/auto_updater.json @@ -1,4 +1,4 @@ { - "url": "https://github.com/BoostIO/boost-releases/releases/download/v0.15.1/Boostnote-mac.zip", - "name": "v0.15.1" + "url": "https://github.com/BoostIO/boost-releases/releases/download/v0.15.2/Boostnote-mac.zip", + "name": "v0.15.2" } diff --git a/readme.md b/readme.md index 734a4f6..868d130 100644 --- a/readme.md +++ b/readme.md @@ -6,6 +6,13 @@ ## Changelog +## 0.15.2(2020.3.26) + +- Fix scroll sync [#3531](https://github.com/BoostIO/Boostnote/pull/3531) +- Fix editor ctrl click for internal links [#3478](https://github.com/BoostIO/Boostnote/pull/3478 +- Bump lodash-es from 4.17.10 to 4.17.15 [#3508](https://github.com/BoostIO/Boostnote/pull/3508) +- Bump lodash.mergewith from 4.6.1 to 4.6.2 [#3507](https://github.com/BoostIO/Boostnote/pull/3507) + ## 0.15.1(2020.3.4) - Make RTL optional [#3510](https://github.com/BoostIO/Boostnote/pull/3510)