mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-10 14:42:33 +01:00
66 lines
4.3 KiB
Markdown
66 lines
4.3 KiB
Markdown
## 概述
|
|
|
|
该版本改进了很多细节,并提升了性能和稳定性。
|
|
|
|
## 变更记录
|
|
|
|
以下是此版本中的详细变更。
|
|
|
|
### 改进功能
|
|
|
|
* [持久化文档树展开状态](https://github.com/siyuan-note/siyuan/issues/10652)
|
|
* [改进数据库拖放时的视觉闪烁](https://github.com/siyuan-note/siyuan/issues/10730)
|
|
* [浏览器剪藏扩展支持配置文档标签](https://github.com/siyuan-note/siyuan/issues/10797)
|
|
* [导入 Markdown 文件时解析 YAML 前置内容为文档自定义属性](https://github.com/siyuan-note/siyuan/issues/10878)
|
|
* [高亮显示正则表达式搜索结果](https://github.com/siyuan-note/siyuan/issues/11112)
|
|
* [支持禁用 Markdown `*` 和 `_` 语法输入](https://github.com/siyuan-note/siyuan/issues/11206)
|
|
* [浏览器剪藏扩展支持路径选择](https://github.com/siyuan-note/siyuan/issues/11467)
|
|
* [添加模板函数 `getHPathByID`](https://github.com/siyuan-note/siyuan/issues/11734)
|
|
* [改进拖动块的交互效果](https://github.com/siyuan-note/siyuan/issues/11751)
|
|
* [改进代码块图表粘贴渲染](https://github.com/siyuan-note/siyuan/issues/11972)
|
|
* [改进数据库日期字段粘贴](https://github.com/siyuan-note/siyuan/issues/11973)
|
|
* [改进数据库关系和汇总字段导出](https://github.com/siyuan-note/siyuan/issues/12003)
|
|
* [重做标题后自动刷新大纲](https://github.com/siyuan-note/siyuan/issues/12030)
|
|
* [支持将单个标题和列表转换为引用块](https://github.com/siyuan-note/siyuan/issues/12073)
|
|
* [改进嵌入块的标题级别导出](https://github.com/siyuan-note/siyuan/issues/12233)
|
|
* [改进行级元素编辑](https://github.com/siyuan-note/siyuan/issues/12234)
|
|
* [支持设置图片高度](https://github.com/siyuan-note/siyuan/issues/12423)
|
|
* [查找替换后刷新结果列表](https://github.com/siyuan-note/siyuan/issues/12437)
|
|
* [回滚文档后刷新其他关联块](https://github.com/siyuan-note/siyuan/issues/12438)
|
|
* [查找替换块后刷新其他关联块](https://github.com/siyuan-note/siyuan/issues/12439)
|
|
* [导出压缩包(如 Markdown 格式)时不再需要授权](https://github.com/siyuan-note/siyuan/issues/12442)
|
|
* [改进数据库块/文本/资源/模板/关系/汇总字段排序](https://github.com/siyuan-note/siyuan/issues/12454)
|
|
* [回滚快照时默认为当前数据创建快照](https://github.com/siyuan-note/siyuan/issues/12470)
|
|
* [加载屏弹出消息不再阻塞界面加载](https://github.com/siyuan-note/siyuan/issues/12476)
|
|
* [添加或删除嵌入块后自动刷新引用计数](https://github.com/siyuan-note/siyuan/issues/12480)
|
|
* [改进数据库链接和资源字段导出](https://github.com/siyuan-note/siyuan/issues/12484)
|
|
* [改进云数据同步稳定性](https://github.com/siyuan-note/siyuan/issues/12543)
|
|
* [数据快照支持分页导航](https://github.com/siyuan-note/siyuan/pull/12548)
|
|
* [国际化支持意大利语](https://github.com/siyuan-note/siyuan/pull/12562)
|
|
* [文件历史支持分页导航](https://github.com/siyuan-note/siyuan/pull/12563)
|
|
|
|
### 修复缺陷
|
|
|
|
* [搜索结果包含大小写混合的文本元素时替换失败](https://github.com/siyuan-note/siyuan/issues/9171)
|
|
* [聚焦后分屏内容块不同步](https://github.com/siyuan-note/siyuan/issues/12132)
|
|
* [图片设置为居中后无法通过菜单调整宽度](https://github.com/siyuan-note/siyuan/issues/12217)
|
|
* [更改表格单元格中的文本元素后发生异常](https://github.com/siyuan-note/siyuan/issues/12300)
|
|
* [无法设置闪卡 FSRS 权重](https://github.com/siyuan-note/siyuan/issues/12453)
|
|
* [移动父文档后子文档路径未更新](https://github.com/siyuan-note/siyuan/issues/12493)
|
|
* [某些 PDF 资源无法进行内容搜索](https://github.com/siyuan-note/siyuan/issues/12536)
|
|
* [点击关系图中的文档标签时报错](https://github.com/siyuan-note/siyuan/issues/12556)
|
|
|
|
### 开发重构
|
|
|
|
* [升级到 Electron v30.5.1](https://github.com/siyuan-note/siyuan/issues/12457)
|
|
|
|
### 开发者
|
|
|
|
* [添加插件事件 `opened-notebook` 和 `closed-notebook`](https://github.com/siyuan-note/siyuan/issues/11974)
|
|
* [为块菜单的按钮添加 `data-id` 属性](https://github.com/siyuan-note/siyuan/pull/12525)
|
|
* [改进 /菜单](https://github.com/siyuan-note/siyuan/pull/12547)
|
|
|
|
## 下载
|
|
|
|
* [B3log](https://b3log.org/siyuan/download.html)
|
|
* [GitHub](https://github.com/siyuan-note/siyuan/releases)
|