mirror of
https://github.com/siyuan-note/siyuan
synced 2026-05-04 05:48:39 +00:00
68 lines
4.4 KiB
Markdown
68 lines
4.4 KiB
Markdown
## 概述
|
||
|
||
此版本改进了一些细节。
|
||
|
||
## 变更记录
|
||
|
||
以下是此版本中的详细变更。
|
||
|
||
### 改进功能
|
||
|
||
* [支持通过快捷键 `Ctrl+Shift+T` 重新打开页签](https://github.com/siyuan-note/siyuan/issues/11205)
|
||
* [在 macOS 上支持 `siyuan://` 协议](https://github.com/siyuan-note/siyuan/issues/12271)
|
||
* [改进界面布局](https://github.com/siyuan-note/siyuan/pull/15011)
|
||
* [改进大纲面板](https://github.com/siyuan-note/siyuan/pull/15814)
|
||
* [改进 `最近的文档`](https://github.com/siyuan-note/siyuan/pull/15824)
|
||
* [改进代码块语言选择](https://github.com/siyuan-note/siyuan/pull/15966)
|
||
* [改进数据库历史](https://github.com/siyuan-note/siyuan/issues/16092)
|
||
* [改进网页无权限读取剪贴板时显示的提示](https://github.com/siyuan-note/siyuan/issues/16100)
|
||
* [改进鸿蒙端上的沉浸式体验](https://github.com/siyuan-note/siyuan/issues/16104)
|
||
* [改进折叠标题编辑](https://github.com/siyuan-note/siyuan/issues/16113)
|
||
* [改进数据同步 S3 提供商兼容性](https://github.com/siyuan-note/siyuan/issues/16117)
|
||
* [改进 HTML 图片剪藏](https://github.com/siyuan-note/siyuan/issues/16119)
|
||
* [改进 HTML 数学公式剪藏](https://github.com/siyuan-note/siyuan/issues/16125)
|
||
* [改进数据库汇总和资源字段过滤](https://github.com/siyuan-note/siyuan/issues/16126)
|
||
* [当选择闪卡块时,块菜单显示“移除闪卡”选项](https://github.com/siyuan-note/siyuan/pull/16135)
|
||
* [改进复制块内容的取消转义](https://github.com/siyuan-note/siyuan/issues/16136)
|
||
* [将多个选中块作为副本复制并插入到最后一个选中块之后](https://github.com/siyuan-note/siyuan/issues/16146)
|
||
* [支持在 Android 上调用系统打印](https://github.com/siyuan-note/siyuan/issues/16152)
|
||
* [在导出 PDF 时为自定义页边距添加单位说明](https://github.com/siyuan-note/siyuan/issues/16154)
|
||
* [改进导出 HTML/PDF/图片 时的 IFrame 处理](https://github.com/siyuan-note/siyuan/issues/16158)
|
||
* [改进在大纲中拖动项目时的自动滚动](https://github.com/siyuan-note/siyuan/pull/16161)
|
||
* [在移动端点击文档树中的文档图标将展开](https://github.com/siyuan-note/siyuan/issues/16163)
|
||
* [支持在鸿蒙端上调用系统打印](https://github.com/siyuan-note/siyuan/issues/16164)
|
||
* [点击边缘或空隙会导致光标跳到开头](https://github.com/siyuan-note/siyuan/issues/16179)
|
||
* [改进 FSRS 权重初始化](https://github.com/siyuan-note/siyuan/issues/16181)
|
||
* [超级块下的嵌入块支持显示面包屑](https://github.com/siyuan-note/siyuan/issues/16183)
|
||
* [改进数据同步](https://github.com/siyuan-note/siyuan/issues/16187)
|
||
* [改进列表项编辑和拖拽](https://github.com/siyuan-note/siyuan/issues/16196)
|
||
* [改进 S3 数据同步代理端点(Cloudflare Tunnel)](https://github.com/siyuan-note/siyuan/issues/16199)
|
||
* [改进鸿蒙端 IP 列表获取](https://github.com/siyuan-note/siyuan/issues/16202)
|
||
* [数据库切换视图支持撤销和重做](https://github.com/siyuan-note/siyuan/issues/16209)
|
||
* [改进文档导出 HTML](https://github.com/siyuan-note/siyuan/pull/16219)
|
||
* [改进对资源文件重复插入的检测](https://github.com/siyuan-note/siyuan/issues/16220)
|
||
* [移动端新增发布服务设置页面](https://github.com/siyuan-note/siyuan/pull/16228)
|
||
|
||
### 修复缺陷
|
||
|
||
* [鸿蒙端设置行级元素问题](https://github.com/siyuan-note/siyuan/issues/14974)
|
||
* [修复若干闪卡问题](https://github.com/siyuan-note/siyuan/issues/16087)
|
||
* [列表编辑触发异常状态](https://github.com/siyuan-note/siyuan/issues/16139)
|
||
* [插件开关状态未同步](https://github.com/siyuan-note/siyuan/issues/16155)
|
||
* [重命名文档标题未更新属性中的 `title`](https://github.com/siyuan-note/siyuan/issues/16166)
|
||
|
||
### 开发重构
|
||
|
||
* [升级到 Electron v37.7.1](https://github.com/siyuan-note/siyuan/issues/16097)
|
||
|
||
### 开发者
|
||
|
||
* [在属性中记录某些 Protyle 元素的宽度](https://github.com/siyuan-note/siyuan/pull/15043)
|
||
* [优化 Dockerfile 以最大化缓存利用和并行性](https://github.com/siyuan-note/siyuan/pull/16052)
|
||
* [改进 #commonMenu 菜单](https://github.com/siyuan-note/siyuan/pull/16141)
|
||
* [添加内核 API `/api/block/getBlockDOMWithEmbed` 和 `/api/block/getBlockDOMsWithEmbed`](https://github.com/siyuan-note/siyuan/pull/16237)
|
||
|
||
## 下载
|
||
|
||
* [B3log](https://b3log.org/siyuan/download.html)
|
||
* [GitHub](https://github.com/siyuan-note/siyuan/releases)
|