mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-09-22 00:20:47 +02:00
🔖 v2.1.1
This commit is contained in:
parent
79cb948eb0
commit
83baa7e232
5 changed files with 35 additions and 4 deletions
2
.github/workflows/dockerimage.yml
vendored
2
.github/workflows/dockerimage.yml
vendored
|
@ -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.1.0 .
|
||||
docker buildx build --push --platform linux/amd64,linux/arm64,linux/arm/v7 -t b3log/siyuan:latest -t b3log/siyuan:v2.1.1 .
|
31
CHANGELOG.md
31
CHANGELOG.md
|
@ -1,3 +1,34 @@
|
|||
## v2.1.1 / 2022-07-21
|
||||
|
||||
### 改进功能
|
||||
|
||||
* [云端图床支持按页批量删除](https://github.com/siyuan-note/siyuan/issues/4568)
|
||||
* [导出 Word 时可选择不导出资源文件](https://github.com/siyuan-note/siyuan/issues/5223)
|
||||
* [导出 PDF、HTML 和 Word 时支持覆盖已有文件](https://github.com/siyuan-note/siyuan/issues/5309)
|
||||
* [删除遇到不可编辑的块时不应该选中该块](https://github.com/siyuan-note/siyuan/issues/5387)
|
||||
* [使用文档树切换文档时无法回到上次编辑位置](https://github.com/siyuan-note/siyuan/issues/5420)
|
||||
* [macOS 端程序图标调小](https://github.com/siyuan-note/siyuan/issues/5444)
|
||||
* [启动时同步进度展现](https://github.com/siyuan-note/siyuan/issues/5451)
|
||||
* [改进访问授权验证码安全性](https://github.com/siyuan-note/siyuan/issues/5452)
|
||||
* [脑图和图表设置高度后没有即时生效](https://github.com/siyuan-note/siyuan/issues/5454)
|
||||
* [同步下载后如果 20% 的文件存在更新则全量重建索引](https://github.com/siyuan-note/siyuan/issues/5456)
|
||||
* [开启自适应宽度的两种状态下设置不同的选择器](https://github.com/siyuan-note/siyuan/issues/5468)
|
||||
* [分割线后是不可编辑块时,光标落于分割线后](https://github.com/siyuan-note/siyuan/issues/5470)
|
||||
* [改进选中或光标位于不可编辑块时回车和 Ctrl+/ 的行为](https://github.com/siyuan-note/siyuan/issues/5471)
|
||||
|
||||
### 修复缺陷
|
||||
|
||||
* [剪切板复制 `粘贴转义文本` 丢失 `\`](https://github.com/siyuan-note/siyuan/issues/5446)
|
||||
* [快速切换文档,大纲、局部关系图和反链未切换](https://github.com/siyuan-note/siyuan/issues/5448)
|
||||
* [移动端点击空白后菜单不消失](https://github.com/siyuan-note/siyuan/issues/5453)
|
||||
* [`定位打开的文档` 快捷键执行后光标没有离开编辑器](https://github.com/siyuan-note/siyuan/issues/5458)
|
||||
* [剪切撤销大段内容后导致内容错乱](https://github.com/siyuan-note/siyuan/issues/5459)
|
||||
* [macOS 端启动时有概率会报错](https://github.com/siyuan-note/siyuan/issues/5462)
|
||||
* [复制块粘贴到选中的文本中,撤销后选中的文本无法恢复](https://github.com/siyuan-note/siyuan/issues/5463)
|
||||
* [移动端数据快照无法操作](https://github.com/siyuan-note/siyuan/issues/5466)
|
||||
* [移动端表情无法滚动](https://github.com/siyuan-note/siyuan/issues/5472)
|
||||
* [在鸿蒙系统上同步后报错 `cloud object not found`](https://github.com/siyuan-note/siyuan/issues/5477)
|
||||
|
||||
## v2.1.0 / 2022-07-18
|
||||
|
||||
### 引入特性
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<Identity Name="89C2A984.SiYuan"
|
||||
ProcessorArchitecture="x64"
|
||||
Publisher='CN=087C656E-C1D9-42D8-8807-CED45A74FC0F'
|
||||
Version="2.1.0.0"/>
|
||||
Version="2.1.1.0"/>
|
||||
<Properties>
|
||||
<DisplayName>SiYuan</DisplayName>
|
||||
<PublisherDisplayName>云南链滴科技有限公司</PublisherDisplayName>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "SiYuan",
|
||||
"version": "2.1.0",
|
||||
"version": "2.1.1",
|
||||
"description": "Build Your Eternal Digital Garden",
|
||||
"homepage": "https://b3log.org/siyuan",
|
||||
"main": "./electron/main.js",
|
||||
|
|
|
@ -41,7 +41,7 @@ import (
|
|||
var Mode = "prod"
|
||||
|
||||
const (
|
||||
Ver = "2.1.0"
|
||||
Ver = "2.1.1"
|
||||
IsInsider = false
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue