diff --git a/app/changelogs/v0.1.0-v2.8.3.md b/app/changelogs/v0.1.0-v2.8.3.md deleted file mode 100644 index c5e15ba76..000000000 --- a/app/changelogs/v0.1.0-v2.8.3.md +++ /dev/null @@ -1,8237 +0,0 @@ -## v2.8.3 / 2023-04-04 - -### Enhancement - -* [PDF export supports setting footer template](https://github.com/siyuan-note/siyuan/issues/7478) -* [Improve the style of the slash menu on the mobile](https://github.com/siyuan-note/siyuan/issues/7596) -* [Slide and pull out the left and right panel on the mobile](https://github.com/siyuan-note/siyuan/issues/7688) -* [macOS support `⌥[` to enter default characters when no text is selected](https://github.com/siyuan-note/siyuan/issues/7721) -* [Improve virtual reference split words](https://github.com/siyuan-note/siyuan/issues/7833) -* [Remove the footer `Export by SiYuan` when exporting image and PDF ](https://github.com/siyuan-note/siyuan/issues/7838) -* [Android check WebView version 75+](https://github.com/siyuan-note/siyuan/issues/7840) -* [Flashcard new/review card limit support configure to 0](https://github.com/siyuan-note/siyuan/issues/7841) -* [Remove `/` or `、` when trigger AI Chat](https://github.com/siyuan-note/siyuan/issues/7845) -* [Support scaling when exporting pdf preview](https://github.com/siyuan-note/siyuan/issues/7850) -* [Browser web clipper extension show tip while clipping images](https://github.com/siyuan-note/siyuan/issues/7851) -* [Improve the menu style of the doc tree on the mobile](https://github.com/siyuan-note/siyuan/issues/7852) -* [After opening the doc on the mobile, the editor is no longer focused to avoid the pop-up of the soft keyboard](https://github.com/siyuan-note/siyuan/issues/7853) -* [Spaced repetition supports full screen mode](https://github.com/siyuan-note/siyuan/issues/7855) -* [Create a new document from the search field](https://github.com/siyuan-note/siyuan/issues/7860) -* [Prompt to search for the most recently updated block when the search keyword is empty](https://github.com/siyuan-note/siyuan/issues/7862) -* [Add interaction tips at the bottom of the search dialog](https://github.com/siyuan-note/siyuan/issues/7863) -* [Search replace generate file history](https://github.com/siyuan-note/siyuan/issues/7864) -* [The merged cells of the table no longer add a space at the end](https://github.com/siyuan-note/siyuan/issues/7866) - -### Bugfix - -* [PDF annotation do not follow zoom](https://github.com/siyuan-note/siyuan/issues/7740) -* [Data synchronization online check not using configured endpoint](https://github.com/siyuan-note/siyuan/issues/7831) -* [API getFile/putFile does not perform read-write lock](https://github.com/siyuan-note/siyuan/issues/7832) -* [Focused heading block export does not contain its following blocks](https://github.com/siyuan-note/siyuan/issues/7834) -* [Related PDF annotation information is not exported when exporting .sy.zip](https://github.com/siyuan-note/siyuan/issues/7836) -* [Markdown hyperlink parsing exception when using API `/api/block/*` to upsert block](https://github.com/siyuan-note/siyuan/issues/7846) -* [Exporting PDF hangs after focusing heading block](https://github.com/siyuan-note/siyuan/issues/7848) -* [The editor has not been closed after closing notebook or deleting doc on the mobile](https://github.com/siyuan-note/siyuan/issues/7854) -* [The search fails in REGEXP/SQL with order by relevance](https://github.com/siyuan-note/siyuan/issues/7861) -* [Group by Document Replace exceptions in some cases](https://github.com/siyuan-note/siyuan/issues/7865) -* [Escape character `\` were not handled correctly when importing Markdown](https://github.com/siyuan-note/siyuan/issues/7867) -* [Click search from the doc tree, pressing `Del` in the editor will delete the doc](https://github.com/siyuan-note/siyuan/issues/7868) -* [Can't choose scale in PDF](https://github.com/siyuan-note/siyuan/issues/7869) - -### Refactor - -* [Improve copy file stability](https://github.com/siyuan-note/siyuan/issues/7837) -* [Upgrade PDF.js](https://github.com/siyuan-note/siyuan/issues/7874) - -### Development - -* [Attribute View refresh data table queue](https://github.com/siyuan-note/siyuan/issues/7546) - -## v2.8.2 / 2023-03-30 - -### Enhancement - -* [Update the number of flashcards after removing the flashcards](https://github.com/siyuan-note/siyuan/issues/7796) -* [Opening a PDF with a new window requires positioning and the positioning fails when opening it for the first time](https://github.com/siyuan-note/siyuan/issues/7803) -* [Use `Endpoint` for network connectivity checks when syncing](https://github.com/siyuan-note/siyuan/issues/7805) -* [The current page number needs to be kept after the PDF is opened in a new window](https://github.com/siyuan-note/siyuan/issues/7809) -* [Browser web clipper support tag `` attribute `srcset`](https://github.com/siyuan-note/siyuan/issues/7810) -* [Characters are lost when referenced in a block containing `))`](https://github.com/siyuan-note/siyuan/issues/7812) -* [Move some buttons to more menu in PDF tab](https://github.com/siyuan-note/siyuan/issues/7813) -* [The reminder message will no longer pop up when the subscription expires for more than 2 days](https://github.com/siyuan-note/siyuan/issues/7816) -* [PDF export supports setting margins](https://github.com/siyuan-note/siyuan/issues/7823) -* [Adjusted the YFM style with widget export](https://github.com/siyuan-note/siyuan/pull/7826) -* [Add recent documents on mobile](https://github.com/siyuan-note/siyuan/issues/7828) - -### Bugfix - -* [Incorrect path when entering flashcard management from document tree](https://github.com/siyuan-note/siyuan/issues/7797) -* [The document tag delete button is covered by the floating layer](https://github.com/siyuan-note/siyuan/issues/7799) -* [An exception occurs when exporting HTML and PDF](https://github.com/siyuan-note/siyuan/issues/7800) -* [Kernel panic on some systems on Windows](https://github.com/siyuan-note/siyuan/issues/7806) -* [After entering `\` in the table, the next column is merged incorrectly](https://github.com/siyuan-note/siyuan/issues/7817) -* [Rename tag in new window, prompt won't disappear](https://github.com/siyuan-note/siyuan/issues/7818) -* [After the document is transferred to the heading, occurs two copies of the reference block](https://github.com/siyuan-note/siyuan/issues/7819) -* [Wrong parsing virtual reference with `\` before it](https://github.com/siyuan-note/siyuan/issues/7821) -* [Parsing and rendering YFM incorrectly when exporting widget block attribute `data-export-md`](https://github.com/siyuan-note/siyuan/issues/7824) -* [Recent docs not updated after renaming](https://github.com/siyuan-note/siyuan/issues/7827) - -## v2.8.1 / 2023-03-28 - -### 改进功能 - -* [再次打开已在新窗口中存在的页签时不在主窗口中打开](https://github.com/siyuan-note/siyuan/issues/7491) -* [移动端左右侧栏全屏和点击区域优化](https://github.com/siyuan-note/siyuan/issues/7520) -* [闪卡支持设置新卡上限](https://github.com/siyuan-note/siyuan/issues/7695) -* [闪卡支持设置是否启用列表块制卡](https://github.com/siyuan-note/siyuan/issues/7701) -* [闪卡支持设置是否启用超级块制卡](https://github.com/siyuan-note/siyuan/issues/7702) -* [闪卡支持设置复习上限](https://github.com/siyuan-note/siyuan/issues/7703) -* [支持应用内配置人工智能](https://github.com/siyuan-note/siyuan/issues/7714) -* [支持配置闪卡使用卡包制卡](https://github.com/siyuan-note/siyuan/issues/7724) -* [导出 Markdown 时在文档头添加 YFM 开关](https://github.com/siyuan-note/siyuan/issues/7727) -* [为收集箱移动笔记本添加图标及转义处理](https://github.com/siyuan-note/siyuan/issues/7728) -* [粘贴块时需移除其闪卡属性](https://github.com/siyuan-note/siyuan/issues/7733) -* [用鼠标划选文本 `Ctrl+C` 后再松开鼠标不应选中块](https://github.com/siyuan-note/siyuan/issues/7734) -* [Graphviz 中指定 shape 后无法添加填充色](https://github.com/siyuan-note/siyuan/issues/7735) -* [改进导入 data.zip 和 .sy.zip 校验失败时的提示](https://github.com/siyuan-note/siyuan/issues/7738) -* [新窗口界面独立临时缩放](https://github.com/siyuan-note/siyuan/issues/7739) -* [支持配置反链面板提及默认展开数](https://github.com/siyuan-note/siyuan/issues/7743) -* [数据同步忽略用于文件系统检查的文件](https://github.com/siyuan-note/siyuan/issues/7744) -* [改进搜索相关细节](https://github.com/siyuan-note/siyuan/issues/7745) -* [支持应用内删除模板](https://github.com/siyuan-note/siyuan/issues/7746) -* [macOS 端对工作空间放置在 iCloud 路径下做检查](https://github.com/siyuan-note/siyuan/issues/7747) -* [移动端菜单打开的面板关闭后返回到上一层菜单](https://github.com/siyuan-note/siyuan/issues/7750) -* [搜索中的命名查询移到输入框下](https://github.com/siyuan-note/siyuan/issues/7751) -* [挂件导出属性 `data-export-md` 支持 YFM](https://github.com/siyuan-note/siyuan/issues/7752) -* [代码块支持设置非高亮语言](https://github.com/siyuan-note/siyuan/issues/7754) -* [更新部分关闭/移除图标为圆形](https://github.com/siyuan-note/siyuan/issues/7756) -* [闪卡管理添加复习次数、卡片总数及路径优化](https://github.com/siyuan-note/siyuan/issues/7761) -* [删除文档时提示删除数量](https://github.com/siyuan-note/siyuan/issues/7762) -* [内容块人工智能自定义操作持久化](https://github.com/siyuan-note/siyuan/issues/7763) -* [提供列出文件 API](https://github.com/siyuan-note/siyuan/issues/7765) -* [搜索分组文档颜色调整及块缩进](https://github.com/siyuan-note/siyuan/issues/7766) -* [提供 Sprig 模板渲染 API](https://github.com/siyuan-note/siyuan/issues/7767) -* [改进 Windows 端第三方同步盘检测](https://github.com/siyuan-note/siyuan/issues/7777) -* [升级 abc.js 至 6.2.0](https://github.com/siyuan-note/siyuan/issues/7788) -* [增加 kernel.log](https://github.com/siyuan-note/siyuan/issues/7789) -* [闪卡支持设置是否启用标记制卡](https://github.com/siyuan-note/siyuan/issues/7794) -* [拖拽调整表格宽度应不受单元格宽度影响](https://github.com/siyuan-note/siyuan/issues/7795) - -### 修复缺陷 - -* [使用快捷键制卡时不应该将光标处和所选块同时制卡](https://github.com/siyuan-note/siyuan/issues/7716) -* [文档树自定义排序拖拽不稳定](https://github.com/siyuan-note/siyuan/issues/7726) -* [移动端缩放后会显示退出聚焦](https://github.com/siyuan-note/siyuan/issues/7730) -* [块标拖拽到闪卡块上时无定位线条](https://github.com/siyuan-note/siyuan/issues/7732) -* [桌面端设置访问授权后退出应用时抛出异常](https://github.com/siyuan-note/siyuan/issues/7736) -* [浏览器扩展无法获取微信公众号的图片文章](https://github.com/siyuan-note/siyuan/issues/7748) -* [重启后窗口大小恢复默认问题](https://github.com/siyuan-note/siyuan/issues/7755) -* [多个 Mermaid mindmap 无法渲染](https://github.com/siyuan-note/siyuan/issues/7769) -* [嵌入块 SQL 脚本中存在换行时无法导出](https://github.com/siyuan-note/siyuan/issues/7771) -* [集市更新获取不同步的问题](https://github.com/siyuan-note/siyuan/issues/7775) - -### 开发重构 - -* [改变非移动端前端编译目标为 `es2021`](https://github.com/siyuan-note/siyuan/pull/7770) - -## v2.8.0 / 2023-03-21 - -### 引入特性 - -* [支持保存和加载不同的界面布局](https://github.com/siyuan-note/siyuan/issues/7636) - -### 改进功能 - -* [属性视图增减列](https://github.com/siyuan-note/siyuan/issues/7521) -* [属性视图增减行](https://github.com/siyuan-note/siyuan/issues/7522) -* [块菜单、编辑器更多菜单等全屏菜单样式优化](https://github.com/siyuan-note/siyuan/issues/7598) -* [移动端上架 vivo 应用商店](https://github.com/siyuan-note/siyuan/issues/7614) -* [移动端支持点备注打开属性设置界面](https://github.com/siyuan-note/siyuan/issues/7635) -* [菜单显示不下时加入滚动条](https://github.com/siyuan-note/siyuan/issues/7644) -* [移动端设置二级页面滑动返回上一层](https://github.com/siyuan-note/siyuan/issues/7655) -* [不支持配置坚果云 WebDAV 进行同步](https://github.com/siyuan-note/siyuan/issues/7657) -* [PDF 矩形标注支持默认颜色](https://github.com/siyuan-note/siyuan/issues/7658) -* [移动端属性设置界面优化](https://github.com/siyuan-note/siyuan/issues/7661) -* [属性设置对话框中不再显示 `riff-decks`](https://github.com/siyuan-note/siyuan/issues/7665) -* [快速制卡后属性顺序应保持不变](https://github.com/siyuan-note/siyuan/issues/7666) -* [数据同步加入系统时间校验](https://github.com/siyuan-note/siyuan/issues/7669) -* [调整输入框和下拉框样式](https://github.com/siyuan-note/siyuan/issues/7670) -* [改进闪卡下一轮重复时间显示精度](https://github.com/siyuan-note/siyuan/issues/7672) -* [更新加减号图标大小及对齐 `添加到卡包` 弹窗中的图标](https://github.com/siyuan-note/siyuan/issues/7673) -* [快捷键设置界面优化](https://github.com/siyuan-note/siyuan/issues/7674) -* [面包屑第一项如果显示文档名则不进行省略](https://github.com/siyuan-note/siyuan/issues/7675) -* [提供删除文件 API](https://github.com/siyuan-note/siyuan/issues/7678) -* [移动端输入不触发斜杆菜单](https://github.com/siyuan-note/siyuan/issues/7681) -* [导入 Markdown 时不自动转换超链接](https://github.com/siyuan-note/siyuan/issues/7682) -* [使用第三方同步盘时弹出提示并退出内核](https://github.com/siyuan-note/siyuan/issues/7683) -* [添加 PDF 快捷键说明及显示](https://github.com/siyuan-note/siyuan/issues/7684) -* [新增当前位置至已加载内容页头/页尾快捷键](https://github.com/siyuan-note/siyuan/issues/7687) -* [调整编辑器右侧边距](https://github.com/siyuan-note/siyuan/issues/7690) -* [改进动态加载判断](https://github.com/siyuan-note/siyuan/issues/7693) -* [闪卡复习时支持跳过](https://github.com/siyuan-note/siyuan/issues/7697) -* [编辑器处于只读模式时启动后提示用户](https://github.com/siyuan-note/siyuan/issues/7700) -* [文件系统读取或写入失败时退出内核](https://github.com/siyuan-note/siyuan/issues/7707) -* [调整 Windows 端安装和卸载程序侧栏图片](https://github.com/siyuan-note/siyuan/issues/7709) -* [导出 PDF 时代码块强制换行](https://github.com/siyuan-note/siyuan/issues/7711) -* [对齐页签下拉选择和文档的菜单按钮](https://github.com/siyuan-note/siyuan/issues/7712) -* [Pad 端支持思源协议 `siyuan://` 跳转打开](https://github.com/siyuan-note/siyuan/issues/7713) -* [Windows 端安装脚本检测是否存在工作空间数据](https://github.com/siyuan-note/siyuan/issues/7717) -* [Windows 端安装包支持自定义安装路径](https://github.com/siyuan-note/siyuan/issues/7718) -* [删除大量内容后光标依旧显示在可视区域内](https://github.com/siyuan-note/siyuan/issues/7722) -* [为插入内容前后的滚动添加动画效果](https://github.com/siyuan-note/siyuan/issues/7723) - -### 开发重构 - -* [升级 Pandoc](https://github.com/siyuan-note/siyuan/issues/7710) - -### 修复缺陷 - -* [移动端较老 WebView 版本启动后卡在加载界面](https://github.com/siyuan-note/siyuan/issues/7616) -* [在容器块子块为空时 `Ctrl+/` 弹出块菜单功能失效](https://github.com/siyuan-note/siyuan/issues/7656) -* [块引锚文本导出时 `&` 变为实体 `&`](https://github.com/siyuan-note/siyuan/issues/7659) -* [Android 端某些系统上返回桌面后再进入白屏](https://github.com/siyuan-note/siyuan/issues/7663) -* [移动端搜索框显示 `undefined`](https://github.com/siyuan-note/siyuan/issues/7667) -* [PDF 页签打开进度和白边问题](https://github.com/siyuan-note/siyuan/issues/7671) -* [文件名包含 `.` 时的重命名问题](https://github.com/siyuan-note/siyuan/issues/7686) -* [PlantUML 无法导出图片](https://github.com/siyuan-note/siyuan/issues/7691) -* [导出 PDF 时显示行号的代码块宽度不正确](https://github.com/siyuan-note/siyuan/issues/7692) -* [打开某些 PDF 文件时缺失部分内容](https://github.com/siyuan-note/siyuan/issues/7699) -* [快捷键复制嵌入块为纯文本无效](https://github.com/siyuan-note/siyuan/issues/7706) -* [打开多个工作空间和多个新窗口时退出未关闭关联窗口](https://github.com/siyuan-note/siyuan/issues/7708) -* [表格单元格内存在多行时末尾输入转义符 `\` 导致 `
` 暴露](https://github.com/siyuan-note/siyuan/issues/7725) - -## v2.7.10 / 2023-03-14 - -### 改进功能 - -* [浏览器端不显示 `退出应用`](https://github.com/siyuan-note/siyuan/issues/7618) -* [升级 Mermaid 以支持 timeline 和 mindmap](https://github.com/siyuan-note/siyuan/issues/7619) -* [表格和有内容的段落块中插入多个文件时不进行分块](https://github.com/siyuan-note/siyuan/issues/7624) -* [点击搜索项将依次高亮该结果中的多个关键字](https://github.com/siyuan-note/siyuan/pull/7629) -* [表格中插入图片时偶尔会多一个空行](https://github.com/siyuan-note/siyuan/issues/7631) -* [移动端软键盘顶部工具栏遮挡编辑位置](https://github.com/siyuan-note/siyuan/issues/7632) -* [反链提及搜索范围增加命名、别名和备注](https://github.com/siyuan-note/siyuan/issues/7639) -* [人工智能插入公式块、代码块和图表块后自动进行渲染](https://github.com/siyuan-note/siyuan/issues/7643) -* [代码片段设置界面用户体验优化](https://github.com/siyuan-note/siyuan/issues/7647) -* [部分图标改进](https://github.com/siyuan-note/siyuan/issues/7650) -* [Linux 端打开多工作空间托盘无法关闭](https://github.com/siyuan-note/siyuan/issues/7653) -* [表格块写入数据库表时在单元格之间添加空格](https://github.com/siyuan-note/siyuan/issues/7654) - -### 移除功能 - -* [移除 设置 - 搜索 - 虚拟引用 - 关键字数量限制](https://github.com/siyuan-note/siyuan/issues/7634) - -### 修复缺陷 - -* [使用 Markdown 标记符嵌套行级元素后被还原为纯文本](https://github.com/siyuan-note/siyuan/issues/7637) -* [闪卡管理分页失效](https://github.com/siyuan-note/siyuan/issues/7638) -* [集市包更新下载进度显示问题](https://github.com/siyuan-note/siyuan/issues/7640) -* [搜索中指定路径选为文档时搜索结果不包含子文档](https://github.com/siyuan-note/siyuan/issues/7642) - -## v2.7.9 / 2023-03-10 - -### 改进功能 - -* [加入针对内容块的人工智能辅助支持](https://github.com/siyuan-note/siyuan/issues/7566) -* [鼠标划选没有选中块时不应划选所有块](https://github.com/siyuan-note/siyuan/issues/7580) -* [Android 端长按弹出内容操作菜单后底栏需滑动](https://github.com/siyuan-note/siyuan/issues/7591) -* [移动端底部工具栏移除删除按钮](https://github.com/siyuan-note/siyuan/issues/7595) -* [改进任务列表项完成后的样式](https://github.com/siyuan-note/siyuan/pull/7599) -* [Android 端块菜单返回支持左右滑动](https://github.com/siyuan-note/siyuan/issues/7600) -* [OpenAI API 接入增加环境变量 `SIYUAN_OPENAI_API_BASE_URL`](https://github.com/siyuan-note/siyuan/issues/7604) -* [批量插入文件时每个文件占一个块](https://github.com/siyuan-note/siyuan/issues/7607) -* [鼠标移动到页签上时 `&` 不显示为 `&`](https://github.com/siyuan-note/siyuan/issues/7609) -* [移动端复习过闪卡后顶部需出现同步按钮](https://github.com/siyuan-note/siyuan/issues/7610) -* [引用搜索命名空格未显示](https://github.com/siyuan-note/siyuan/issues/7613) -* [改进内核只读模式](https://github.com/siyuan-note/siyuan/issues/7615) - -### 修复缺陷 - -* [斜杆菜单缺失 `AI Chat`](https://github.com/siyuan-note/siyuan/issues/7592) -* [Android 端某些系统上界面显示不全](https://github.com/siyuan-note/siyuan/issues/7593) -* [移动端块引用、嵌入无法使用](https://github.com/siyuan-note/siyuan/issues/7594) -* [图片无法设定宽度百分比](https://github.com/siyuan-note/siyuan/issues/7606) -* [浏览器剪藏扩展丢失部分元素](https://github.com/siyuan-note/siyuan/issues/7608) - -## v2.7.8 / 2023-03-07 - -### 改进功能 - -* [移动端编辑器悬浮工具栏移到底部](https://github.com/siyuan-note/siyuan/issues/7518) -* [移动端键盘工具栏上添加块标菜单功能](https://github.com/siyuan-note/siyuan/issues/7519) -* [隐藏 iPhone 键盘顶部工具栏](https://github.com/siyuan-note/siyuan/issues/7532) -* [编辑引擎添加属性视图节点](https://github.com/siyuan-note/siyuan/issues/7535) -* [全屏后需更新块标位置](https://github.com/siyuan-note/siyuan/issues/7537) -* [优化动态加载没有标题时的大纲高亮](https://github.com/siyuan-note/siyuan/issues/7538) -* [选中多行时浮动工具栏不遮挡第一行](https://github.com/siyuan-note/siyuan/issues/7541) -* [云端收集箱剪藏超时调整为 30s](https://github.com/siyuan-note/siyuan/issues/7544) -* [持久化属性视图](https://github.com/siyuan-note/siyuan/issues/7545) -* [移动端根据不同的输入场景对输入工具栏进行切换](https://github.com/siyuan-note/siyuan/issues/7553) -* [移动端根据当前块的类型调整输入工具栏中对应的操作按钮](https://github.com/siyuan-note/siyuan/issues/7554) -* [支持编辑/只读模式在浏览器和桌面应用中保持一致](https://github.com/siyuan-note/siyuan/issues/7555) -* [桌面端接入 OpenAI Chat API ](https://github.com/siyuan-note/siyuan/issues/7560) -* [粘贴图片后图片宽度会被挤压](https://github.com/siyuan-note/siyuan/issues/7561) -* [移动端斜杠菜单移到底部](https://github.com/siyuan-note/siyuan/issues/7564) -* [改进判断工作空间路径实现](https://github.com/siyuan-note/siyuan/issues/7569) -* [合并超级块时自动刷新包含的嵌入块](https://github.com/siyuan-note/siyuan/issues/7574) -* [移动端数据同步提示改进](https://github.com/siyuan-note/siyuan/issues/7576) -* [移动端数据历史图标和桌面端保持一致](https://github.com/siyuan-note/siyuan/issues/7577) -* [移动端键盘工具栏上添加面包屑更多菜单功能](https://github.com/siyuan-note/siyuan/issues/7578) -* [搜索结果被高亮分割的同一行内元素应进行合并](https://github.com/siyuan-note/siyuan/issues/7585) -* [搜索结果内输入字符不应进行分割](https://github.com/siyuan-note/siyuan/issues/7586) -* [桌面端禁止自动播放多媒体](https://github.com/siyuan-note/siyuan/issues/7587) -* [低于 Windows 10 安装时弹出警告](https://github.com/siyuan-note/siyuan/issues/7589) -* [只读模式下支持刷新和全屏快捷键操作](https://github.com/siyuan-note/siyuan/issues/7590) - -### 开发重构 - -* [使用 esbuid-loader 提高前端代码的编译速度](https://github.com/siyuan-note/siyuan/pull/7525) - -### 修复缺陷 - -* [导入 Markdown 文件夹后无法在其中继续导入](https://github.com/siyuan-note/siyuan/issues/7512) -* [更新版本后自动打开最新版的用户指南重复](https://github.com/siyuan-note/siyuan/issues/7517) -* [关闭所有页签后点击后退无法重新打开页签](https://github.com/siyuan-note/siyuan/issues/7524) -* [正则表达式搜索失效](https://github.com/siyuan-note/siyuan/issues/7529) -* [无法在表格中的引用前后加入空格](https://github.com/siyuan-note/siyuan/issues/7539) -* [表格中有图片时插入图片链接定位错误](https://github.com/siyuan-note/siyuan/issues/7540) -* [关系图日记过滤失效](https://github.com/siyuan-note/siyuan/issues/7547) -* [行级代码选中 `Ctrl+G` 取消后前方出现空代码元素](https://github.com/siyuan-note/siyuan/issues/7548) -* [PDF 导出预览点击资源文件链接白屏](https://github.com/siyuan-note/siyuan/issues/7549) -* [关闭页签再点击后退缩放状态错误](https://github.com/siyuan-note/siyuan/issues/7550) -* [有图片的表格拖拽后列宽异常](https://github.com/siyuan-note/siyuan/issues/7556) -* [移动端基于文档的间隔重复被文档树遮挡](https://github.com/siyuan-note/siyuan/issues/7562) -* [超级块内递归嵌入的嵌入块不应该显示面包屑](https://github.com/siyuan-note/siyuan/issues/7575) -* [搜索结果被高亮隔断后加粗导致内容丢失](https://github.com/siyuan-note/siyuan/issues/7588) - -## v2.7.7 / 2023-02-28 - -### 改进功能 - -* [导出 PDF 时支持将资源文件作为附件嵌入](https://github.com/siyuan-note/siyuan/issues/7414) -* [悬浮面板支持边缘拖拽改变宽度](https://github.com/siyuan-note/siyuan/issues/7431) -* [编辑器浮动工具栏最多显示一个](https://github.com/siyuan-note/siyuan/issues/7433) -* [挂件搜索时过滤不相关文件](https://github.com/siyuan-note/siyuan/issues/7434) -* [按下鼠标时不触发停靠栏浮动面板](https://github.com/siyuan-note/siyuan/issues/7440) -* [拖动页签分屏后原有页签切换改进](https://github.com/siyuan-note/siyuan/issues/7441) -* [为闪卡复习界面添加 1024px 的宽度限制](https://github.com/siyuan-note/siyuan/issues/7442) -* [优化 `添加到卡包` 对话框卡包列表](https://github.com/siyuan-note/siyuan/issues/7448) -* [点击图片时更新面包屑](https://github.com/siyuan-note/siyuan/issues/7450) -* [闪卡复习评分支持撤销](https://github.com/siyuan-note/siyuan/issues/7455) -* [拖拽后布局自适应调整](https://github.com/siyuan-note/siyuan/issues/7458) -* [调整闪卡评分按钮](https://github.com/siyuan-note/siyuan/issues/7459) -* [支持文档块制作闪卡](https://github.com/siyuan-note/siyuan/issues/7460) -* [改进浏览器剪藏扩展转换本地图片成功率](https://github.com/siyuan-note/siyuan/issues/7464) -* [虚拟引用和反链提及关键字按最长匹配优先](https://github.com/siyuan-note/siyuan/issues/7465) -* [历史数据列表标题转义处理](https://github.com/siyuan-note/siyuan/issues/7466) -* [改进浏览器剪藏扩展转换本地图片后缀](https://github.com/siyuan-note/siyuan/issues/7467) -* [闪卡复习时动态加入到期的卡片](https://github.com/siyuan-note/siyuan/issues/7468) -* [更新版本后自动打开最新版的用户指南](https://github.com/siyuan-note/siyuan/issues/7469) -* [当鼠标划出软件时隐藏悬浮面板](https://github.com/siyuan-note/siyuan/issues/7470) -* [改进 PDF 未加载完时切换页签会空白](https://github.com/siyuan-note/siyuan/issues/7471) -* [多个行内元素转换为引用时不再保留原有行内元素属性](https://github.com/siyuan-note/siyuan/issues/7477) -* [改进标题下方块和列表项子块引用时的反链定位](https://github.com/siyuan-note/siyuan/issues/7484) -* [改进浏览器剪藏扩展超链接 `#hash` 转换绝对路径](https://github.com/siyuan-note/siyuan/issues/7486) -* [改进任务列表项完成后的样式](https://github.com/siyuan-note/siyuan/issues/7489) -* [新页签应在拖拽到的显示器中打开](https://github.com/siyuan-note/siyuan/issues/7490) -* [新窗口需随主界面切换编辑模式](https://github.com/siyuan-note/siyuan/issues/7495) -* [支持笔记本级闪卡复习](https://github.com/siyuan-note/siyuan/issues/7496) -* [闪卡复习界面中的预览调整到管理界面中](https://github.com/siyuan-note/siyuan/issues/7497) -* [锁屏后新窗口也需要进行锁屏](https://github.com/siyuan-note/siyuan/issues/7500) -* [`闪卡` 菜单加入管理子项](https://github.com/siyuan-note/siyuan/issues/7503) -* [光标在悬浮面板的输入框中时悬浮面板不进行隐藏](https://github.com/siyuan-note/siyuan/issues/7504) -* [网络代理协议支持 `HTTP`](https://github.com/siyuan-note/siyuan/pull/7506) - -### 开发重构 - -* [升级 Electron](https://github.com/siyuan-note/siyuan/issues/7488) - -### 移除功能 - -* [移除顶部停靠栏](https://github.com/siyuan-note/siyuan/issues/7449) - -### 修复缺陷 - -* [导出空文档 Word 和 PDF 时合并子文档失败](https://github.com/siyuan-note/siyuan/issues/7429) -* [文档和标题相互转换失效](https://github.com/siyuan-note/siyuan/issues/7430) -* [文档转换标题后文档树刷新不正确](https://github.com/siyuan-note/siyuan/issues/7435) -* [跨窗口拖拽到块底部异常](https://github.com/siyuan-note/siyuan/issues/7438) -* [选中包含双引号的文本 `Ctrl+Shift+C` 后无法粘贴为引用](https://github.com/siyuan-note/siyuan/issues/7439) -* [展开包含 mermaid 或 flowchart 图表的折叠块时无法渲染](https://github.com/siyuan-note/siyuan/issues/7453) -* [API `/asset/upload` 使用子文件夹时返回结果不正确](https://github.com/siyuan-note/siyuan/issues/7454) -* [重命名父标签误修改子标签](https://github.com/siyuan-note/siyuan/issues/7498) -* [外部内容粘贴到表格中后编辑导致换行丢失](https://github.com/siyuan-note/siyuan/issues/7501) -* [API token 绕过校验漏洞](https://github.com/siyuan-note/siyuan/issues/7507) -* [反链面板悬浮后其编辑区域内浮层错误](https://github.com/siyuan-note/siyuan/issues/7508) -* [生成文件历史索引报错](https://github.com/siyuan-note/siyuan/issues/7509) - -## v2.7.6 / 2023-02-21 - -### 改进功能 - -* [支持聚焦导出 图片/PDF/HTML/Word](https://github.com/siyuan-note/siyuan/issues/6607) -* [支持基于文档复习闪卡](https://github.com/siyuan-note/siyuan/issues/7057) -* [支持窗口之间拖拽移动内容块](https://github.com/siyuan-note/siyuan/issues/7284) -* [优化界面动画效果](https://github.com/siyuan-note/siyuan/issues/7363) -* [移动端链接菜单调窄](https://github.com/siyuan-note/siyuan/issues/7365) -* [搜索自定义属性改为搜索全部属性](https://github.com/siyuan-note/siyuan/issues/7367) -* [闪卡界面大小调整及添加预览](https://github.com/siyuan-note/siyuan/issues/7368) -* [校验索引阶段自动删除历史遗留的笔记本 history 文件夹](https://github.com/siyuan-note/siyuan/issues/7370) -* [文档名虚拟引用遵循搜索大小写设置](https://github.com/siyuan-note/siyuan/issues/7372) -* [导出时去掉内容块闪卡样式](https://github.com/siyuan-note/siyuan/issues/7374) -* [面板菜单中添加钉住菜单,停靠栏钉住按钮悬浮显示](https://github.com/siyuan-note/siyuan/issues/7375) -* [子文档缺失父文档时自动补全](https://github.com/siyuan-note/siyuan/issues/7376) -* [移除状态栏中停靠按钮悬浮菜单](https://github.com/siyuan-note/siyuan/issues/7377) -* [改进打开虚拟引用后加载文档的性能](https://github.com/siyuan-note/siyuan/issues/7378) -* [导出 PDF data-theme-mode 需固定设置为 light](https://github.com/siyuan-note/siyuan/issues/7379) -* [PDF 双页视图下支持矩形标注右侧页面](https://github.com/siyuan-note/siyuan/issues/7380) -* [`搜索结果显示数` 最小限制为 32](https://github.com/siyuan-note/siyuan/issues/7384) -* [通过队列化索引历史数据以提升数据库稳定性](https://github.com/siyuan-note/siyuan/issues/7386) -* [升级 vis-network 至 9.1.2](https://github.com/siyuan-note/siyuan/issues/7387) -* [开启数据同步情况下启动时如果未联网应该提示](https://github.com/siyuan-note/siyuan/issues/7389) -* [登录链滴账号后即可使用 `分享到链滴`](https://github.com/siyuan-note/siyuan/issues/7392) -* [Android 端恢复保活用的通知栏](https://github.com/siyuan-note/siyuan/issues/7395) -* [改进状态栏显示后台任务执行计数](https://github.com/siyuan-note/siyuan/issues/7398) -* [闪卡复习时编辑工具栏遮挡内容](https://github.com/siyuan-note/siyuan/issues/7399) -* [支持列表制作闪卡](https://github.com/siyuan-note/siyuan/issues/7400) -* [面包屑仅有一项时显示不全](https://github.com/siyuan-note/siyuan/issues/7402) -* [改进数据同步以避免旧的本地数据覆盖云端数据](https://github.com/siyuan-note/siyuan/issues/7403) -* [钉住的页签不再使用斜体](https://github.com/siyuan-note/siyuan/issues/7404) -* [停靠栏面板最小宽度改进为根据类型来判断](https://github.com/siyuan-note/siyuan/issues/7407) -* [改进右分屏打开引用后原文偶尔会滚动错位](https://github.com/siyuan-note/siyuan/issues/7410) -* [搜索结果条目区禁用复制](https://github.com/siyuan-note/siyuan/issues/7416) -* [集市包详情界面增加 `更新` 按钮](https://github.com/siyuan-note/siyuan/issues/7421) -* [更改父文档标题或者移动父文档后使用状态栏推送子文档移动进度](https://github.com/siyuan-note/siyuan/issues/7422) -* [支持在 All 卡包中移除闪卡](https://github.com/siyuan-note/siyuan/issues/7425) -* [关闭当前页签后切换到最近打开的页签](https://github.com/siyuan-note/siyuan/issues/7428) - -### 修复缺陷 - -* [右侧点击钉住会出现在左侧](https://github.com/siyuan-note/siyuan/issues/7366) -* [反链面板上下键会影响编辑且点击后浮动的面板会消失](https://github.com/siyuan-note/siyuan/issues/7381) -* [关系图部分关联丢失](https://github.com/siyuan-note/siyuan/issues/7383) -* [编辑器中输入 `#` 后标签搜索提示不全](https://github.com/siyuan-note/siyuan/issues/7391) -* [校验索引生成冗余的 Untitled 父文档](https://github.com/siyuan-note/siyuan/issues/7394) -* [导出模板无法保留第一个空段落](https://github.com/siyuan-note/siyuan/issues/7411) -* [`只读模式` 下闪卡复习和闪卡预览界面可以编辑](https://github.com/siyuan-note/siyuan/issues/7412) -* [复制含链接的块为引用块异常](https://github.com/siyuan-note/siyuan/issues/7426) - -## 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]( "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 - -### 改进功能 - -* [改进标签、引用、嵌入、表情和斜杆提示交互](https://github.com/siyuan-note/siyuan/issues/7052) -* [通过 `Alt+M` 最小化后焦点回到先前的窗口](https://github.com/siyuan-note/siyuan/issues/7275) -* [去掉数据同步增量索引时的界面遮罩](https://github.com/siyuan-note/siyuan/issues/7278) -* [改进 `退出聚焦` 后的定位](https://github.com/siyuan-note/siyuan/issues/7280) -* [PDF 页签保存上次浏览位置](https://github.com/siyuan-note/siyuan/issues/7283) -* [降低检查网络连通性所需时间](https://github.com/siyuan-note/siyuan/issues/7287) -* [去掉 PDF 标注引用元素伪元素图标并调整颜色](https://github.com/siyuan-note/siyuan/issues/7293) -* [云端同步模式支持 `完全手动同步` 模式](https://github.com/siyuan-note/siyuan/issues/7295) -* [为新建日记添加笔记本图标](https://github.com/siyuan-note/siyuan/issues/7297) -* [文档树拖拽遵循排序规则](https://github.com/siyuan-note/siyuan/issues/7302) -* [页签和新窗口同步修改文档图标](https://github.com/siyuan-note/siyuan/issues/7313) - -### 开发重构 - -* [升级 Electron](https://github.com/siyuan-note/siyuan/issues/7286) - -### 移除功能 - -* [Android 端去掉保活用的通知栏](https://github.com/siyuan-note/siyuan/issues/7306) - -### 修复缺陷 - -* [查询嵌入块点击面包屑后不应该出现可编辑状态](https://github.com/siyuan-note/siyuan/issues/6200) -* [关系图点击标签节点报错](https://github.com/siyuan-note/siyuan/issues/7176) -* [非折叠块搜索跳转不应该聚焦](https://github.com/siyuan-note/siyuan/issues/7276) -* [未登录状态云端同步状态图标显示错误](https://github.com/siyuan-note/siyuan/issues/7277) -* [导入 Markdown 时解析报错](https://github.com/siyuan-note/siyuan/issues/7279) -* [代码块剪切后粘贴渲染不全](https://github.com/siyuan-note/siyuan/issues/7285) -* [在代码块中复制粘贴不应该携带 HTML](https://github.com/siyuan-note/siyuan/issues/7290) -* [设置启动时关闭所有页签后重启界面异常](https://github.com/siyuan-note/siyuan/issues/7298) -* [点击文末空白时导致全选](https://github.com/siyuan-note/siyuan/issues/7299) -* [数据同步后冲突文件未生成文件历史索引](https://github.com/siyuan-note/siyuan/issues/7303) -* [使用或移除命名查询后搜索方式的悬浮提示信息没有更新](https://github.com/siyuan-note/siyuan/issues/7307) -* [Android 端返回桌面后再次进入白屏](https://github.com/siyuan-note/siyuan/issues/7308) -* [Android 端返回桌面时自动同步请求连接泄露](https://github.com/siyuan-note/siyuan/issues/7309) -* [桌面端系统睡眠唤醒后内核可能会自动退出](https://github.com/siyuan-note/siyuan/issues/7314) - -## v2.7.3 / 2023-02-07 - -### 改进功能 - -* [支持笔记本设置独立的排序规则](https://github.com/siyuan-note/siyuan/issues/3623) -* [支持转移引用](https://github.com/siyuan-note/siyuan/issues/4025) -* [浮窗为文档块时支持动态加载](https://github.com/siyuan-note/siyuan/issues/4350) -* [`新建文档名模板` 改为 `新建文档存放位置` 并支持设置路径](https://github.com/siyuan-note/siyuan/issues/4494) -* [支持划选复制并标注 `文本 *` 引用](https://github.com/siyuan-note/siyuan/issues/6115) -* [使用鼠标跨屏选择块](https://github.com/siyuan-note/siyuan/issues/6814) -* [桌面端浮窗和引用菜单添加 `在新窗口打开` 按钮](https://github.com/siyuan-note/siyuan/issues/7198) -* [改进浏览器剪藏扩展处理带 `title` 的图片](https://github.com/siyuan-note/siyuan/issues/7223) -* [改进浏览器剪藏扩展拉取图片](https://github.com/siyuan-note/siyuan/issues/7224) -* [内核 API 校验 ID 格式](https://github.com/siyuan-note/siyuan/issues/7228) -* [改进字体颜色设置背景颜色](https://github.com/siyuan-note/siyuan/issues/7229) -* [支持插入 `.ms` 和一些国家域名后缀超链接](https://github.com/siyuan-note/siyuan/issues/7230) -* [IFrame 块、视频块、音频块、超链接和图片的输入选框支持拉伸](https://github.com/siyuan-note/siyuan/issues/7232) -* [行级备注内容仅保留文本内容](https://github.com/siyuan-note/siyuan/issues/7233) -* [表格删除行时不应该进行缩放](https://github.com/siyuan-note/siyuan/issues/7236) -* [改进复制以便其他应用识别并移除 `复制 HTML`](https://github.com/siyuan-note/siyuan/issues/7239) -* [改进块树数据索引稳定性](https://github.com/siyuan-note/siyuan/issues/7240) -* [Tesseract OCR 语言包支持通过环境变量设置](https://github.com/siyuan-note/siyuan/issues/7242) -* [改进数据同步算法](https://github.com/siyuan-note/siyuan/issues/7243) -* [数据快照对比右边为最新版本](https://github.com/siyuan-note/siyuan/issues/7244) -* [改进多设备同时同步数据的可靠性](https://github.com/siyuan-note/siyuan/issues/7245) -* [数据同步忽略最近文档存储](https://github.com/siyuan-note/siyuan/issues/7246) -* [搜索时隐藏编辑器块引候选列表](https://github.com/siyuan-note/siyuan/pull/7247) -* [避免图片等菜单、公式块等输入框、提示、行内元素菜单同时显示](https://github.com/siyuan-note/siyuan/issues/7253) -* [改进 `Alt+M` 激活窗口](https://github.com/siyuan-note/siyuan/issues/7258) -* [为页面 `html` 标签添加属性 lang、data-theme-mode、data-light-theme、data-dark-theme ](https://github.com/siyuan-note/siyuan/issues/7259) -* [不再自动从临时文件中恢复数据文件](https://github.com/siyuan-note/siyuan/issues/7260) -* [改进块引搜索的性能](https://github.com/siyuan-note/siyuan/issues/7262) -* [改进标题转换文档的性能](https://github.com/siyuan-note/siyuan/issues/7263) -* [Tesseract OCR 加锁串行执行提升稳定性](https://github.com/siyuan-note/siyuan/issues/7265) -* [降低重建索引内存占用](https://github.com/siyuan-note/siyuan/issues/7268) -* [后台任务按任务加入先后顺序去重执行](https://github.com/siyuan-note/siyuan/issues/7270) -* [浮窗中上下文和退出聚焦交互改进](https://github.com/siyuan-note/siyuan/issues/7272) -* [引用计数浮窗传递型折叠改进](https://github.com/siyuan-note/siyuan/issues/7273) - -### 修复缺陷 - -* [反链面板和浮窗的面包屑上 Ctrl+Click 跳转后没有退出聚焦的按钮](https://github.com/siyuan-note/siyuan/issues/7225) -* [移动文档后打开文档滚动触发动态加载后会关闭页签](https://github.com/siyuan-note/siyuan/issues/7231) -* [聚焦列表后反向缩进触发状态异常](https://github.com/siyuan-note/siyuan/issues/7234) -* [Android 端返回桌面白屏](https://github.com/siyuan-note/siyuan/issues/7235) -* [上传资源文件到云端图床统计重复](https://github.com/siyuan-note/siyuan/issues/7237) -* [重复执行 `重建索引` 导致内核崩溃](https://github.com/siyuan-note/siyuan/issues/7238) -* [取消超级块后撤销超级块外观相关设置丢失](https://github.com/siyuan-note/siyuan/issues/7250) -* [搜索处于折叠状态的块时未聚焦显示结果](https://github.com/siyuan-note/siyuan/issues/7252) -* [存在命名的块复制为引用时未转义命名文本](https://github.com/siyuan-note/siyuan/issues/7254) -* [笔记本间移动文档后块可读路径未跟随](https://github.com/siyuan-note/siyuan/issues/7271) - -## v2.7.2 / 2023-02-01 - -### 改进功能 - -* [改进订阅到期提醒短信内容](https://github.com/siyuan-note/siyuan/issues/7110) -* [调整外观配色](https://github.com/siyuan-note/siyuan/issues/7189) -* [嵌入块查询结果中显示块引用计数](https://github.com/siyuan-note/siyuan/issues/7191) -* [窗口变动后隐藏块标](https://github.com/siyuan-note/siyuan/issues/7195) -* [大纲字号不应该跟随字体设置](https://github.com/siyuan-note/siyuan/issues/7202) -* [浏览器端不使用内核伺服设备的剪贴板](https://github.com/siyuan-note/siyuan/issues/7206) -* [改进缩放后 PDF 复制标注中的截图](https://github.com/siyuan-note/siyuan/issues/7208) -* [终身订阅账号支持通过积分兑换扩容云端存储](https://github.com/siyuan-note/siyuan/issues/7210) -* [导出没有内容的引述块为模板时添加空段落块](https://github.com/siyuan-note/siyuan/issues/7211) -* [在 `关于` - `在浏览器上使用` 中提示用户固定端口 `6806`](https://github.com/siyuan-note/siyuan/issues/7212) -* [改进清理未引用资源](https://github.com/siyuan-note/siyuan/issues/7216) -* [改进从 IDE 中粘贴行内代码后的光标位置](https://github.com/siyuan-note/siyuan/issues/7220) - -### 修复缺陷 - -* [Android 端部分系统闪退](https://github.com/siyuan-note/siyuan/issues/7188) -* [选中图片状态下折叠回车再撤销触发状态异常](https://github.com/siyuan-note/siyuan/issues/7190) -* [嵌入块每查询一次多一个结果](https://github.com/siyuan-note/siyuan/issues/7196) -* [块引用后创建行内公式转为无效引用](https://github.com/siyuan-note/siyuan/issues/7200) -* [索引嵌入块内容可能会导致内核崩溃](https://github.com/siyuan-note/siyuan/issues/7213) -* [反链面板列表项层级折叠计算问题](https://github.com/siyuan-note/siyuan/issues/7214) -* [未找到 ID 为 xxx 的内容块](https://github.com/siyuan-note/siyuan/issues/7215) -* [网络请求时潜在的空指针问题](https://github.com/siyuan-note/siyuan/issues/7217) - -## v2.7.1 / 2023-01-28 - -### 改进功能 - -* [支持移动页签到新窗口](https://github.com/siyuan-note/siyuan/issues/2955) -* [PDF 按住 `Ctrl+D` 矩形标注,`Alt+D` 矩形标注并显示背景](https://github.com/siyuan-note/siyuan/issues/3318) -* [为浮窗四周添加大小拖拽功能](https://github.com/siyuan-note/siyuan/issues/3659) -* [Android 端支持通过 `siyuan://` 协议拉起](https://github.com/siyuan-note/siyuan/issues/3716) -* [为同步状态添加对应的图标](https://github.com/siyuan-note/siyuan/issues/7041) -* [标签联想改进](https://github.com/siyuan-note/siyuan/issues/7046) -* [导出图片支持保留原有折叠状态](https://github.com/siyuan-note/siyuan/issues/7093) -* [移动端不显示 `退出聚焦`](https://github.com/siyuan-note/siyuan/issues/7095) -* [嵌入块纳入引用计数和反链](https://github.com/siyuan-note/siyuan/issues/7096) -* [插入资源文件时文件名长度最大限制 189 字节](https://github.com/siyuan-note/siyuan/issues/7099) -* [改进设置行级元素字体颜色和块外观背景](https://github.com/siyuan-note/siyuan/issues/7102) -* [改进搜索预览结果定位](https://github.com/siyuan-note/siyuan/issues/7103) -* [Docker 镜像中加入环境变量 `RUN_IN_CONTAINER`](https://github.com/siyuan-note/siyuan/issues/7104) -* [移动端底部工具栏遮挡侧边栏问题](https://github.com/siyuan-note/siyuan/pull/7106) -* [改进图片 OCR 提取文本结果中的多余字符](https://github.com/siyuan-note/siyuan/issues/7109) -* [自动校验索引时排除非 id 格式的 .sy 文件](https://github.com/siyuan-note/siyuan/issues/7111) -* [嵌入块支持搜索](https://github.com/siyuan-note/siyuan/issues/7112) -* [改进内核任务调度机制提升稳定性](https://github.com/siyuan-note/siyuan/issues/7113) -* [数据同步后需要重新加载图片 OCR 提取结果](https://github.com/siyuan-note/siyuan/issues/7114) -* [前端用户界面引入后台任务列表](https://github.com/siyuan-note/siyuan/issues/7117) -* [移动端编辑后显示 `立即同步` 提示](https://github.com/siyuan-note/siyuan/issues/7121) -* [Android 端前后台切换时自动触发同步](https://github.com/siyuan-note/siyuan/issues/7122) -* [导入 Markdown 和 `.sy.zip` 时增量建立索引](https://github.com/siyuan-note/siyuan/issues/7123) -* [改进关闭笔记本体验](https://github.com/siyuan-note/siyuan/issues/7124) -* [自动校验索引时考虑大小写忽略表](https://github.com/siyuan-note/siyuan/issues/7125) -* [重命名资源文件不再需要等待数据写入](https://github.com/siyuan-note/siyuan/issues/7133) -* [双击图片浏览时简化文件名](https://github.com/siyuan-note/siyuan/issues/7134) -* [改进导入 Markdown 文件时解析 HTML 块](https://github.com/siyuan-note/siyuan/issues/7137) -* [引用时按下左右键取消引用](https://github.com/siyuan-note/siyuan/issues/7146) -* [iOS 端支持通过 `siyuan://` 协议拉起](https://github.com/siyuan-note/siyuan/issues/7151) -* [重建索引改为后台任务](https://github.com/siyuan-note/siyuan/issues/7153) -* [书签和标签重命名、删除不再需要等待数据写入](https://github.com/siyuan-note/siyuan/issues/7154) -* [数据同步前先判断网络连通性](https://github.com/siyuan-note/siyuan/issues/7156) -* [Tesseract OCR 使用用户安装的语言包](https://github.com/siyuan-note/siyuan/issues/7157) -* [使用 HTTPS 访问认证页面时无法建立 WebSocket 连接](https://github.com/siyuan-note/siyuan/pull/7161) -* [改进块树数据存取](https://github.com/siyuan-note/siyuan/issues/7168) -* [搜索时隐藏字体设置面板](https://github.com/siyuan-note/siyuan/issues/7174) -* [改进创建文档性能](https://github.com/siyuan-note/siyuan/issues/7175) -* [改进打开文档性能](https://github.com/siyuan-note/siyuan/issues/7177) -* [搜索界面的类型过滤设置界面的优化](https://github.com/siyuan-note/siyuan/issues/7180) -* [扩展页签拖拽范围](https://github.com/siyuan-note/siyuan/issues/7187) - -### 开发重构 - -* [改进 getSearch 函数实现](https://github.com/siyuan-note/siyuan/pull/7094) -* [升级 Electron](https://github.com/siyuan-note/siyuan/issues/7158) -* [重构定时任务实现](https://github.com/siyuan-note/siyuan/issues/7171) - -### 移除功能 - -* [移除桌面端左上角窗口标题栏应用图标](https://github.com/siyuan-note/siyuan/issues/7184) - -### 修复缺陷 - -* [PDF 文件名长短影响页签图标大小](https://github.com/siyuan-note/siyuan/issues/7100) -* [macOS 端 Tesseract OCR 安装后不识别](https://github.com/siyuan-note/siyuan/issues/7107) -* [包含列表时 Md2BlockDOM 不会进行转义](https://github.com/siyuan-note/siyuan/issues/7118) -* [图片 OCR 搜索结果后出现多余的 `span` 字符串](https://github.com/siyuan-note/siyuan/issues/7119) -* [响应较慢时连续点击工作空间菜单会重复](https://github.com/siyuan-note/siyuan/issues/7120) -* [嵌入块面板按钮显示不全](https://github.com/siyuan-note/siyuan/issues/7128) -* [数据同步时展开文档树操作可能导致数据丢失](https://github.com/siyuan-note/siyuan/issues/7129) -* [折叠标题移动到下方后触发状态异常并导致数据丢失](https://github.com/siyuan-note/siyuan/issues/7163) -* [闪卡预览的下一页可以一直点击](https://github.com/siyuan-note/siyuan/issues/7173) -* [打开两个相同文档后关闭其中一个时属性转义会被执行](https://github.com/siyuan-note/siyuan/issues/7178) - -## v2.7.0 / 2023-01-17 - -### 引入特性 - -* [分享文档到链滴](https://github.com/siyuan-note/siyuan/issues/2004) -* [桌面端支持搜索图片 OCR 文本](https://github.com/siyuan-note/siyuan/issues/3470) -* [支持链滴积分兑换扩容云端存储](https://github.com/siyuan-note/siyuan/issues/7055) - -### 改进功能 - -* [为桌面端窗口标题栏添加应用图标](https://github.com/siyuan-note/siyuan/pull/7032) -* [顶栏工作空间、外观模式和状态栏帮助菜单二次点击收回](https://github.com/siyuan-note/siyuan/issues/7036) -* [`Alt+N` 锁屏调整为全局快捷键](https://github.com/siyuan-note/siyuan/issues/7042) -* [初次启动选择工作空间后不再创建 `SiYuan` 这一层文件夹](https://github.com/siyuan-note/siyuan/issues/7044) -* [改进块聚焦和只读模式情况下的提示](https://github.com/siyuan-note/siyuan/issues/7047) -* [PDF 预览页面点击链接后应打开浏览器](https://github.com/siyuan-note/siyuan/issues/7054) -* [优化窗口最小时设置、模版和资源的界面](https://github.com/siyuan-note/siyuan/issues/7056) -* [桌面端快捷方式工作空间参数 `--workspace` 变更](https://github.com/siyuan-note/siyuan/issues/7070) -* [改进主界面菜单和功能入口布局](https://github.com/siyuan-note/siyuan/issues/7071) -* [无动态滚动时应保持编辑器滚动的流畅性](https://github.com/siyuan-note/siyuan/issues/7072) -* [支持多级菜单及菜单滚动](https://github.com/siyuan-note/siyuan/issues/7075) -* [标签右键增加操作菜单](https://github.com/siyuan-note/siyuan/issues/7078) -* [初次安装完浏览器剪藏扩展后提示刷新页面](https://github.com/siyuan-note/siyuan/issues/7079) -* [编辑器宽度改变后需保持光标位置在可视区域内](https://github.com/siyuan-note/siyuan/issues/7080) -* [支持通过 URL 查询字符串参数 `id` 和 `focus` 跳转到 Web 端指定块](https://github.com/siyuan-note/siyuan/pull/7086) -* [数据仓库迁出时忽略 `.tmp` 临时文件](https://github.com/siyuan-note/siyuan/issues/7087) -* [桌面端快捷方式支持 `--port` 启动参数](https://github.com/siyuan-note/siyuan/issues/7092) - -### 开发重构 - -* [改进 `getSearch` 函数实现](https://github.com/siyuan-note/siyuan/pull/7089) - -### 修复缺陷 - -* [反链面板 `链接` 子面板收起后 `提及` 子面板未显示内容](https://github.com/siyuan-note/siyuan/issues/7029) -* [桌面端删除当前工作空间后报错](https://github.com/siyuan-note/siyuan/issues/7035) -* [多开工作空间 `锁屏` 后访问鉴权失败](https://github.com/siyuan-note/siyuan/issues/7038) -* [文档标题输入时右键粘贴无效](https://github.com/siyuan-note/siyuan/issues/7045) -* [调用模板时模板名首字符乱码](https://github.com/siyuan-note/siyuan/issues/7049) -* [搜索高亮和虚拟引用不需要转义 Markdown 标记符](https://github.com/siyuan-note/siyuan/issues/7051) -* [多个桌面端快捷方式指定不同的 `--workspace` 参数后无法启动多个工作空间](https://github.com/siyuan-note/siyuan/issues/7059) -* [工作空间列表中出现多个相同的路径](https://github.com/siyuan-note/siyuan/issues/7061) -* [特定情况下块首删除会移除整个块](https://github.com/siyuan-note/siyuan/issues/7066) -* [三击后快速 `Alt+D` 可能导致块显示异常](https://github.com/siyuan-note/siyuan/issues/7068) -* [特殊情况下浮窗会消失](https://github.com/siyuan-note/siyuan/issues/7081) -* [按住 Ctrl 拖拽反链的块到文档中触发状态异常](https://github.com/siyuan-note/siyuan/issues/7088) - -## v2.6.3 / 2023-01-11 - -### 改进功能 - -* [PDF 画框复制标注带截图](https://github.com/siyuan-note/siyuan/issues/2952) -* [桌面端支持工作空间多开](https://github.com/siyuan-note/siyuan/issues/4567) -* [移动端支持切换工作空间](https://github.com/siyuan-note/siyuan/issues/4642) -* [反链面板默认展开](https://github.com/siyuan-note/siyuan/issues/6083) -* [搜索框和搜索页签布局分开保存](https://github.com/siyuan-note/siyuan/issues/6984) -* [`上传资源文件到图床` 每次都全量上传刷新 CDN](https://github.com/siyuan-note/siyuan/issues/6985) -* [Mermaid 时序图增加序号](https://github.com/siyuan-note/siyuan/pull/6992) -* [改进桌面端拉起内核](https://github.com/siyuan-note/siyuan/issues/6996) -* [拖拽 PDF 到页签上无法保存滚动位置](https://github.com/siyuan-note/siyuan/issues/7000) -* [桌面端内核进程根据 Electron 主进程判断是否自动退出](https://github.com/siyuan-note/siyuan/issues/7002) -* [改进界面缩放](https://github.com/siyuan-note/siyuan/issues/7003) -* [剪藏支持知乎链接卡片](https://github.com/siyuan-note/siyuan/issues/7011) -* [自动校验数据库索引](https://github.com/siyuan-note/siyuan/issues/7016) -* [桌面端工作空间切换从 设置 - 关于 中移动到顶栏](https://github.com/siyuan-note/siyuan/issues/7017) -* [改进重建索引](https://github.com/siyuan-note/siyuan/issues/7018) -* [改进 Edge 浏览器 `Web 选择` 复制](https://github.com/siyuan-note/siyuan/issues/7021) -* [升级 Mermaid 到 9.3.0](https://github.com/siyuan-note/siyuan/issues/7024) -* [统一块超链接点击和右键打开行为](https://github.com/siyuan-note/siyuan/issues/7026) -* [改进 `/模板` 搜索排序](https://github.com/siyuan-note/siyuan/issues/7027) -* [反链面板支持过滤关键字高亮](https://github.com/siyuan-note/siyuan/issues/7028) - -### 修复缺陷 - -* [搜索高亮超链接锚文本后预览窗口修改导致地址失效](https://github.com/siyuan-note/siyuan/issues/6982) -* [搜索指定路径参数解析异常](https://github.com/siyuan-note/siyuan/issues/6983) -* [localStorage 请求顺序异常导致图标无法加载](https://github.com/siyuan-note/siyuan/issues/6986) -* [图片元素解析错误触发状态异常](https://github.com/siyuan-note/siyuan/issues/6989) - -## v2.6.2 / 2023-01-03 - -### 改进功能 - -* [卡包浏览时移除闪卡后更新右侧编辑器](https://github.com/siyuan-note/siyuan/issues/6981) - -### 修复缺陷 - -* [图标全部消失](https://github.com/siyuan-note/siyuan/issues/6974) -* [点击编辑器 `...` 菜单不应该弹出订阅提示](https://github.com/siyuan-note/siyuan/issues/6976) -* [浏览卡包界面无法移除闪卡](https://github.com/siyuan-note/siyuan/issues/6977) -* [新建卡包没有持久化](https://github.com/siyuan-note/siyuan/issues/6980) - -## v2.6.1 / 2023-01-03 - -### 改进功能 - -* [支持英文拼写检查](https://github.com/siyuan-note/siyuan/issues/597) -* [PDF 侧边栏大小调整](https://github.com/siyuan-note/siyuan/issues/3005) -* [搜索结果高亮支持大部分行级元素](https://github.com/siyuan-note/siyuan/issues/6745) -* [改进闪卡复习交互](https://github.com/siyuan-note/siyuan/issues/6928) -* [折叠的标题块拖动后未显示折叠状态](https://github.com/siyuan-note/siyuan/issues/6930) -* [浮窗和公式图表编辑窗移动后自动钉住](https://github.com/siyuan-note/siyuan/issues/6934) -* [重复使用闪卡/日记快捷键优化](https://github.com/siyuan-note/siyuan/issues/6937) -* [设置窗口最小尺寸并对设置界面进行自适应](https://github.com/siyuan-note/siyuan/issues/6938) -* [文档标题粘贴后无法撤销](https://github.com/siyuan-note/siyuan/issues/6939) -* [支持超级块制作闪卡](https://github.com/siyuan-note/siyuan/issues/6941) -* [支持浏览卡包内的闪卡](https://github.com/siyuan-note/siyuan/issues/6943) -* [新版本更新安装提示 15s 后自动消失](https://github.com/siyuan-note/siyuan/issues/6944) -* [改进数据同步算法](https://github.com/siyuan-note/siyuan/issues/6945) -* [为闪卡中的块添加块标](https://github.com/siyuan-note/siyuan/issues/6947) -* [避免启动时重复全量重建索引](https://github.com/siyuan-note/siyuan/issues/6950) -* [闪卡复习中有背景色的高亮答案不应该显示](https://github.com/siyuan-note/siyuan/issues/6954) -* [不再覆写浏览器 localStorage 存取数据](https://github.com/siyuan-note/siyuan/issues/6956) -* [卡包预览中继续制卡需关闭原有制卡窗口](https://github.com/siyuan-note/siyuan/issues/6957) -* [改进搜索指定路径后不指定关键字的行为](https://github.com/siyuan-note/siyuan/issues/6959) -* [改进导出 Data 压缩包过程](https://github.com/siyuan-note/siyuan/issues/6961) -* [改进数据同步网络请求重试](https://github.com/siyuan-note/siyuan/issues/6963) -* [localStorage 不再支持数据同步](https://github.com/siyuan-note/siyuan/issues/6964) -* [localStorage 支持在多界面实例间同步](https://github.com/siyuan-note/siyuan/issues/6965) -* [`最近使用过的字体` 鼠标悬浮提示背景色/字体颜色](https://github.com/siyuan-note/siyuan/issues/6972) - -### 修复缺陷 - -* [移动端点击闪卡右侧栏没有隐藏](https://github.com/siyuan-note/siyuan/issues/6935) -* [默认闪卡包移除后卡住](https://github.com/siyuan-note/siyuan/issues/6946) -* [数据同步报错 `400 Bad Request openresty/1.17.8.2`](https://github.com/siyuan-note/siyuan/issues/6948) -* [复习闪卡编辑器弹出的输入框中无法输入"s","a", "h", "g", "e"](https://github.com/siyuan-note/siyuan/issues/6949) -* [合并单元格导出图片异常](https://github.com/siyuan-note/siyuan/issues/6951) -* [空标题中输入 ``` 回车后异常](https://github.com/siyuan-note/siyuan/issues/6953) -* [引用嵌套容器块触发状态异常](https://github.com/siyuan-note/siyuan/issues/6967) - -## v2.6.0 / 2022-12-27 - -### 引入特性 - -* [支持间隔复习](https://github.com/siyuan-note/siyuan/issues/6710) - -### 改进功能 - -* [改进块引计数浮窗显示逻辑](https://github.com/siyuan-note/siyuan/issues/6853) -* [新建表格时移除表头 col1 col2 col3](https://github.com/siyuan-note/siyuan/issues/6864) -* [PDF 页签移动后阅读位置保留](https://github.com/siyuan-note/siyuan/issues/6890) -* [改进数据同步算法](https://github.com/siyuan-note/siyuan/issues/6898) -* [数据快照对比加入时间标识](https://github.com/siyuan-note/siyuan/issues/6899) -* [为搜索添加 `移除命名查询` 功能](https://github.com/siyuan-note/siyuan/issues/6901) -* [按文档分组搜索结果时文档 title 属性丢失](https://github.com/siyuan-note/siyuan/pull/6904) -* [导出 Markdown 文件日期元数据字段变更](https://github.com/siyuan-note/siyuan/issues/6905) -* [编辑器过窄时引用数被滚动条遮挡](https://github.com/siyuan-note/siyuan/issues/6914) -* [官方数据同步使用加速域名](https://github.com/siyuan-note/siyuan/issues/6915) -* [ECharts 图表块支持 loose-json](https://github.com/siyuan-note/siyuan/pull/6917) -* [命名查询不再持久化布局](https://github.com/siyuan-note/siyuan/issues/6919) -* [iOS 端题头图删除按钮不易被点中](https://github.com/siyuan-note/siyuan/issues/6926) - -### 修复缺陷 - -* [不存在 `云端标记的快照` 时界面一直转圈](https://github.com/siyuan-note/siyuan/issues/6896) -* [搜索界面报错](https://github.com/siyuan-note/siyuan/issues/6902) -* [数据同步报错 `file exists`](https://github.com/siyuan-note/siyuan/issues/6906) -* [导入 Markdown 时转换 Base64 图片失效](https://github.com/siyuan-note/siyuan/issues/6909) -* [搜索内容编辑后面包屑不可见](https://github.com/siyuan-note/siyuan/issues/6916) -* [Windows 端设置开机启动失效](https://github.com/siyuan-note/siyuan/issues/6920) -* [设置块引静态锚文本转义问题](https://github.com/siyuan-note/siyuan/issues/6924) -* [文档导出为图片时图片地址不正确](https://github.com/siyuan-note/siyuan/issues/6925) - -## v2.5.5 / 2022-12-20 - -### 改进功能 - -* [搜索上下及左右布局可进行大小调整](https://github.com/siyuan-note/siyuan/issues/6762) -* [屏蔽列表项拖拽到列表项第一个块上方和列表前一个块的下方](https://github.com/siyuan-note/siyuan/issues/6843) -* [支持数据快照对比](https://github.com/siyuan-note/siyuan/issues/6858) -* [导出 Markdown zip 包内不带文件夹](https://github.com/siyuan-note/siyuan/issues/6869) -* [显示本地数据快照文件类型计数](https://github.com/siyuan-note/siyuan/issues/6870) -* [改进数据快照加载性能](https://github.com/siyuan-note/siyuan/issues/6872) -* [桌面端检查磁盘可用空间](https://github.com/siyuan-note/siyuan/issues/6873) -* [导出 Markdown 文件时开头附上一些元数据](https://github.com/siyuan-note/siyuan/issues/6880) -* [支持去掉 PDF 导出页脚处 `由思源笔记导出`](https://github.com/siyuan-note/siyuan/issues/6881) -* [改进部分繁体中文为习惯性用语](https://github.com/siyuan-note/siyuan/pull/6882) -* [托盘菜单支持多语言](https://github.com/siyuan-note/siyuan/issues/6883) -* [改进桌面端拉起内核](https://github.com/siyuan-note/siyuan/issues/6894) - -### 修复缺陷 - -* [复制超链接嵌套行级代码丢失链接地址](https://github.com/siyuan-note/siyuan/issues/6868) -* [HTML 块渲染可能触发状态异常](https://github.com/siyuan-note/siyuan/issues/6884) -* [数据同步报错 `file exists`](https://github.com/siyuan-note/siyuan/issues/6888) -* [建立索引时无法解析 `v2.2.0-` 版本的块引用](https://github.com/siyuan-note/siyuan/issues/6889) - -## v2.5.4 / 2022-12-13 - -### 改进功能 - -* [支持合并子文档导出 Word/PDF](https://github.com/siyuan-note/siyuan/issues/3219) -* [支持列出和切换最近打开的文档](https://github.com/siyuan-note/siyuan/issues/3293) -* [嵌入块复制为图片的范围不应局限于屏幕显示范围](https://github.com/siyuan-note/siyuan/issues/4503) -* [`块引新建文档存放位置` 支持模板变量](https://github.com/siyuan-note/siyuan/issues/4693) -* [代码块输入光标错误](https://github.com/siyuan-note/siyuan/issues/4710) -* [Windows 端支持 Ctrl+Tab 不松开 Ctrl 后使用方向键选择切换](https://github.com/siyuan-note/siyuan/issues/5400) -* [大纲、书签和标签面板支持键盘操作](https://github.com/siyuan-note/siyuan/issues/5549) -* [`Ctrl+F3` 遵循笔记本设置中的 `块引新建文档存放位置`](https://github.com/siyuan-note/siyuan/issues/6420) -* [字号设置过大时导出图片优化](https://github.com/siyuan-note/siyuan/issues/6795) -* [改进行级代码位于软换行后的编辑](https://github.com/siyuan-note/siyuan/issues/6796) -* [导出 PDF 和 Word 时不带文件夹](https://github.com/siyuan-note/siyuan/issues/6797) -* [Ctrl+K 后如锚文本为空则将链接缩略后填入锚文本中](https://github.com/siyuan-note/siyuan/issues/6798) -* [`优化排版` 支持行级元素加粗、斜体等](https://github.com/siyuan-note/siyuan/issues/6800) -* [`Ctrl+Shift+↑/↓` 子项可移动到上下无子项的列表中](https://github.com/siyuan-note/siyuan/issues/6802) -* [改进桌面端初始化时使用的外观语言](https://github.com/siyuan-note/siyuan/issues/6803) -* [导出 Data 不带 data 父文件夹](https://github.com/siyuan-note/siyuan/issues/6805) -* [统一块剪切粘贴逻辑为生成新块](https://github.com/siyuan-note/siyuan/issues/6807) -* [浏览器端和移动端导出 Data 去掉 `data-` 前缀](https://github.com/siyuan-note/siyuan/issues/6808) -* [导出 PDF 时根据所选页面大小对带行号的代码块宽度进行设定](https://github.com/siyuan-note/siyuan/issues/6809) -* [自定义表情图片对齐](https://github.com/siyuan-note/siyuan/issues/6810) -* [增加工作空间内核伺服锁](https://github.com/siyuan-note/siyuan/issues/6811) -* [桌面端启动获取内核端口失败弹窗提示](https://github.com/siyuan-note/siyuan/issues/6812) -* [改进标签重命名](https://github.com/siyuan-note/siyuan/issues/6816) -* [开启 `始终定位打开的文档` 后再次选中文档页签时不再定位](https://github.com/siyuan-note/siyuan/pull/6820) -* [访问授权页支持暗黑模式](https://github.com/siyuan-note/siyuan/issues/6821) -* [访问授权页忘记授权码提示文案](https://github.com/siyuan-note/siyuan/issues/6822) -* [`Ctrl+Tab` 切换到的页签标题显示在可视区域内](https://github.com/siyuan-note/siyuan/issues/6823) -* [访问授权页支持多语言](https://github.com/siyuan-note/siyuan/issues/6824) -* [Android Pad 端旋转屏幕后不重新载入](https://github.com/siyuan-note/siyuan/issues/6825) -* [搜索支持按相关度排序](https://github.com/siyuan-note/siyuan/issues/6827) -* [`Ctrl+F` 覆盖命名查询中的指定路径](https://github.com/siyuan-note/siyuan/issues/6828) -* [Windows/macOS 桌面端支持开机启动](https://github.com/siyuan-note/siyuan/issues/6833) -* [改进移动端只读模式图标](https://github.com/siyuan-note/siyuan/issues/6835) -* [`/模版` 和 `/资源` 提供上一个下一个按钮](https://github.com/siyuan-note/siyuan/issues/6838) -* [标记快捷键修改为 `Alt+E`](https://github.com/siyuan-note/siyuan/issues/6841) -* [PDF 导出页脚处添加 `由思源笔记导出`](https://github.com/siyuan-note/siyuan/issues/6849) -* [重复剪藏相同的页面后创建的文档不跟随机数](https://github.com/siyuan-note/siyuan/issues/6851) -* [`F3` 划选文本不重复创建子文档引用](https://github.com/siyuan-note/siyuan/issues/6854) -* [改进命名查询持久化](https://github.com/siyuan-note/siyuan/issues/6856) -* [Windows 端支持窗口置顶](https://github.com/siyuan-note/siyuan/issues/6860) -* [改进系统托盘单击交互](https://github.com/siyuan-note/siyuan/issues/6861) - -### 开发重构 - -* [升级 Electron](https://github.com/siyuan-note/siyuan/issues/6793) -* [重构 Android 端启动](https://github.com/siyuan-note/siyuan/issues/6815) -* [移除旧的行级元素相关实现代码](https://github.com/siyuan-note/siyuan/issues/6819) - -### 修复缺陷 - -* [带有字体样式的公式复制之后内容不正确](https://github.com/siyuan-note/siyuan/issues/6799) -* [从左到右图标错误](https://github.com/siyuan-note/siyuan/issues/6806) -* [切换主题导致页签空白](https://github.com/siyuan-note/siyuan/issues/6817) -* [外观模式 `跟随系统` 时切换主题未刷新](https://github.com/siyuan-note/siyuan/issues/6818) -* [启用的 CSS 片段删除后未从 `` 中移除](https://github.com/siyuan-note/siyuan/issues/6826) -* [列表项剪切撤销触发状态异常](https://github.com/siyuan-note/siyuan/issues/6829) -* [导入空内容 Markdown 文件时报错](https://github.com/siyuan-note/siyuan/issues/6832) -* [导入 Markdown 文件解析任务列表异常](https://github.com/siyuan-note/siyuan/issues/6842) -* [导出 PDF 时表格中存在 SVG 图片出现滚动条](https://github.com/siyuan-note/siyuan/issues/6855) -* [PDF 导出公式被截断](https://github.com/siyuan-note/siyuan/issues/6859) -* [集市包下载进度没有展现](https://github.com/siyuan-note/siyuan/issues/6862) - -## v2.5.3 / 2022-12-06 - -### 改进功能 - -* [搜索支持命名查询](https://github.com/siyuan-note/siyuan/issues/6589) -* [Ctrl+F 和 Ctrl+P 不再共用指定路径](https://github.com/siyuan-note/siyuan/issues/6739) -* [分组后的搜索结果支持一键展开/折叠](https://github.com/siyuan-note/siyuan/issues/6740) -* [搜索 `指定路径` 支持多选](https://github.com/siyuan-note/siyuan/issues/6743) -* [搜索界面支持左右布局](https://github.com/siyuan-note/siyuan/issues/6744) -* [更新搜索替换图标](https://github.com/siyuan-note/siyuan/issues/6746) -* [搜索转换为 `固定搜索` 时向右分屏](https://github.com/siyuan-note/siyuan/issues/6747) -* [搜索设置固定显示](https://github.com/siyuan-note/siyuan/issues/6748) -* [搜索结果按文档分组时支持按块在文档中的先后排序](https://github.com/siyuan-note/siyuan/issues/6749) -* [iPad 端文本菜单有时不会显示](https://github.com/siyuan-note/siyuan/issues/6752) -* [链接取消后导致 `Ctrl+K` 无法识别出链接](https://github.com/siyuan-note/siyuan/issues/6753) -* [优化本地标记快照交互](https://github.com/siyuan-note/siyuan/issues/6754) -* [构建 Docker linux/arm64/v8 镜像](https://github.com/siyuan-note/siyuan/issues/6755) -* [iOS 端支持打开 `zotero://`](https://github.com/siyuan-note/siyuan/issues/6757) -* [新增百度网盘下载渠道](https://github.com/siyuan-note/siyuan/issues/6758) -* [搜索类型选项加入确定按钮](https://github.com/siyuan-note/siyuan/issues/6759) -* [优化窗口大小调整时上下面板的布局](https://github.com/siyuan-note/siyuan/issues/6761) -* [自动下载更新包时在状态栏显示下载进度](https://github.com/siyuan-note/siyuan/issues/6763) -* [HTML 块自动使用 `
` 包裹](https://github.com/siyuan-note/siyuan/issues/6764) -* [优化选择过多后的移动界面](https://github.com/siyuan-note/siyuan/issues/6765) -* [搜索支持排序](https://github.com/siyuan-note/siyuan/issues/6766) -* [导出 Markdown 时引用的超级块转脚注移除超级块标记符](https://github.com/siyuan-note/siyuan/issues/6777) -* [S3/WebDAV 设置界面中隐藏密钥/密码](https://github.com/siyuan-note/siyuan/issues/6779) -* [S3/WebDAV 数据同步支持设置超时时间](https://github.com/siyuan-note/siyuan/issues/6781) -* [改进数据仓库 `通过密码生成密钥`](https://github.com/siyuan-note/siyuan/issues/6782) -* [弹窗或关闭窗口应关闭无关的菜单](https://github.com/siyuan-note/siyuan/issues/6783) -* [设置代理切换时不再需要重启](https://github.com/siyuan-note/siyuan/issues/6787) -* [调整网络请求超时为 30s](https://github.com/siyuan-note/siyuan/issues/6791) - -### 修复缺陷 - -* [删除未引用资源后已删除的资源仍能搜索到](https://github.com/siyuan-note/siyuan/issues/6737) -* [使用第三方主题时默认配色失效问题](https://github.com/siyuan-note/siyuan/pull/6741) -* [反链面板 `Alt+[` 无法新建文档](https://github.com/siyuan-note/siyuan/issues/6760) -* [Ctrl+F 时 `包含子文档` 失效](https://github.com/siyuan-note/siyuan/issues/6769) -* [`复制 HTML` 无法复制非文本行级元素](https://github.com/siyuan-note/siyuan/issues/6776) -* [向后删除遇到行级公式会删除公式](https://github.com/siyuan-note/siyuan/issues/6786) -* [搜索结果命中代码块后定位异常](https://github.com/siyuan-note/siyuan/issues/6790) - -## v2.5.2 / 2022-11-28 - -### 改进功能 - -* [搜索支持按文档分组展现搜索结果](https://github.com/siyuan-note/siyuan/issues/4772) -* [搜索页签支持过滤条件](https://github.com/siyuan-note/siyuan/issues/6639) -* [搜索 `指定路径` 支持按文档树选择](https://github.com/siyuan-note/siyuan/issues/6640) -* [块 `移动` 框支持可按文档树选择](https://github.com/siyuan-note/siyuan/issues/6641) -* [拖拽移动块支持 `重复`](https://github.com/siyuan-note/siyuan/issues/6665) -* [光标位于列表项末尾的行内公式后时回车表现异常](https://github.com/siyuan-note/siyuan/issues/6679) -* [设置代理切换时不再需要重启](https://github.com/siyuan-note/siyuan/issues/6680) -* [桌面端系统休眠唤醒后判断网络连通性后再执行数据同步](https://github.com/siyuan-note/siyuan/issues/6687) -* [导入 Markdown 时支持图片路径包含空格](https://github.com/siyuan-note/siyuan/issues/6688) -* [支持快捷键切换只读模式 `Ctrl+Shift+G`/`⇧⌘G`](https://github.com/siyuan-note/siyuan/issues/6693) -* [`虚拟引用关键字排除列表` 支持正则表达式](https://github.com/siyuan-note/siyuan/issues/6696) -* [改进 S3/WebDAV 同步设置时参数校验](https://github.com/siyuan-note/siyuan/issues/6705) -* [GA 统计不发送浏览数据](https://github.com/siyuan-note/siyuan/issues/6707) -* [插入资源文件时去除 `[`、`(` 等符号](https://github.com/siyuan-note/siyuan/issues/6708) -* [Android 端只读模式下长按支持复制](https://github.com/siyuan-note/siyuan/issues/6709) -* [API `/api/block/*` 支持插入或更新带有块级 IAL 的空段落块](https://github.com/siyuan-note/siyuan/issues/6713) -* [改进某些网络环境下无法启动](https://github.com/siyuan-note/siyuan/issues/6716) -* [启动时不再缓存笔记本根一级文档树](https://github.com/siyuan-note/siyuan/issues/6717) -* [改进文档树展开性能](https://github.com/siyuan-note/siyuan/issues/6718) -* [折叠列表项转换为文档时自动展开子块](https://github.com/siyuan-note/siyuan/issues/6719) -* [改进反链面板加载性能](https://github.com/siyuan-note/siyuan/issues/6724) -* [全局搜索和搜索页签统一界面呈现](https://github.com/siyuan-note/siyuan/issues/6726) -* [快捷键切换页签时为初始化的文档无图标](https://github.com/siyuan-note/siyuan/issues/6728) -* [页签过多时页签切换界面优化](https://github.com/siyuan-note/siyuan/issues/6730) -* [改进搜索方式选项](https://github.com/siyuan-note/siyuan/issues/6731) -* [当前块被选中后右键优化为弹出块菜单](https://github.com/siyuan-note/siyuan/issues/6733) -* [带鱼屏边距比例调整](https://github.com/siyuan-note/siyuan/issues/6734) -* [改进图标最右侧区域点击范围](https://github.com/siyuan-note/siyuan/issues/6735) - -### 开发重构 - -* [升级 highlight.js 至 11.7 并添加 panda-syntax-light 主题](https://github.com/siyuan-note/siyuan/issues/6692) - -### 修复缺陷 - -* [文档标题以空格结尾时导出 HTML 报错](https://github.com/siyuan-note/siyuan/issues/6686) -* [超级块下方块被作为嵌入块时设置显示面包屑后不渲染](https://github.com/siyuan-note/siyuan/issues/6690) -* [S3/WebDAV 数据同步无法使用代理](https://github.com/siyuan-note/siyuan/issues/6695) -* [收集箱渲染自定义协议超链接问题](https://github.com/siyuan-note/siyuan/issues/6698) -* [从其他软件复制图片后无法解析粘贴](https://github.com/siyuan-note/siyuan/issues/6703) -* [只读模式块标复制内容错误](https://github.com/siyuan-note/siyuan/issues/6704) -* [在空的代码块中使用快捷键 `Ctrl + A` 选择并删除后出现异常](https://github.com/siyuan-note/siyuan/issues/6706) -* [数据库 `markdown` 字段与 API `getBlockKramdown` 中行级元素 IAL 前存在零宽空格](https://github.com/siyuan-note/siyuan/issues/6712) -* [使用 API 插入行级元素嵌套 HTML 实体时丢失实体内容](https://github.com/siyuan-note/siyuan/issues/6714) -* [快捷键新建行内元素粘贴后行内元素消失](https://github.com/siyuan-note/siyuan/issues/6720) -* [查找替换中使用正则表达式后替换不正确](https://github.com/siyuan-note/siyuan/issues/6722) -* [使用 API `/api/block/updateBlock` 更新时 IAL 设置错误](https://github.com/siyuan-note/siyuan/issues/6725) -* [Ctrl+Tab 后 Ctrl+Shift+Tab 后切换页签错误](https://github.com/siyuan-note/siyuan/issues/6729) - -## v2.5.1 / 2022-11-22 - -### 改进功能 - -* [PDF 中按下 `h` 为手型工具 `s` 为文本工具](https://github.com/siyuan-note/siyuan/issues/3559) -* [反链面板支持关键字过滤](https://github.com/siyuan-note/siyuan/issues/6178) -* [优化文档标题不支持 `/` 提示信息位置](https://github.com/siyuan-note/siyuan/issues/6516) -* [浏览器端支持外观模式 `跟随系统`](https://github.com/siyuan-note/siyuan/issues/6590) -* [改进导出长图](https://github.com/siyuan-note/siyuan/issues/6593) -* [改进虚拟引用和反链提及搜索匹配](https://github.com/siyuan-note/siyuan/issues/6600) -* [移动端支持外观模式 `跟随系统`](https://github.com/siyuan-note/siyuan/issues/6601) -* [虚拟引用关键字缓存调整为 10 分钟](https://github.com/siyuan-note/siyuan/issues/6602) -* [在 设置 - 搜索 中分别增加虚拟引用和反链提及 `关键字数量限制`](https://github.com/siyuan-note/siyuan/issues/6603) -* [S3/WebDAV 数据同步支持设置跳过 HTTPS 证书验证](https://github.com/siyuan-note/siyuan/issues/6609) -* [S3/WebDAV 数据同步单个请求默认超时 30s](https://github.com/siyuan-note/siyuan/issues/6610) -* [`Shift+↑/↓` 被取消的块应在可视区域](https://github.com/siyuan-note/siyuan/issues/6613) -* [改进导出时引用嵌套锚文本的渲染](https://github.com/siyuan-note/siyuan/issues/6614) -* [加一个用户指南入口按钮在顶栏 `设置` 按钮右侧](https://github.com/siyuan-note/siyuan/issues/6616) -* [改进 S3 上传标记快照性能](https://github.com/siyuan-note/siyuan/issues/6617) -* [导出 PDF 时过长的表格显示不全](https://github.com/siyuan-note/siyuan/issues/6618) -* [调整边距后代码块行号错位](https://github.com/siyuan-note/siyuan/issues/6619) -* [在右侧打开已存在但未初始化的文档时会重复打开该文档](https://github.com/siyuan-note/siyuan/issues/6621) -* [升级五线谱 abcjs 到 6.1.7](https://github.com/siyuan-note/siyuan/issues/6625) -* [同步时忽略 .git 文件夹清理空目录](https://github.com/siyuan-note/siyuan/issues/6626) -* [移动端右侧菜单滚动时会触发菜单功能](https://github.com/siyuan-note/siyuan/issues/6628) -* [改进粘贴 HTML 时 `` 标签的解析处理](https://github.com/siyuan-note/siyuan/issues/6632) -* [减少嵌入块抖动](https://github.com/siyuan-note/siyuan/issues/6635) -* [支持插入 `.sh` 域名超链接](https://github.com/siyuan-note/siyuan/issues/6644) -* [iPad 端中 PDF 无法正常显示](https://github.com/siyuan-note/siyuan/issues/6646) -* [块从页签拖入悬浮窗后自动更新页签](https://github.com/siyuan-note/siyuan/issues/6647) -* [图片缩放受限第一个块的长度](https://github.com/siyuan-note/siyuan/issues/6649) -* [自定义表情右键添加复制选项](https://github.com/siyuan-note/siyuan/issues/6653) -* [改进搜索性能](https://github.com/siyuan-note/siyuan/issues/6655) -* [设置 - 账号中不再显示订阅价格](https://github.com/siyuan-note/siyuan/issues/6669) -* [使用 API `/api/block/getBlockKramdown` 查询时返回 IAL](https://github.com/siyuan-note/siyuan/issues/6670) -* [导入 Markdown 时将 Base64 编码的图片转换为文件](https://github.com/siyuan-note/siyuan/issues/6671) -* [移动折叠标题后自动展开](https://github.com/siyuan-note/siyuan/issues/6673) -* [`复制纯文本` 时移除所有零宽空格](https://github.com/siyuan-note/siyuan/issues/6674) -* [改进书签和标签面板加载速度](https://github.com/siyuan-note/siyuan/issues/6677) - -### 文档相关 - -* [增加 设置 - 搜索 - 搜索结果显示数 影响说明](https://github.com/siyuan-note/siyuan/issues/6608) -* [更新 CI/CD 发布变更中的链接地址](https://github.com/siyuan-note/siyuan/pull/6633) - -### 开发重构 - -* [升级 Electron](https://github.com/siyuan-note/siyuan/issues/6584) -* [移除不再使用的创建反链接口](https://github.com/siyuan-note/siyuan/issues/6662) - -### 修复缺陷 - -* [编辑器滚动条无法拖拽](https://github.com/siyuan-note/siyuan/issues/6588) -* [文档标题快速输入中文光标位置异常](https://github.com/siyuan-note/siyuan/issues/6594) -* [S3 本地标记快照上传报错](https://github.com/siyuan-note/siyuan/issues/6604) -* [S3/WebDAV 本地标记快照上传未增量上传文件对象](https://github.com/siyuan-note/siyuan/issues/6606) -* [导入 `.sy.zip` 后丢失自定义排序](https://github.com/siyuan-note/siyuan/issues/6611) -* [S3 无法删除云端标记快照](https://github.com/siyuan-note/siyuan/issues/6620) -* [新建文档没有建立在当前页签的同级](https://github.com/siyuan-note/siyuan/issues/6622) -* [表格内设置字体格式报错](https://github.com/siyuan-note/siyuan/issues/6627) -* [macOS、Linux 和移动端移动父文档排序时报错](https://github.com/siyuan-note/siyuan/issues/6634) -* [数据库层缓存失效](https://github.com/siyuan-note/siyuan/issues/6637) -* [全局搜索结果路径展现转义问题](https://github.com/siyuan-note/siyuan/issues/6642) -* [数学公式染色后无法保存](https://github.com/siyuan-note/siyuan/issues/6643) -* [导出 ECharts 图表块时被转义的符号未恢复](https://github.com/siyuan-note/siyuan/issues/6645) -* [折叠标题移动后再撤销导致内容丢失和触发状态异常](https://github.com/siyuan-note/siyuan/issues/6648) -* [剪藏时列表下方块缩进不正确](https://github.com/siyuan-note/siyuan/issues/6650) -* [WebDAV 删除云端标记快照报错](https://github.com/siyuan-note/siyuan/issues/6651) -* [含有自定义表情的段落剪切后表情丢失](https://github.com/siyuan-note/siyuan/issues/6652) -* [特定情况下主题切换无效](https://github.com/siyuan-note/siyuan/issues/6656) -* [包含 `\"` 的行级公式解析问题](https://github.com/siyuan-note/siyuan/issues/6661) -* [搜索设置忽略大小写时结果统计不正确](https://github.com/siyuan-note/siyuan/issues/6664) -* [使用居中快捷键导致图片上有空行](https://github.com/siyuan-note/siyuan/issues/6666) -* [更新任意文档图标后大纲都会更新](https://github.com/siyuan-note/siyuan/issues/6668) -* [超级块中包含标题块时下方块面包屑计算不正确](https://github.com/siyuan-note/siyuan/issues/6675) - -## v2.5.0 / 2022-11-15 - -### 引入特性 - -* [导出为长图](https://github.com/siyuan-note/siyuan/issues/2919) -* [数据同步和备份支持接入第三方 S3 协议对象存储服务](https://github.com/siyuan-note/siyuan/issues/6426) -* [数据同步和备份支持接入第三方 WebDAV 服务](https://github.com/siyuan-note/siyuan/issues/6446) - -### 改进功能 - -* [编辑器右侧加入滚动到顶部和底部按钮](https://github.com/siyuan-note/siyuan/issues/6536) -* [插入资源文件时不再去除 `[`、`(` 等符号](https://github.com/siyuan-note/siyuan/issues/6542) -* [桌面端退出拉起更新安装时有时需要重启两次](https://github.com/siyuan-note/siyuan/issues/6544) -* [`网络图片转换为本地图片` 支持处理 `file://` 本地路径图片](https://github.com/siyuan-note/siyuan/issues/6546) -* [文档块转换为标题块时将文档标签移动到标题块下方](https://github.com/siyuan-note/siyuan/issues/6550) -* [只读模式下不应该能够剪切](https://github.com/siyuan-note/siyuan/issues/6553) -* [WebDAV 数据同步跳过 HTTPS 证书校验](https://github.com/siyuan-note/siyuan/issues/6556) -* [S3 云端存储支持设置使用路径风格寻址](https://github.com/siyuan-note/siyuan/issues/6559) -* [超宽屏幕优化](https://github.com/siyuan-note/siyuan/issues/6564) -* [当有其他软件带有划选弹出功能时浮动工具栏消失](https://github.com/siyuan-note/siyuan/issues/6573) -* [改进数据量较大时的启动速度](https://github.com/siyuan-note/siyuan/issues/6574) - -### 开发重构 - -* [改进更新集市包的发布流程](https://github.com/siyuan-note/siyuan/issues/6579) - -### 修复缺陷 - -* [清除样式导致误删文本](https://github.com/siyuan-note/siyuan/issues/6540) -* [无法删除云端标记快照](https://github.com/siyuan-note/siyuan/issues/6549) -* [标题块无法转换为被选中文档的子文档](https://github.com/siyuan-note/siyuan/issues/6552) -* [只读模式下列表前的箭头无法折叠](https://github.com/siyuan-note/siyuan/issues/6554) -* [反向链接面板复制问题](https://github.com/siyuan-note/siyuan/issues/6555) -* [只读模式下多项折叠会导致数据类型错误](https://github.com/siyuan-note/siyuan/issues/6557) -* [图片居中顶部有空行](https://github.com/siyuan-note/siyuan/issues/6561) -* [PDF 页签中查看属性报错](https://github.com/siyuan-note/siyuan/issues/6562) -* [PDF 页签中点击搜索再点击其他地方报错](https://github.com/siyuan-note/siyuan/issues/6563) -* [`F2` 重命名文档后编辑器内未跟随改变](https://github.com/siyuan-note/siyuan/issues/6565) -* [`[[` 引用动态锚文本长度限制无效](https://github.com/siyuan-note/siyuan/issues/6566) -* [选中备注及其后文本无法将其后文本设置为备注](https://github.com/siyuan-note/siyuan/issues/6569) -* [禁止文档历史内容可编辑](https://github.com/siyuan-note/siyuan/issues/6580) -* [对没有渲染的文档进行重命名、移除、关闭,页签没有对应的变化](https://github.com/siyuan-note/siyuan/issues/6581) -* [复制单个块时无法复制属性](https://github.com/siyuan-note/siyuan/issues/6585) - -## v2.4.12 / 2022-11-10 - -### 改进功能 - -* [光标位于段落块首的图片前时无法显示](https://github.com/siyuan-note/siyuan/issues/6136) -* [为块重复添加快捷键 `Ctrl+D` 删除线快捷键修改为 `Ctrl+Shift+S`](https://github.com/siyuan-note/siyuan/issues/6477) -* [快捷键新建行内元素后光标消失](https://github.com/siyuan-note/siyuan/issues/6481) -* [行级清除样式不再清除备注、链接、标签、公式、PDF 标注和引用](https://github.com/siyuan-note/siyuan/issues/6501) -* [为字体添加恢复默认功能](https://github.com/siyuan-note/siyuan/issues/6502) -* [改进 WebDAV 数据同步创建目录实现](https://github.com/siyuan-note/siyuan/issues/6525) -* [数据同步接入 S3 协议兼容的对象存储服务](https://github.com/siyuan-note/siyuan/issues/6528) -* [行级代码、标签和键盘元素在块首时光标无法移动到元素前](https://github.com/siyuan-note/siyuan/issues/6529) -* [调整数据同步接入第三方存储服务](https://github.com/siyuan-note/siyuan/issues/6530) -* [文档树多选后右键菜单仅显示可操作的项](https://github.com/siyuan-note/siyuan/issues/6531) -* [支持跨块及多选块重复](https://github.com/siyuan-note/siyuan/issues/6532) -* [`Ctrl+Click` 选块应禁止嵌套选中](https://github.com/siyuan-note/siyuan/issues/6533) -* [改进 WebDAV 上传数据性能](https://github.com/siyuan-note/siyuan/issues/6535) - -### 修复缺陷 - -* [文档树上的文档无法拖动](https://github.com/siyuan-note/siyuan/issues/6497) -* [设置在当前页签中打开失效](https://github.com/siyuan-note/siyuan/issues/6524) -* [浏览器端数学公式内撤销导致状态异常](https://github.com/siyuan-note/siyuan/issues/6526) -* [选中段落块和列表项块后粘贴会出现独立的列表项块](https://github.com/siyuan-note/siyuan/issues/6534) - -## v2.4.11 / 2022-11-08 - -### 改进功能 - -* [文档树移除笔记本双击操作并优化点击笔记本展开速度](https://github.com/siyuan-note/siyuan/issues/6500) -* [改进鼠标移动到空文档名处光标状态](https://github.com/siyuan-note/siyuan/issues/6503) -* [移动端后退页面包含嵌入块时定位不准确](https://github.com/siyuan-note/siyuan/issues/6505) -* [在 `新页签中打开` 快捷键更改为 `Ctrl+Alt+Click` 或鼠标中键](https://github.com/siyuan-note/siyuan/issues/6510) -* [优化在当前页签中打开的交互](https://github.com/siyuan-note/siyuan/issues/6512) -* [开源数据同步 WebDAV 实现](https://github.com/siyuan-note/siyuan/issues/6513) -* [移动端弹起键盘时减少抖动](https://github.com/siyuan-note/siyuan/issues/6514) -* [iPad 端外接键盘底部不留空](https://github.com/siyuan-note/siyuan/issues/6515) -* [iOS/iPad 端系统版本最低要求从 13.6 提升到 14.0](https://github.com/siyuan-note/siyuan/issues/6521) -* [隐藏 iPad 顶部状态栏](https://github.com/siyuan-note/siyuan/issues/6522) - -### 开发重构 - -* [重构 `文件历史` 查询](https://github.com/siyuan-note/siyuan/issues/6504) - -### 修复缺陷 - -* [macOS 端报错 `内核连接中断` 以及 `数据库被锁定`](https://github.com/siyuan-note/siyuan/issues/6492) -* [移动端文档树菜单点击无效](https://github.com/siyuan-note/siyuan/issues/6493) -* [行内备注无法被搜索到](https://github.com/siyuan-note/siyuan/issues/6494) -* [块末尾为数学公式时 `Shift+↓` 选中范围错误](https://github.com/siyuan-note/siyuan/issues/6495) -* [文档树中笔记本无法进行排序](https://github.com/siyuan-note/siyuan/issues/6499) -* [通过 `Shift+Click` 多选块移动时丢失块](https://github.com/siyuan-note/siyuan/issues/6511) -* [`Ctrl+Shift+V` 外链资源文件失效](https://github.com/siyuan-note/siyuan/issues/6520) - -## v2.4.10 / 2022-11-05 - -### 改进功能 - -* [文档树支持 `Ctrl+Click` 和 `Shift+↑/↓` 进行多选](https://github.com/siyuan-note/siyuan/issues/1359) -* [开源云端同步服务实现](https://github.com/siyuan-note/siyuan/issues/6445) -* [页签下拉和属性书签下拉面板优化](https://github.com/siyuan-note/siyuan/issues/6450) -* [支持 `Alt+I/E/N/U` 配置](https://github.com/siyuan-note/siyuan/issues/6457) -* [支持小键盘中的 `/*-+.`](https://github.com/siyuan-note/siyuan/issues/6458) -* [导出 HTML 和预览时不再将视频链接转换为 IFrame](https://github.com/siyuan-note/siyuan/issues/6460) -* [行内元素的下划线颜色继承当前元素前景颜色](https://github.com/siyuan-note/siyuan/pull/6464) -* [Windows 端退出拉起更新安装时有时需要重启两次](https://github.com/siyuan-note/siyuan/issues/6467) -* [导出 Markdown 行级元素改进](https://github.com/siyuan-note/siyuan/issues/6472) -* [快捷键设置页面左右抖动](https://github.com/siyuan-note/siyuan/issues/6478) -* [改进导入 Markdown 时 `` 标签的处理](https://github.com/siyuan-note/siyuan/issues/6480) -* [超级块下的子块被引用数会被后一个块遮挡](https://github.com/siyuan-note/siyuan/issues/6483) -* [调整页签文字居中](https://github.com/siyuan-note/siyuan/issues/6484) -* [快捷键重置需弹框确认](https://github.com/siyuan-note/siyuan/issues/6486) -* [Android 端键盘收起头部会闪一下](https://github.com/siyuan-note/siyuan/issues/6487) -* [`Ctrl+Shift+V` 调用浏览器原生功能,不再支持配置](https://github.com/siyuan-note/siyuan/issues/6489) - -### 修复缺陷 - -* [移动端长按拖拽导致界面透明度异常](https://github.com/siyuan-note/siyuan/issues/6405) -* [未登录情况下创建数据快照失败](https://github.com/siyuan-note/siyuan/issues/6448) -* [文档树更多操作对应的是上一次选中的文档而非当前文档](https://github.com/siyuan-note/siyuan/issues/6453) -* [数据历史每页最后一条记录时间异常](https://github.com/siyuan-note/siyuan/issues/6455) -* [无法引用标签开头的块](https://github.com/siyuan-note/siyuan/issues/6466) -* [删除文档后应关闭该文档的关系图、大纲和反链页签](https://github.com/siyuan-note/siyuan/issues/6468) -* [删除父文档时子文档排序配置未清理干净](https://github.com/siyuan-note/siyuan/issues/6469) -* [无法替换包含 HTML 转义的代码内容](https://github.com/siyuan-note/siyuan/issues/6476) - -## v2.4.9 / 2022-11-01 - -### 改进功能 - -* [编辑器设置支持两侧对齐布局](https://github.com/siyuan-note/siyuan/issues/4203) -* [编辑器设置及块布局支持文本从右到左显示](https://github.com/siyuan-note/siyuan/issues/6422) -* [保存 `data/storage/local.json` 时格式化](https://github.com/siyuan-note/siyuan/pull/6424) -* [改进 `网络图片转换为本地图片` 微信图片拉取](https://github.com/siyuan-note/siyuan/issues/6431) -* [自动更新下载安装包时优先使用 GitHub Releases](https://github.com/siyuan-note/siyuan/issues/6435) -* [Android 端禁用文本拖拽](https://github.com/siyuan-note/siyuan/issues/6436) - -### 开发重构 - -* [重构数据仓库同步](https://github.com/siyuan-note/siyuan/issues/6427) -* [用 `os.ReadDir` 替换 `Readdir(-1)`](https://github.com/siyuan-note/siyuan/pull/6447) - -### 修复缺陷 - -* [代码块内注释无法剪切](https://github.com/siyuan-note/siyuan/issues/6419) -* [只读模式下禁止粘贴操作和拖拽插入资源文件](https://github.com/siyuan-note/siyuan/issues/6421) -* [macOS 端录音无声音](https://github.com/siyuan-note/siyuan/issues/6423) -* [安装时无法在工作空间覆盖警告弹框处取消安装](https://github.com/siyuan-note/siyuan/issues/6425) -* [有序列表折叠后不显示数字](https://github.com/siyuan-note/siyuan/issues/6440) -* [暗黑模式下 PDF 使用明亮模式导致标注显示异常 ](https://github.com/siyuan-note/siyuan/issues/6442) - -## v2.4.8 / 2022-10-31 - -### 改进功能 - -* [支持设置悬浮窗弹出选项](https://github.com/siyuan-note/siyuan/issues/4781) -* [PDF 支持深色和浅色模式选择](https://github.com/siyuan-note/siyuan/issues/6376) -* [改进伺服代码片段 `/snippets/`](https://github.com/siyuan-note/siyuan/pull/6380) -* [切换回通过 IP `127.0.0.1` 加载](https://github.com/siyuan-note/siyuan/issues/6381) -* [Windows 端不再支持安装时选择安装路径](https://github.com/siyuan-note/siyuan/issues/6385) -* [反链面板中面包屑支持 `Ctrl+点击` 打开新页签](https://github.com/siyuan-note/siyuan/issues/6387) -* [改进触摸屏中嵌入块工具栏显示规则](https://github.com/siyuan-note/siyuan/issues/6388) -* [Android/iOS 端不显示数据索引和搜索索引状态提示](https://github.com/siyuan-note/siyuan/issues/6392) -* [前进后退按钮图标更新](https://github.com/siyuan-note/siyuan/issues/6395) -* [支持插入 `.im` 和 `.build` 域名超链接](https://github.com/siyuan-note/siyuan/issues/6399) -* [鉴权兼容 IPv6 本机回环地址](https://github.com/siyuan-note/siyuan/pull/6400) -* [明显区分折叠和非折叠状态颜色](https://github.com/siyuan-note/siyuan/issues/6402) -* [支持关闭 Google Analytics](https://github.com/siyuan-note/siyuan/issues/6403) -* [每个工作空间单独持久化 localStorage](https://github.com/siyuan-note/siyuan/issues/6404) -* [支持 `HEVC` 编码视频播放](https://github.com/siyuan-note/siyuan/pull/6406) -* [`网络图片转换为本地图片` 遵循笔记本级资源文件设置](https://github.com/siyuan-note/siyuan/issues/6407) -* [编辑器动态加载块数由定值改为可配置](https://github.com/siyuan-note/siyuan/issues/6415) -* [优化 Pad 竖屏显示](https://github.com/siyuan-note/siyuan/issues/6417) - -### 文档相关 - -* [听说思源笔记会通过用户电脑挖矿](https://github.com/siyuan-note/siyuan/issues/6416) - -### 移除功能 - -* [Windows 端不再支持 32 位系统](https://github.com/siyuan-note/siyuan/issues/6386) -* [移除 `--resident` 和 `--servePath` 内核参数](https://github.com/siyuan-note/siyuan/issues/6389) - -### 修复缺陷 - -* [设置代码片段报错](https://github.com/siyuan-note/siyuan/issues/6382) -* [录音功能无法点击](https://github.com/siyuan-note/siyuan/issues/6393) -* [引用非文档命名块时动态锚文本没有使用命名](https://github.com/siyuan-note/siyuan/issues/6397) -* [修改命名文档块后引用动态锚文本未跟随](https://github.com/siyuan-note/siyuan/issues/6398) -* [标记公式为标签后无法在标签面板删除标签](https://github.com/siyuan-note/siyuan/issues/6401) - -## v2.4.7 / 2022-10-27 - -### 改进功能 - -* [支持通过界面设置代码片段](https://github.com/siyuan-note/siyuan/issues/6357) -* [反链面板块标菜单移除缩放功能](https://github.com/siyuan-note/siyuan/issues/6360) -* [某些主题下页面向上滚动时会左右抖动](https://github.com/siyuan-note/siyuan/issues/6361) -* [改进块引用语法解析避免识别 `((foo))` 文本](https://github.com/siyuan-note/siyuan/issues/6363) -* [Android 端 IFrame 块加载不打开其他 APP 但支持继续加载页面](https://github.com/siyuan-note/siyuan/issues/6365) -* [加入 Google Analytics](https://github.com/siyuan-note/siyuan/issues/6369) -* [使用鼠标的复制粘贴按钮导致 `Command` 不被释放 ](https://github.com/siyuan-note/siyuan/issues/6373) -* [改进云端收集箱剪藏](https://github.com/siyuan-note/siyuan/issues/6374) -* [订阅试用从 30 天缩短为 7 天](https://github.com/siyuan-note/siyuan/issues/6375) - -### 文档相关 - -* [修改隐私政策](https://github.com/siyuan-note/siyuan/issues/6370) - -### 开发重构 - -* [Android 端适配 Android 13](https://github.com/siyuan-note/siyuan/issues/6362) -* [Android 端最低版本要求从 6.0 改为 7.0](https://github.com/siyuan-note/siyuan/issues/6366) -* [通过域名 `siyuan.localhost` 加载](https://github.com/siyuan-note/siyuan/issues/6368) - -### 修复缺陷 - -* [反链面板首块起始插入行导致状态异常](https://github.com/siyuan-note/siyuan/issues/6359) -* [拖拽窗口后反链面板块标位置错误](https://github.com/siyuan-note/siyuan/issues/6364) -* [从全局搜索打开文档后反链面板为空](https://github.com/siyuan-note/siyuan/issues/6367) -* [快速来回滚动会导致嵌入块重复](https://github.com/siyuan-note/siyuan/issues/6377) - -## v2.4.6 / 2022-10-26 - -### 改进功能 - -* [支持非列表大纲式缩出](https://github.com/siyuan-note/siyuan/issues/4346) -* [块滚动条跟随滚动](https://github.com/siyuan-note/siyuan/issues/4612) -* [桌面端内核进程使用随机端口](https://github.com/siyuan-note/siyuan/issues/4952) -* [列表里代码块折叠后丢失列表线](https://github.com/siyuan-note/siyuan/issues/6280) -* [IFrame 块不打开浏览器重定向](https://github.com/siyuan-note/siyuan/issues/6327) -* [触摸屏点击题头图可对相关按钮进行显示和隐藏的切换](https://github.com/siyuan-note/siyuan/issues/6328) -* [导出 PDF/HTML 时遵循是否显示书签、命名等设置](https://github.com/siyuan-note/siyuan/issues/6333) -* [更新在页签右侧或下侧打开的图标](https://github.com/siyuan-note/siyuan/issues/6338) -* [为向上扩选和向下或选添加快捷键配置](https://github.com/siyuan-note/siyuan/issues/6339) -* [内核参数增加 `--port`](https://github.com/siyuan-note/siyuan/issues/6344) -* [某些系统上下载资源文件后打开是 zip](https://github.com/siyuan-note/siyuan/issues/6347) -* [浏览器剪藏扩展转义 Markdown 标记符](https://github.com/siyuan-note/siyuan/issues/6348) -* [导出 PDF 后主窗口保持原有缩放](https://github.com/siyuan-note/siyuan/issues/6349) -* [去掉工作空间路径尾部空格](https://github.com/siyuan-note/siyuan/issues/6353) -* [支持设置 `虚拟引用关键字包含列表`](https://github.com/siyuan-note/siyuan/issues/6354) -* [支持伺服代码片段 `/snippets/`](https://github.com/siyuan-note/siyuan/issues/6356) - -### 开发重构 - -* [桌面端内核进程不再以游离模式拉起](https://github.com/siyuan-note/siyuan/issues/6336) -* [桌面端内核进程端口号写入文件 `port.json`](https://github.com/siyuan-note/siyuan/issues/6337) -* [前端统一使用内核端口号变量](https://github.com/siyuan-note/siyuan/issues/6343) - -### 修复缺陷 - -* [`Ctrl+Shift+V` 复制内容到代码块中导致渲染偏移](https://github.com/siyuan-note/siyuan/issues/6321) -* [浏览器剪藏扩展丢失标题和代码块](https://github.com/siyuan-note/siyuan/issues/6325) -* [图表块的内容在数据库 `blocks` 表 `content` 字段中被转义](https://github.com/siyuan-note/siyuan/issues/6326) -* [短时间内多次修改文档定义块标题后动态锚文本没有跟随](https://github.com/siyuan-note/siyuan/issues/6330) -* [超级块起始删除撤销触发状态异常](https://github.com/siyuan-note/siyuan/issues/6335) -* [同步中的文档应禁止块标操作](https://github.com/siyuan-note/siyuan/issues/6340) -* [`粘贴转义文本` 失效](https://github.com/siyuan-note/siyuan/issues/6341) -* [Linux 桌面端自动更新未赋予可执行权限](https://github.com/siyuan-note/siyuan/issues/6342) -* [内核参数 `--resident` 和 `--readonly` 参数解析问题](https://github.com/siyuan-note/siyuan/issues/6345) -* [渲染虚拟引用和搜索高亮导致 Markdown 标记符重复解析](https://github.com/siyuan-note/siyuan/issues/6352) -* [编辑器内修改标题后顶部标题没有更新](https://github.com/siyuan-note/siyuan/issues/6355) - -## v2.4.5 / 2022-10-23 - -### 改进功能 - -* [Shift+↑/↓ 逻辑改进](https://github.com/siyuan-note/siyuan/issues/5382) -* [云端同步数据在启动后执行](https://github.com/siyuan-note/siyuan/issues/6290) -* [优化触摸屏题头图和 emoji 点击](https://github.com/siyuan-note/siyuan/issues/6294) -* [微信小助手支持语音、视频和文件](https://github.com/siyuan-note/siyuan/issues/6296) -* [改进虚拟引用和反链提及搜索分词](https://github.com/siyuan-note/siyuan/issues/6298) -* [限制笔记本名和文档名最大长度为 `512`](https://github.com/siyuan-note/siyuan/issues/6299) -* [升级 Electron 解决导出 PDF 页边距设置无效](https://github.com/siyuan-note/siyuan/issues/6300) -* [微信小助手发送图片、语音、视频和文件单个文件最大限制为 `10M`](https://github.com/siyuan-note/siyuan/issues/6301) -* [限制页签最大打开数量为 `32`](https://github.com/siyuan-note/siyuan/issues/6303) -* [云端收集箱文档内添加刷新按钮](https://github.com/siyuan-note/siyuan/issues/6306) -* [嵌入块在原文上方时更新原文其中的数学公式会抖动](https://github.com/siyuan-note/siyuan/issues/6315) -* [数据快照内置忽略 `.tmp` 文件](https://github.com/siyuan-note/siyuan/issues/6316) -* [提升数据仓库快照性能](https://github.com/siyuan-note/siyuan/issues/6317) - -### 修复缺陷 - -* [给文字和图片同时设置字体格式后图片丢失](https://github.com/siyuan-note/siyuan/issues/6297) -* [优化排版未处理样式文本](https://github.com/siyuan-note/siyuan/issues/6305) -* [点击图片 `Ctrl+Shift+A` 新建一行输入文本后按 `Backspace` 会导致图片消失](https://github.com/siyuan-note/siyuan/issues/6309) -* [块首 `Shift + Backspace` 异常](https://github.com/siyuan-note/siyuan/issues/6310) -* [优化排版导致无法删除 HTML 块](https://github.com/siyuan-note/siyuan/issues/6311) -* [嵌入块在原文上方时拖拽导致数据异常](https://github.com/siyuan-note/siyuan/issues/6319) - -## v2.4.4 / 2022-10-21 - -### 改进功能 - -* [`Alt+5` 打开已有日记时不在内核伺服客户端之间同步](https://github.com/siyuan-note/siyuan/issues/5617) -* [浏览器剪藏扩展改进为由下往上滚动](https://github.com/siyuan-note/siyuan/issues/6276) -* [标题后直接跟图片时图片的提示文本不再渲染到大纲中](https://github.com/siyuan-note/siyuan/issues/6278) -* [切换到全屏后支持拖拽窗口](https://github.com/siyuan-note/siyuan/issues/6279) -* [拆分或合并单元格后光标消失](https://github.com/siyuan-note/siyuan/issues/6286) -* [停靠栏图标大小调整](https://github.com/siyuan-note/siyuan/issues/6293) - -### 修复缺陷 - -* [由未使用 `theme.js` 的主题切换至使用 `theme.js` 的主题时文档 emojis 图标不显示](https://github.com/siyuan-note/siyuan/issues/6281) -* [关系图全屏切换后图标位置不对](https://github.com/siyuan-note/siyuan/issues/6282) -* [聚焦列表项回车后输入 `[]` 后异常](https://github.com/siyuan-note/siyuan/issues/6283) -* [合并单元格后 `Ctrl+A` 再 `Ctrl+B` 内容消失](https://github.com/siyuan-note/siyuan/issues/6284) -* [Windows 端主窗口关闭按钮悬浮背景色没有变红](https://github.com/siyuan-note/siyuan/issues/6285) -* [浏览器剪藏扩展列表下方段落缩进成为子块](https://github.com/siyuan-note/siyuan/issues/6289) -* [云端同步后如果 Emojie 文件夹为空不应该删除](https://github.com/siyuan-note/siyuan/issues/6292) - -## 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 - -### 改进功能 - -* [查询嵌入块支持设置是否显示面包屑](https://github.com/siyuan-note/siyuan/issues/6184) -* [触摸屏嵌入块固定显示操作按钮](https://github.com/siyuan-note/siyuan/issues/6210) -* [支持例外情况输入的块引嵌套老数据迁移](https://github.com/siyuan-note/siyuan/issues/6229) -* [只读模式禁止一些操作](https://github.com/siyuan-note/siyuan/issues/6231) -* [移动端的只读模式使用编辑器配置项](https://github.com/siyuan-note/siyuan/issues/6232) -* [改进 `Ctrl+K` 插入超链接补全锚文本](https://github.com/siyuan-note/siyuan/issues/6233) -* [有序列表拖拽成新列表后从 `1` 开始排序](https://github.com/siyuan-note/siyuan/issues/6239) -* [移动端文档树中的自定义文档图标错位](https://github.com/siyuan-note/siyuan/issues/6240) -* [改进虚拟引用和反链提及搜索分词](https://github.com/siyuan-note/siyuan/issues/6241) -* [改进外部复制富文本时相邻行级元素加粗、斜体和代码的处理](https://github.com/siyuan-note/siyuan/issues/6244) -* [快捷键设置中点击列表都可使输入框获取光标](https://github.com/siyuan-note/siyuan/issues/6245) -* [查询嵌入块 `隐藏标题下方的块` 开关移动到块标菜单中](https://github.com/siyuan-note/siyuan/issues/6249) -* [加载文档时如果发现父文档 .sy 文件缺失则自动重建](https://github.com/siyuan-note/siyuan/issues/6252) -* [列表配色及缩进改进](https://github.com/siyuan-note/siyuan/issues/6256) -* [文件历史支持按文档名搜索](https://github.com/siyuan-note/siyuan/issues/6257) -* [位于超级块中的嵌入块不显示面包屑](https://github.com/siyuan-note/siyuan/issues/6258) -* [导出 PDF 预览界面不受主界面缩放影响](https://github.com/siyuan-note/siyuan/issues/6262) -* [调整默认主题外观](https://github.com/siyuan-note/siyuan/issues/6264) -* [启动或使用下拉列表切换页签后当前页签不在可视区域内](https://github.com/siyuan-note/siyuan/issues/6267) - -### 修复缺陷 - -* [列表项内容为空时数据库表 blocks 的 markdown 字段缺少换行](https://github.com/siyuan-note/siyuan/issues/6206) -* [使用属性 `data-export-html` 导出时丢失 `