From bbcdbf9690b5b485c013ddfcc650eace7679464e Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Wed, 10 Feb 2021 19:59:28 +0800 Subject: [PATCH] :bookmark: Release v0.9.5 --- CHANGE_LOGS.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/CHANGE_LOGS.md b/CHANGE_LOGS.md index 8fd78c795..f0b28f981 100644 --- a/CHANGE_LOGS.md +++ b/CHANGE_LOGS.md @@ -1,3 +1,27 @@ +## v0.9.5 / 2021-02-10 + +### Features + +* [Android APP](https://github.com/siyuan-note/siyuan/issues/1061) +* [Android supports synchronizing cloud repositories](https://github.com/siyuan-note/siyuan/issues/1470) +* [Android supports cloning cloud repositories](https://github.com/siyuan-note/siyuan/issues/1474) + +### Enhancements + +* [Blank lines are generated when using the arrow keys to move out of the code block](https://github.com/siyuan-note/siyuan/issues/372) +* [Distinguish the type of task list block and normal list block](https://github.com/siyuan-note/siyuan/issues/1015) +* [after drag/resize, keep then cursor in the editor](https://github.com/siyuan-note/siyuan/issues/1291) +* [Subtype of blocks](https://github.com/siyuan-note/siyuan/issues/1481) +* [Check existence of kernel binary before booting it](https://github.com/siyuan-note/siyuan/issues/1482) +* [Add icon and name for kernel on Windows](https://github.com/siyuan-note/siyuan/issues/1484) + +### Fix bugs + +* [List collapsed picture problem](https://github.com/siyuan-note/siyuan/issues/1469) +* [Open more instances of SiYuan on macOS problem](https://github.com/siyuan-note/siyuan/issues/1471) + +In addition to the above, the SiYuan static site generator [OceanPress](https://github.com/siyuan-note/oceanpress) developed by the community contributor [崮生](https://github.com/2234839) is officially migrated to the community organization, everyone is welcome to try and contribute ❤️ + ## v0.9.2 / 2021-02-08 ### Enhancements