🔖 Release v2.0.22

This commit is contained in:
Liang Ding 2022-06-19 23:14:38 +08:00
parent 5474418bff
commit bef7a12d7a
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
5 changed files with 30 additions and 4 deletions

View file

@ -33,4 +33,4 @@ jobs:
- name: Build the Docker image
run: |
docker buildx build --push --platform linux/amd64,linux/arm64,linux/arm/v7 -t b3log/siyuan:latest -t b3log/siyuan:v2.0.21 .
docker buildx build --push --platform linux/amd64,linux/arm64,linux/arm/v7 -t b3log/siyuan:latest -t b3log/siyuan:v2.0.22 .

View file

@ -1,3 +1,29 @@
## v2.0.22 / 2022-06-19
### 改进功能
* [弹出的编辑框(如公式/Mindmap 等)支持撤销和重做](https://github.com/siyuan-note/siyuan/issues/5203)
* [重置数据仓库](https://github.com/siyuan-note/siyuan/issues/5212)
* [嵌入块添加 Alt/Shift/Ctrl 点击](https://github.com/siyuan-note/siyuan/issues/5216)
* [全局关系图中将标签链接到文档块上](https://github.com/siyuan-note/siyuan/issues/5218)
* [添加文档树 `删除文档时不需要确认` 选项 ](https://github.com/siyuan-note/siyuan/issues/5225)
* [移动端超级块中表格改进](https://github.com/siyuan-note/siyuan/issues/5227)
* [快捷键支持 Alt+F1-F12](https://github.com/siyuan-note/siyuan/issues/5230)
* [快捷键提示中 Enter 修改为 ↩](https://github.com/siyuan-note/siyuan/issues/5231)
* [关闭分屏页签后光标消失](https://github.com/siyuan-note/siyuan/issues/5237)
### 开发重构
* [数据仓库索引 `Index` 不再加密](https://github.com/siyuan-note/siyuan/issues/5229)
### 修复缺陷
* [移动端菜单遮住左右侧栏](https://github.com/siyuan-note/siyuan/issues/5217)
* [复制数据仓库密钥错误](https://github.com/siyuan-note/siyuan/issues/5226)
* [折叠标题跨层级展开问题](https://github.com/siyuan-note/siyuan/issues/5232)
* [文档标题编辑粘贴内容后不会进行修改](https://github.com/siyuan-note/siyuan/issues/5233)
* [在提及中搜索不到结果问题](https://github.com/siyuan-note/siyuan/issues/5236)
## v2.0.21 / 2022-06-17
### 改进功能

View file

@ -9,7 +9,7 @@
<Identity Name="89C2A984.SiYuan"
ProcessorArchitecture="x64"
Publisher='CN=087C656E-C1D9-42D8-8807-CED45A74FC0F'
Version="2.0.21.0"/>
Version="2.0.22.0"/>
<Properties>
<DisplayName>SiYuan</DisplayName>
<PublisherDisplayName>云南链滴科技有限公司</PublisherDisplayName>

View file

@ -1,6 +1,6 @@
{
"name": "SiYuan",
"version": "2.0.21",
"version": "2.0.22",
"description": "A local-first personal knowledge management system, supports fine-grained block-level reference, and Markdown WYSIWYG.",
"homepage": "https://b3log.org/siyuan",
"main": "./electron/main.js",

View file

@ -39,7 +39,7 @@ import (
var Mode = "prod"
const (
Ver = "2.0.21"
Ver = "2.0.22"
IsInsider = false
)