🔖 Release v1.0.6

This commit is contained in:
Liang Ding 2021-02-26 11:09:50 +08:00
parent 22977d139b
commit 84135e2460
No known key found for this signature in database
GPG key ID: 136F30F901A2231D

View file

@ -1,3 +1,30 @@
## v1.0.6 / 2021-02-26
### Features
* [Notebook settings](https://github.com/siyuan-note/siyuan/issues/1616)
* [Copy standard Markdown, Zhihu, Yuque and WeChat MP using cloud asset path](https://github.com/siyuan-note/siyuan/issues/1658)
* [Auto-sync at interval](https://github.com/siyuan-note/siyuan/issues/1673)
### Enhancements
* [Improve sync](https://github.com/siyuan-note/siyuan/issues/1663)
* [Display the latest sync time](https://github.com/siyuan-note/siyuan/issues/1668)
* [Improve assets download performance](https://github.com/siyuan-note/siyuan/issues/1669)
* [Do not reload UI if there are no changes when syncing](https://github.com/siyuan-note/siyuan/issues/1671)
* [Add template var `{{.alias}}` for doc](https://github.com/siyuan-note/siyuan/issues/1675)
* [AppImage for Linux](https://github.com/siyuan-note/siyuan/issues/1678)
* [Improve `Ctrl+Shift+A`](https://github.com/siyuan-note/siyuan/issues/1679)
* [Improve drag list item to another list item](https://github.com/siyuan-note/siyuan/issues/1681)
### Bug fixes
* [Import folder, custom sort can not work](https://github.com/siyuan-note/siyuan/issues/1605)
* [Create doc failed sometimes](https://github.com/siyuan-note/siyuan/issues/1654)
* [Some formats of assets upload failed](https://github.com/siyuan-note/siyuan/issues/1670)
* [The first child of the list item is the code block, and the collapsed list item shows an error](https://github.com/siyuan-note/siyuan/issues/1680)
* [Parse error when `+` in the middle of ref](https://github.com/siyuan-note/siyuan/issues/1682)
## v1.0.5 / 2021-02-24
### Features