From 7fbae2f7438a313837218e419468e0b189163c6a Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Thu, 20 Oct 2022 02:08:30 +0800 Subject: [PATCH] :bookmark: Release v2.4.3 --- .github/workflows/dockerimage.yml | 2 +- CHANGELOG.md | 15 +++++++++++++++ app/appx/AppxManifest.xml | 2 +- app/package.json | 2 +- kernel/util/working.go | 2 +- 5 files changed, 19 insertions(+), 4 deletions(-) diff --git a/.github/workflows/dockerimage.yml b/.github/workflows/dockerimage.yml index 37578ee14..d9628cdf2 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 -t b3log/siyuan:latest -t b3log/siyuan:v2.4.2 . \ No newline at end of file + docker buildx build --push --platform linux/amd64,linux/arm64,linux/arm/v7 -t b3log/siyuan:latest -t b3log/siyuan:v2.4.3 . \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index b587e082b..be3c235e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +## v2.4.3 / 2022-10-20 + +### 改进功能 + +* [桌面端 `/模板` 增加 `打开文件位置`](https://github.com/siyuan-note/siyuan/issues/5919) +* [钉住有图标的页签样式错误](https://github.com/siyuan-note/siyuan/issues/6270) +* [历史和集市页签大小调整](https://github.com/siyuan-note/siyuan/issues/6271) +* [标点符号不纳入虚拟引用和提及搜索](https://github.com/siyuan-note/siyuan/issues/6272) + +### 修复缺陷 + +* [集市图标下载和使用后不会更新](https://github.com/siyuan-note/siyuan/issues/6273) +* [复制富文本和剪藏异常](https://github.com/siyuan-note/siyuan/issues/6274) +* [在加载界面卡住](https://github.com/siyuan-note/siyuan/issues/6275) + ## v2.4.2 / 2022-10-19 ### 改进功能 diff --git a/app/appx/AppxManifest.xml b/app/appx/AppxManifest.xml index e2c922c6b..78839306a 100644 --- a/app/appx/AppxManifest.xml +++ b/app/appx/AppxManifest.xml @@ -9,7 +9,7 @@ + Version="2.4.3.0"/> SiYuan 云南链滴科技有限公司 diff --git a/app/package.json b/app/package.json index 4b55d5c18..b40493c73 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "SiYuan", - "version": "2.4.2", + "version": "2.4.3", "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 f8f5e6ca1..c28f6d527 100644 --- a/kernel/util/working.go +++ b/kernel/util/working.go @@ -41,7 +41,7 @@ import ( var Mode = "prod" const ( - Ver = "2.4.2" + Ver = "2.4.3" IsInsider = false )