mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-20 16:40:13 +01:00
🔖 Release v2.4.3
This commit is contained in:
parent
85fed2e679
commit
7fbae2f743
5 changed files with 19 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
|
- name: Build the Docker image
|
||||||
run: |
|
run: |
|
||||||
docker buildx build --push --platform linux/amd64,linux/arm64,linux/arm/v7 -t b3log/siyuan:latest -t b3log/siyuan:v2.4.2 .
|
docker buildx build --push --platform linux/amd64,linux/arm64,linux/arm/v7 -t b3log/siyuan:latest -t b3log/siyuan:v2.4.3 .
|
||||||
15
CHANGELOG.md
15
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
|
## v2.4.2 / 2022-10-19
|
||||||
|
|
||||||
### 改进功能
|
### 改进功能
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@
|
||||||
<Identity Name="89C2A984.SiYuan"
|
<Identity Name="89C2A984.SiYuan"
|
||||||
ProcessorArchitecture="x64"
|
ProcessorArchitecture="x64"
|
||||||
Publisher='CN=087C656E-C1D9-42D8-8807-CED45A74FC0F'
|
Publisher='CN=087C656E-C1D9-42D8-8807-CED45A74FC0F'
|
||||||
Version="2.4.2.0"/>
|
Version="2.4.3.0"/>
|
||||||
<Properties>
|
<Properties>
|
||||||
<DisplayName>SiYuan</DisplayName>
|
<DisplayName>SiYuan</DisplayName>
|
||||||
<PublisherDisplayName>云南链滴科技有限公司</PublisherDisplayName>
|
<PublisherDisplayName>云南链滴科技有限公司</PublisherDisplayName>
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "SiYuan",
|
"name": "SiYuan",
|
||||||
"version": "2.4.2",
|
"version": "2.4.3",
|
||||||
"description": "Build Your Eternal Digital Garden",
|
"description": "Build Your Eternal Digital Garden",
|
||||||
"homepage": "https://b3log.org/siyuan",
|
"homepage": "https://b3log.org/siyuan",
|
||||||
"main": "./electron/main.js",
|
"main": "./electron/main.js",
|
||||||
|
|
|
||||||
|
|
@ -41,7 +41,7 @@ import (
|
||||||
var Mode = "prod"
|
var Mode = "prod"
|
||||||
|
|
||||||
const (
|
const (
|
||||||
Ver = "2.4.2"
|
Ver = "2.4.3"
|
||||||
IsInsider = false
|
IsInsider = false
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue