🔖 Release v2.7.5

This commit is contained in:
Liang Ding 2023-02-14 14:02:44 +08:00
parent c237149a88
commit 9cb1ea89da
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
5 changed files with 55 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,linux/arm/v8 -t b3log/siyuan:latest -t b3log/siyuan:v2.7.4 .
docker buildx build --push --platform linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v8 -t b3log/siyuan:latest -t b3log/siyuan:v2.7.5 .

View file

@ -1,3 +1,54 @@
## v2.7.5 / 2023-02-14
### 改进功能
* [停靠栏面板支持鼠标悬停展开](https://github.com/siyuan-note/siyuan/issues/3499)
* [改进导出 PDF 效果](https://github.com/siyuan-note/siyuan/issues/7289)
* [改进删除折叠列表的下一个空列表项](https://github.com/siyuan-note/siyuan/issues/7317)
* [改进官方数据同步性能](https://github.com/siyuan-note/siyuan/issues/7318)
* [自定义表情文件过多时偶发更改文档图标卡顿](https://github.com/siyuan-note/siyuan/issues/7319)
* [改进建立引用索引](https://github.com/siyuan-note/siyuan/issues/7320)
* [网络过慢时保存命名查询会加载多次](https://github.com/siyuan-note/siyuan/issues/7321)
* [改进重命名资源文件性能](https://github.com/siyuan-note/siyuan/issues/7322)
* [拖拽文件到行内元素中需将其移动到行内元素后](https://github.com/siyuan-note/siyuan/issues/7325)
* [数据同步发生冲突时在界面上进行提醒](https://github.com/siyuan-note/siyuan/issues/7332)
* [大于 2MB 的图片默认不进行 OCR](https://github.com/siyuan-note/siyuan/issues/7333)
* [`完全手动同步` 下载后创建合并快照](https://github.com/siyuan-note/siyuan/issues/7334)
* [加宽链接菜单](https://github.com/siyuan-note/siyuan/issues/7339)
* [文档数据文件 ID 重复时自动重置 ID](https://github.com/siyuan-note/siyuan/issues/7340)
* [`空格···` 后回车异常](https://github.com/siyuan-note/siyuan/issues/7341)
* [文档数据文件名不符合 ID 格式时自动移动到 corrupted 文件夹下](https://github.com/siyuan-note/siyuan/issues/7343)
* [改进官方云端存储的统计性能](https://github.com/siyuan-note/siyuan/issues/7346)
* [导入 Markdown 时支持 `[alt](<url> "title")` 语法](https://github.com/siyuan-note/siyuan/issues/7348)
* [SQL 搜索支持多个搜索关键字匹配文档](https://github.com/siyuan-note/siyuan/issues/7350)
* [移动端支持重新打开已经移除的工作空间](https://github.com/siyuan-note/siyuan/issues/7353)
* [abc.js 升级至 6.1.9](https://github.com/siyuan-note/siyuan/issues/7354)
* [新窗口支持钉住置顶](https://github.com/siyuan-note/siyuan/issues/7356)
* [文档中的子块 ID 重复时自动重置 ID](https://github.com/siyuan-note/siyuan/issues/7357)
* [文档树上支持新窗口打开](https://github.com/siyuan-note/siyuan/issues/7358)
* [支持使用输入 `[[` 后粘贴文字也能被搜索](https://github.com/siyuan-note/siyuan/issues/7360)
* [优化关系图生成性能](https://github.com/siyuan-note/siyuan/issues/7361)
### 开发重构
* [降级 Electron](https://github.com/siyuan-note/siyuan/issues/7327)
* [package.json 构建前端使用正则表达式](https://github.com/siyuan-note/siyuan/pull/7329)
* [eslint js 文件并启用缓存 `--cache`](https://github.com/siyuan-note/siyuan/pull/7330)
* [后台任务队列支持设置超时](https://github.com/siyuan-note/siyuan/issues/7331)
* [确保 PR 只被提交到开发分支上](https://github.com/siyuan-note/siyuan/pull/7342)
### 修复缺陷
* [桌面端系统睡眠唤醒后内核可能会自动退出](https://github.com/siyuan-note/siyuan/issues/7323)
* [Windows 7/8 桌面端无法运行](https://github.com/siyuan-note/siyuan/issues/7324)
* [`只读模式` 下搜索预览窗口仍然可以编辑](https://github.com/siyuan-note/siyuan/issues/7337)
* [导出图片不显示表格](https://github.com/siyuan-note/siyuan/issues/7338)
* [`完全手动同步` 模式下 Android 前后台切换时不应该触发同步上传](https://github.com/siyuan-note/siyuan/issues/7349)
* [移动端删除的工作空间无法同名再次新建](https://github.com/siyuan-note/siyuan/issues/7351)
* [搜索不到超链接元素的 URL 和标题](https://github.com/siyuan-note/siyuan/issues/7352)
* [显示器缩放后新窗口的关闭按钮和下拉按钮重叠](https://github.com/siyuan-note/siyuan/issues/7355)
* [书签面板跳转被折叠的子块后及搜索面板未正确显示 `退出聚焦`](https://github.com/siyuan-note/siyuan/issues/7362)
## v2.7.4 / 2023-02-09
### 改进功能

View file

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

View file

@ -1,6 +1,6 @@
{
"name": "SiYuan",
"version": "2.7.4",
"version": "2.7.5",
"description": "Build Your Eternal Digital Garden",
"homepage": "https://b3log.org/siyuan",
"main": "./electron/main.js",

View file

@ -43,7 +43,7 @@ import (
var Mode = "prod"
const (
Ver = "2.7.4"
Ver = "2.7.5"
IsInsider = false
)