From a6008fbdacc22392eb70ba5ce4248f41378a31ea Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Tue, 3 Jan 2023 11:07:39 +0800 Subject: [PATCH] :bookmark: Release v2.6.1 --- .github/workflows/dockerimage.yml | 2 +- CHANGELOG.md | 39 +++++++++++++++++++++++++++++++ app/appx/AppxManifest.xml | 2 +- app/package.json | 2 +- kernel/util/working.go | 2 +- 5 files changed, 43 insertions(+), 4 deletions(-) diff --git a/.github/workflows/dockerimage.yml b/.github/workflows/dockerimage.yml index fdb687a10..955751a1c 100644 --- a/.github/workflows/dockerimage.yml +++ b/.github/workflows/dockerimage.yml @@ -33,4 +33,4 @@ jobs: - name: Build the Docker image run: | - docker buildx build --push --platform linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v8 -t b3log/siyuan:latest -t b3log/siyuan:v2.6.0 . \ No newline at end of file + docker buildx build --push --platform linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v8 -t b3log/siyuan:latest -t b3log/siyuan:v2.6.1 . \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index fdbccda15..c1e9f4ae9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,42 @@ +## v2.6.1 / 2023-01-03 + +### 改进功能 + +* [支持英文拼写检查](https://github.com/siyuan-note/siyuan/issues/597) +* [PDF 侧边栏大小调整](https://github.com/siyuan-note/siyuan/issues/3005) +* [搜索结果高亮支持大部分行级元素](https://github.com/siyuan-note/siyuan/issues/6745) +* [改进闪卡复习交互](https://github.com/siyuan-note/siyuan/issues/6928) +* [折叠的标题块拖动后未显示折叠状态](https://github.com/siyuan-note/siyuan/issues/6930) +* [浮窗和公式图表编辑窗移动后自动钉住](https://github.com/siyuan-note/siyuan/issues/6934) +* [重复使用闪卡/日记快捷键优化](https://github.com/siyuan-note/siyuan/issues/6937) +* [设置窗口最小尺寸并对设置界面进行自适应](https://github.com/siyuan-note/siyuan/issues/6938) +* [文档标题粘贴后无法撤销](https://github.com/siyuan-note/siyuan/issues/6939) +* [支持超级块制作闪卡](https://github.com/siyuan-note/siyuan/issues/6941) +* [支持浏览卡包内的闪卡](https://github.com/siyuan-note/siyuan/issues/6943) +* [新版本更新安装提示 15s 后自动消失](https://github.com/siyuan-note/siyuan/issues/6944) +* [改进数据同步算法](https://github.com/siyuan-note/siyuan/issues/6945) +* [为闪卡中的块添加块标](https://github.com/siyuan-note/siyuan/issues/6947) +* [避免启动时重复全量重建索引](https://github.com/siyuan-note/siyuan/issues/6950) +* [闪卡复习中有背景色的高亮答案不应该显示](https://github.com/siyuan-note/siyuan/issues/6954) +* [不再覆写浏览器 localStorage 存取数据](https://github.com/siyuan-note/siyuan/issues/6956) +* [卡包预览中继续制卡需关闭原有制卡窗口](https://github.com/siyuan-note/siyuan/issues/6957) +* [改进搜索指定路径后不指定关键字的行为](https://github.com/siyuan-note/siyuan/issues/6959) +* [改进导出 Data 压缩包过程](https://github.com/siyuan-note/siyuan/issues/6961) +* [改进数据同步网络请求重试](https://github.com/siyuan-note/siyuan/issues/6963) +* [localStorage 不再支持数据同步](https://github.com/siyuan-note/siyuan/issues/6964) +* [localStorage 支持在多界面实例间同步](https://github.com/siyuan-note/siyuan/issues/6965) +* [`最近使用过的字体` 鼠标悬浮提示背景色/字体颜色](https://github.com/siyuan-note/siyuan/issues/6972) + +### 修复缺陷 + +* [移动端点击闪卡右侧栏没有隐藏](https://github.com/siyuan-note/siyuan/issues/6935) +* [默认闪卡包移除后卡住](https://github.com/siyuan-note/siyuan/issues/6946) +* [数据同步报错 `400 Bad Request openresty/1.17.8.2`](https://github.com/siyuan-note/siyuan/issues/6948) +* [复习闪卡编辑器弹出的输入框中无法输入"s","a", "h", "g", "e"](https://github.com/siyuan-note/siyuan/issues/6949) +* [合并单元格导出图片异常](https://github.com/siyuan-note/siyuan/issues/6951) +* [空标题中输入 ``` 回车后异常](https://github.com/siyuan-note/siyuan/issues/6953) +* [引用嵌套容器块触发状态异常](https://github.com/siyuan-note/siyuan/issues/6967) + ## v2.6.0 / 2022-12-27 ### 引入特性 diff --git a/app/appx/AppxManifest.xml b/app/appx/AppxManifest.xml index 40927922c..08420fe4c 100644 --- a/app/appx/AppxManifest.xml +++ b/app/appx/AppxManifest.xml @@ -9,7 +9,7 @@ + Version="2.6.1.0"/> SiYuan 云南链滴科技有限公司 diff --git a/app/package.json b/app/package.json index e3cf2d213..ce3b7fe60 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "SiYuan", - "version": "2.6.0", + "version": "2.6.1", "description": "Build Your Eternal Digital Garden", "homepage": "https://b3log.org/siyuan", "main": "./electron/main.js", diff --git a/kernel/util/working.go b/kernel/util/working.go index ad2ed695c..922472764 100644 --- a/kernel/util/working.go +++ b/kernel/util/working.go @@ -41,7 +41,7 @@ import ( var Mode = "prod" const ( - Ver = "2.6.0" + Ver = "2.6.1" IsInsider = false )