🎨 Changelog supports Traditional Chinese https://github.com/siyuan-note/siyuan/issues/8333

This commit is contained in:
Daniel 2023-05-23 20:29:35 +08:00
parent ee918f4a7b
commit c735b3c610
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
15 changed files with 9233 additions and 0 deletions

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,11 @@
## Overview
TODO
## Changelogs
Below are the detailed changes in this version.
### Enhancement

View file

@ -0,0 +1,11 @@
## 概述
TODO
## 变更记录
以下是此版本中的详细变更。
### 改进功能

View file

@ -0,0 +1,70 @@
## v2.8.4 / 2023-04-11
### Enhancement
* [Improve the interactive user experience on the mobile](https://github.com/siyuan-note/siyuan/issues/7335)
* [Search input optimization for code block language, templates, embedded blocks, etc.](https://github.com/siyuan-note/siyuan/issues/7597)
* [Enhance mobile search function](https://github.com/siyuan-note/siyuan/issues/7830)
* [Show heading block appearance style in the Outline Panel](https://github.com/siyuan-note/siyuan/issues/7872)
* [Monitor the search performance and suggest solutions](https://github.com/siyuan-note/siyuan/issues/7873)
* [Move the mobile exit app button to a more accessible location](https://github.com/siyuan-note/siyuan/issues/7879)
* [Add flashcard to recently opened documents and switcher](https://github.com/siyuan-note/siyuan/issues/7881)
* [Move charts should not slide side panel on the mobile](https://github.com/siyuan-note/siyuan/issues/7882)
* [Clicking `+` behaves inconsistently on the mobile](https://github.com/siyuan-note/siyuan/issues/7885)
* [Prompt to return to the desktop on the Android](https://github.com/siyuan-note/siyuan/issues/7886)
* [Improve kernel HTTP panic recover](https://github.com/siyuan-note/siyuan/issues/7888)
* [Improve network online check of data sync](https://github.com/siyuan-note/siyuan/issues/7890)
* [AI translation adds support for `Traditional Chinese`](https://github.com/siyuan-note/siyuan/pull/7891)
* [Show inline-element menu only after clicking `BIU` or selecting text](https://github.com/siyuan-note/siyuan/issues/7892)
* [Save layout supports overwriting with the same name](https://github.com/siyuan-note/siyuan/issues/7893)
* [Custom AI action no longer inserts itself into content](https://github.com/siyuan-note/siyuan/issues/7894)
* [After clicking the slash menu on the mobile, modify the hidden keyboard to close the slash menu](https://github.com/siyuan-note/siyuan/issues/7895)
* [When swiping left and right to pull out the panel, the editor should be out of focus on the mobile](https://github.com/siyuan-note/siyuan/issues/7896)
* [Dragging the playback progress of the audio block will pull out the panel on iOS](https://github.com/siyuan-note/siyuan/issues/7898)
* [Add version info at the end of the message in all error notifications](https://github.com/siyuan-note/siyuan/issues/7899)
* [Show "What's New in SiYuan" after upgrading](https://github.com/siyuan-note/siyuan/issues/7902)
* [Add a new API `Move block`](https://github.com/siyuan-note/siyuan/issues/7903)
* [Support KaTex macro definition on the mobile](https://github.com/siyuan-note/siyuan/issues/7909)
* [When local.json is corrupted, clear the file to avoid being unable to enter the main interface](https://github.com/siyuan-note/siyuan/issues/7911)
* [Resolve invalid non-full-screen menus on some mobile](https://github.com/siyuan-note/siyuan/pull/7912)
* [After switching tabs, reposition by range](https://github.com/siyuan-note/siyuan/issues/7915)
* [Allow changing headings with `#`](https://github.com/siyuan-note/siyuan/issues/7924)
* [Flashcard fullscreen display on the mobile](https://github.com/siyuan-note/siyuan/issues/7932)
* [Input `#` at the start of a heading, do not pop-up tag search list](https://github.com/siyuan-note/siyuan/issues/7933)
* [Add transitions for popup menu on mobile](https://github.com/siyuan-note/siyuan/issues/7934)
* [Quick make card support Ctrl+Z undo](https://github.com/siyuan-note/siyuan/issues/7937)
* [Improve the back button when browsing pictures on the Android](https://github.com/siyuan-note/siyuan/issues/7938)
* [Increase the spacing between sub-blocks when the super block is laid out horizontally](https://github.com/siyuan-note/siyuan/issues/7939)
* [Support floating soft keyboard on the mobile](https://github.com/siyuan-note/siyuan/issues/7940)
* [Improve WeChat SiYuan Assistant's clipping link parsing](https://github.com/siyuan-note/siyuan/issues/7942)
### Bugfix
* [Window buttons overlap after spaced repetition fullscreen](https://github.com/siyuan-note/siyuan/issues/7877)
* [Quickly closing tabs will cause a white screen in the editing area](https://github.com/siyuan-note/siyuan/issues/7878)
* [A blank area will appear after clicking the toolbar and hiding the keyboard on the mobile](https://github.com/siyuan-note/siyuan/issues/7880)
* [Initialization interface hangs on macOS](https://github.com/siyuan-note/siyuan/issues/7887)
* [Export PDF margins error after scale is not 1](https://github.com/siyuan-note/siyuan/issues/7900)
* [Switching to export preview mode after focusing and then switching back to edit mode did not maintain focus](https://github.com/siyuan-note/siyuan/issues/7901)
* [Save the new window layout](https://github.com/siyuan-note/siyuan/issues/7913)
* [Parse error when hyperlink dest/title in tables contain `|` symbol](https://github.com/siyuan-note/siyuan/issues/7917)
* [Fix API endpoint URL in fetchPost calls `getBlockInfo`](https://github.com/siyuan-note/siyuan/pull/7918)
* [Quick mark and card will not complete the writing](https://github.com/siyuan-note/siyuan/issues/7923)
* [Ctrl+↑ can't work in the doc tree](https://github.com/siyuan-note/siyuan/issues/7931)
* [Tray menu text does not change with the appearance language](https://github.com/siyuan-note/siyuan/issues/7935)
### Document
* [Add Performance Optimization chapter to user guide](https://github.com/siyuan-note/siyuan/issues/7889)
* [Add Note and Limitations in Dock hosting chapter to user guide](https://github.com/siyuan-note/siyuan/issues/7897)
### Refactor
* [Adjust addRiffCards/removeRiffCards implementation to be asynchronous transaction](https://github.com/siyuan-note/siyuan/issues/7936)
### Development
* [Attribute View map to database table](https://github.com/siyuan-note/siyuan/issues/7677)
* [Move CHANGELOG.md to app/changelogs dir](https://github.com/siyuan-note/siyuan/issues/7904)
* [Add zh_CN changelog](https://github.com/siyuan-note/siyuan/issues/7905)
* [Create separate changelog files for each release](https://github.com/siyuan-note/siyuan/issues/7906)

View file

@ -0,0 +1,70 @@
## v2.8.4 / 2023-04-11
### 改进功能
* [改进移动端用户交互体验](https://github.com/siyuan-note/siyuan/issues/7335)
* [改进移动端代码块语言、模板和嵌入块等搜索输入体验](https://github.com/siyuan-note/siyuan/issues/7597)
* [改进移动端搜索功能](https://github.com/siyuan-note/siyuan/issues/7830)
* [大纲面板支持显示标题块外观样式](https://github.com/siyuan-note/siyuan/issues/7872)
* [监控搜索性能并提示优化建议](https://github.com/siyuan-note/siyuan/issues/7873)
* [将移动端退出应用按钮放置在更方便点击的位置](https://github.com/siyuan-note/siyuan/issues/7879)
* [将闪卡加入到最近打开切换对话框中](https://github.com/siyuan-note/siyuan/issues/7881)
* [在移动端图表上滑动时不拉出侧栏面板](https://github.com/siyuan-note/siyuan/issues/7882)
* [改进移动端编辑工具栏 `+` 交互](https://github.com/siyuan-note/siyuan/issues/7885)
* [Android 端后退时提示返回桌面](https://github.com/siyuan-note/siyuan/issues/7886)
* [改进内核 HTTP 服务崩溃恢复](https://github.com/siyuan-note/siyuan/issues/7888)
* [改进数据同步网络连通性检查](https://github.com/siyuan-note/siyuan/issues/7890)
* [人工智能翻译支持 `繁体中文`](https://github.com/siyuan-note/siyuan/pull/7891)
* [移动端行级元素菜单仅在点击 `BIU` 后显示](https://github.com/siyuan-note/siyuan/issues/7892)
* [保存布局支持同名覆盖](https://github.com/siyuan-note/siyuan/issues/7893)
* [自定义 AI 动作不再将自身插入到内容中](https://github.com/siyuan-note/siyuan/issues/7894)
* [改进移动端 /菜单切换和关闭交互](https://github.com/siyuan-note/siyuan/issues/7895)
* [移动端左右滑动拉取侧栏面板时取消编辑器焦点](https://github.com/siyuan-note/siyuan/issues/7896)
* [iOS 端拖拽音频块进度条时不拉出左右侧栏面板](https://github.com/siyuan-note/siyuan/issues/7898)
* [报错通知结尾增加版本信息](https://github.com/siyuan-note/siyuan/issues/7899)
* [升级后显示 "思源笔记最新变化"](https://github.com/siyuan-note/siyuan/issues/7902)
* [添加新的内核 API `Move block`](https://github.com/siyuan-note/siyuan/issues/7903)
* [在移动端上支持 KaTex 宏定义](https://github.com/siyuan-note/siyuan/issues/7909)
* [当 local.json 损坏以后清空该文件以避免无法进入主界面](https://github.com/siyuan-note/siyuan/issues/7911)
* [改进某些移动端设备上显示非全屏菜单](https://github.com/siyuan-note/siyuan/pull/7912)
* [改进页签分屏后定位浏览位置](https://github.com/siyuan-note/siyuan/issues/7915)
* [支持通过 `#` 修改标题块级别](https://github.com/siyuan-note/siyuan/issues/7924)
* [移动端上全屏显示闪卡间隔复习界面](https://github.com/siyuan-note/siyuan/issues/7932)
* [在标题块开头处输入 `#` 不再显示标签搜索列表](https://github.com/siyuan-note/siyuan/issues/7933)
* [改进移动端菜单动画](https://github.com/siyuan-note/siyuan/issues/7934)
* [快速制卡支持 Ctrl+Z 撤销](https://github.com/siyuan-note/siyuan/issues/7937)
* [Android 端浏览图片时支持通过后退按钮返回](https://github.com/siyuan-note/siyuan/issues/7938)
* [增加超级块水平布局时子块之间的间隔](https://github.com/siyuan-note/siyuan/issues/7939)
* [移动端支持悬浮键盘](https://github.com/siyuan-note/siyuan/issues/7940)
* [改进微信思源小助手剪藏链接解析](https://github.com/siyuan-note/siyuan/issues/7942)
### 修复缺陷
* [修复间隔复习界面全屏后窗口按钮重叠问题](https://github.com/siyuan-note/siyuan/issues/7877)
* [修复快速关闭页签时编辑区空白问题](https://github.com/siyuan-note/siyuan/issues/7878)
* [修复移动端编辑工具栏下方空白遮挡问题](https://github.com/siyuan-note/siyuan/issues/7880)
* [修复 macOS 端初始化界面挂起问题](https://github.com/siyuan-note/siyuan/issues/7887)
* [修复导出 PDF 缩放不为 1 时边距错误问题](https://github.com/siyuan-note/siyuan/issues/7900)
* [修复聚焦切换预览模式再切换回编辑模式未聚焦问题](https://github.com/siyuan-note/siyuan/issues/7901)
* [修复保存新窗口布局问题](https://github.com/siyuan-note/siyuan/issues/7913)
* [修复表格中的超链接地址/标题中包含 `|` 的解析问题](https://github.com/siyuan-note/siyuan/issues/7917)
* [修复 fetchPost `getBlockInfo` 端点问题](https://github.com/siyuan-note/siyuan/pull/7918)
* [修复快速制卡未完成写入问题](https://github.com/siyuan-note/siyuan/issues/7923)
* [修复文档树 Ctrl+↑ 折叠失效问题](https://github.com/siyuan-note/siyuan/issues/7931)
* [修复切换外观语言后托盘文案未更新问题](https://github.com/siyuan-note/siyuan/issues/7935)
### 改进文档
* [在用户指南中添加性能优化章节](https://github.com/siyuan-note/siyuan/issues/7889)
* [在用户指南中添加 Docker 伺服注意和限制描述](https://github.com/siyuan-note/siyuan/issues/7897)
### 开发重构
* [调整 addRiffCards/removeRiffCards 为异步事务](https://github.com/siyuan-note/siyuan/issues/7936)
### 开发者
* [属性视图映射数据库表](https://github.com/siyuan-note/siyuan/issues/7677)
* [将 CHANGELOG.md 移到 app/changelogs 目录](https://github.com/siyuan-note/siyuan/issues/7904)
* [添加中文变更日志](https://github.com/siyuan-note/siyuan/issues/7905)
* [为每次发布都创建独立的变更日志文件](https://github.com/siyuan-note/siyuan/issues/7906)

View file

@ -0,0 +1,65 @@
## v2.8.5 / 2023-04-18
### Enhancement
* [Add OCR-related operations to the image menu](https://github.com/siyuan-note/siyuan/issues/7203)
* [`Ctrl+Click` click on aliases, names and attributes to open search](https://github.com/siyuan-note/siyuan/issues/7551)
* [Custom icon copying is not working](https://github.com/siyuan-note/siyuan/issues/7928)
* [When the current spaced repetition is completed, supports choose whether to continue](https://github.com/siyuan-note/siyuan/issues/7943)
* [Drag and drop an image from desktop create a cover image](https://github.com/siyuan-note/siyuan/issues/7945)
* [Improve the editor settings of the mobile](https://github.com/siyuan-note/siyuan/issues/7947)
* [Swipe back to close the popup on Android](https://github.com/siyuan-note/siyuan/issues/7949)
* [The flashcard management interface supports ↑/↓ selection](https://github.com/siyuan-note/siyuan/issues/7951)
* [Occlude rendering after entering an inline-level formula at the beginning of the paragraph](https://github.com/siyuan-note/siyuan/issues/7953)
* [Spaced repetition interface supports review by document selection](https://github.com/siyuan-note/siyuan/issues/7954)
* [View flashcards management using fullscreen on the mobile](https://github.com/siyuan-note/siyuan/issues/7962)
* [The cloud sync directory shows the last update time on the mobile](https://github.com/siyuan-note/siyuan/issues/7963)
* [Improved PDF asset file unreferenced detection](https://github.com/siyuan-note/siyuan/issues/7964)
* [Asset files no longer use HTTP server when exporting PDF](https://github.com/siyuan-note/siyuan/issues/7965)
* [Optimize the performance of document tree flashcard loading](https://github.com/siyuan-note/siyuan/issues/7967)
* [Ability to delete a doc from `⋮`](https://github.com/siyuan-note/siyuan/issues/7969)
* [Improve the initialization interface to select the workspace cloud disk path prompt](https://github.com/siyuan-note/siyuan/issues/7975)
* [Avoid opening multiple tabs when the document loads slowly and clicking continuously](https://github.com/siyuan-note/siyuan/issues/7979)
* [Support creating "New document" in the search dialog by `Ctrl+N`](https://github.com/siyuan-note/siyuan/issues/7982)
* [Word wrap for notification message shown](https://github.com/siyuan-note/siyuan/issues/7986)
* [Normalize filenames when `Convert network images to local images`](https://github.com/siyuan-note/siyuan/issues/7992)
* [API `listDocsByPath` add an optional parameter `maxListCount`](https://github.com/siyuan-note/siyuan/issues/7993)
* [Improve automatically remove blank lines in HTML blocks](https://github.com/siyuan-note/siyuan/pull/7997)
* [Support shortcut keys containing `⌃`](https://github.com/siyuan-note/siyuan/issues/8005)
* [Check the validity of the API `moveBlock` parameter `previousID`](https://github.com/siyuan-note/siyuan/issues/8007)
* [Improve automatically add `<div>` tag in HTML blocks](https://github.com/siyuan-note/siyuan/pull/8008)
* [Block type filtering when inserting reference links via `((`, `[[`](https://github.com/siyuan-note/siyuan/issues/8009)
* [Upgrade abc.js to 6.2.2](https://github.com/siyuan-note/siyuan/issues/8013)
* [Files rolled back from file history are no longer overwritten by data sync](https://github.com/siyuan-note/siyuan/issues/8014)
* [ECharts support asynchronous Immediately Invoked Function Expression (IIFE)](https://github.com/siyuan-note/siyuan/pull/8015)
* [Appearance text `Bazaar` change to `Marketplace`](https://github.com/siyuan-note/siyuan/issues/8020)
* [Adjust the style of the navigation bar on the left side of the settings interface](https://github.com/siyuan-note/siyuan/issues/8022)
* [Support viewing inline-level memos in the read-only mode of the mobile editor](https://github.com/siyuan-note/siyuan/issues/8023)
* [Avoid flashcard package data overwriting the cloud when syncing on a new device](https://github.com/siyuan-note/siyuan/issues/8024)
### Abolishment
* [Remove Settings - Appearance - Customize the current theme](https://github.com/siyuan-note/siyuan/issues/8006)
### Bugfix
* [Mobile editor setting text error](https://github.com/siyuan-note/siyuan/issues/7946)
* [Spaced repetition interface editor toolbar occlusion problem](https://github.com/siyuan-note/siyuan/issues/7950)
* [The soft keyboard is not hidden after the mobile editor setting is closed](https://github.com/siyuan-note/siyuan/issues/7952)
* [Wrong caret position when editing block in spaced repetition interface on the mobile](https://github.com/siyuan-note/siyuan/issues/7955)
* [Fix a potential null object reference in the electron main process](https://github.com/siyuan-note/siyuan/pull/7956)
* [Fix the problem that notifications cannot be allowed on Android 13](https://github.com/siyuan-note/siyuan/issues/7960)
* [Abnormal focus state after embedded block breadcrumb jump](https://github.com/siyuan-note/siyuan/issues/7961)
* [Bazaar updates will repeat operations](https://github.com/siyuan-note/siyuan/issues/7974)
* [Appearance language is incorrect when switching workspaces](https://github.com/siyuan-note/siyuan/issues/7977)
* [Automatic launch at boot does not work](https://github.com/siyuan-note/siyuan/issues/7978)
* [`Enter` after the folded heading in the list will cause the blocks to be reversed below the heading](https://github.com/siyuan-note/siyuan/issues/7984)
### Document
* [Add explanation of what "SiYuan" means to the SiYuan User Guide](https://github.com/siyuan-note/siyuan/issues/8004)
### Development
* [Provide useful information for contributors](https://github.com/siyuan-note/siyuan/pull/7994)
* [Fix a fatal error in GitHub Action that casued by electron-builder](https://github.com/siyuan-note/siyuan/pull/8002)

View file

@ -0,0 +1,65 @@
## v2.8.5 / 2023-04-18
### 改进功能
* [图片菜单添加 OCR 相关操作](https://github.com/siyuan-note/siyuan/issues/7203)
* [在命名、别名等属性上 `Ctrl+Click` 打开搜索](https://github.com/siyuan-note/siyuan/issues/7551)
* [改进在编辑器中复制自定义表情](https://github.com/siyuan-note/siyuan/issues/7928)
* [间隔重复完成后支持选择继续](https://github.com/siyuan-note/siyuan/issues/7943)
* [题头图支持拖拽放置](https://github.com/siyuan-note/siyuan/issues/7945)
* [改进移动端编辑器设置](https://github.com/siyuan-note/siyuan/issues/7947)
* [Android 端支持返回键关闭弹出层](https://github.com/siyuan-note/siyuan/issues/7949)
* [闪卡管理界面支持 ↑/↓ 选择](https://github.com/siyuan-note/siyuan/issues/7951)
* [段落开头行级公式不再折叠渲染](https://github.com/siyuan-note/siyuan/issues/7953)
* [间隔重复界面支持文档选择](https://github.com/siyuan-note/siyuan/issues/7954)
* [移动端闪卡管理界面全屏](https://github.com/siyuan-note/siyuan/issues/7962)
* [移动端数据同步目录显示最近更新时间](https://github.com/siyuan-note/siyuan/issues/7963)
* [改进 PDF 资源文件未引用检测](https://github.com/siyuan-note/siyuan/issues/7964)
* [导出 PDF 时资源文件不再使用 HTTP 伺服](https://github.com/siyuan-note/siyuan/issues/7965)
* [优化文档树闪卡间隔重复加载性能](https://github.com/siyuan-note/siyuan/issues/7967)
* [支持在编辑器右上角 `⋮` 菜单中删除文档](https://github.com/siyuan-note/siyuan/issues/7969)
* [改进初始化界面中选择工作空间路径时的云盘检测提示](https://github.com/siyuan-note/siyuan/issues/7975)
* [文档加载较慢时避免重复打开页签](https://github.com/siyuan-note/siyuan/issues/7979)
* [在搜索对话框中支持通过 `Ctrl+N` 新建文档](https://github.com/siyuan-note/siyuan/issues/7982)
* [改进通知消息换行显示](https://github.com/siyuan-note/siyuan/issues/7986)
* [`网络图片转换为本地图片` 时规范化文件名](https://github.com/siyuan-note/siyuan/issues/7992)
* [API `listDocsByPath` 添加可选参数 `maxListCount`](https://github.com/siyuan-note/siyuan/issues/7993)
* [改进 HTML 块内容自动移除空行](https://github.com/siyuan-note/siyuan/pull/7997)
* [改进快捷键设置在包含 `⌃` 时的处理](https://github.com/siyuan-note/siyuan/issues/8005)
* [校验 API `moveBlock` 参数 `previousID` 的合法性](https://github.com/siyuan-note/siyuan/issues/8007)
* [改进 HTML 块内容 `<div>` 标签匹配](https://github.com/siyuan-note/siyuan/pull/8008)
* [支持通过 `((` 和 `[[` 进行块类型过滤](https://github.com/siyuan-note/siyuan/issues/8009)
* [升级 abc.js 6.2.2](https://github.com/siyuan-note/siyuan/issues/8013)
* [文件历史回滚后不再被数据同步覆盖](https://github.com/siyuan-note/siyuan/issues/8014)
* [ECharts 支持异步调用函数表达式IIFE](https://github.com/siyuan-note/siyuan/pull/8015)
* [外观文案中将 `Bazaar` 更名为 `Marketplace`](https://github.com/siyuan-note/siyuan/issues/8020)
* [调整设置界面左侧导航栏样式](https://github.com/siyuan-note/siyuan/issues/8022)
* [支持在移动端编辑器只读模式下查看行级备注](https://github.com/siyuan-note/siyuan/issues/8023)
* [新设备上同步时避免闪卡卡包数据覆盖云端](https://github.com/siyuan-note/siyuan/issues/8024)
### 移除功能
* [移除 设置 - 外观 - 自定义当前主题](https://github.com/siyuan-note/siyuan/issues/8006)
### 修复缺陷
* [移动端编辑器设置文案错误](https://github.com/siyuan-note/siyuan/issues/7946)
* [间隔重复界面编辑器工具栏遮挡](https://github.com/siyuan-note/siyuan/issues/7950)
* [移动端编辑器设置界面关闭后软键盘未隐藏](https://github.com/siyuan-note/siyuan/issues/7952)
* [移动端间隔重复界面光标插入符位置错误](https://github.com/siyuan-note/siyuan/issues/7955)
* [桌面端 Electron 主进程中潜在的空指针问题](https://github.com/siyuan-note/siyuan/pull/7956)
* [Android 13 上不允许通知的问题](https://github.com/siyuan-note/siyuan/issues/7960)
* [嵌入块面包屑跳转聚焦状态不正确](https://github.com/siyuan-note/siyuan/issues/7961)
* [在集市中更新包需要重复操作](https://github.com/siyuan-note/siyuan/issues/7974)
* [切换工作空间后外观语言不正确](https://github.com/siyuan-note/siyuan/issues/7977)
* [桌面端开机自启动失效](https://github.com/siyuan-note/siyuan/issues/7978)
* [列表块中折叠标题后 `Enter` 导致标题下方块倒序](https://github.com/siyuan-note/siyuan/issues/7984)
### 改进文档
* [在用户指南中加入 "SiYuan" 命名由来](https://github.com/siyuan-note/siyuan/issues/8004)
### 开发者
* [为贡献者提供一些有用的信息](https://github.com/siyuan-note/siyuan/pull/7994)
* [修复由 electron-builder 配置不当导致 GitHub Action 失败](https://github.com/siyuan-note/siyuan/pull/8002)

View file

@ -0,0 +1,104 @@
## Overview
All in all, this version is well worth the upgrade.
We recommend everyone to upgrade to this version as soon as possible, especially users who are using cloud data synchronization.
### Global search
Some users complained that the global search results were not complete, because we limited the number of search results and only displayed the most suitable search results.
Now we have removed this restriction, users can browse all search results through paged navigation.
### Data repo
Data repo is a very important function, which realizes data snapshot, data synchronization and backup. In this version, we have made substantial improvements to the data repo, mainly including:
* Support downloading cloud data snapshots to local on demand
* Support cleaning unreferenced data snapshots, the function entry is located in Settings - About - Data repo purge
* Improved data snapshot comparison
* Data snapshot saves device information
Support downloading cloud data snapshots to local on demand is a very important improvement. It allows users to download cloud data snapshots from any device at any point in time, providing more protection for data security.
It should be noted that the cloud data snapshot does not support displaying data snapshots synchronized by previous versions. Please update all devices to the latest version, and only after that can be added to the cloud data snapshot.
### Settings
As more and more configuration items are included in the settings, it becomes more and more difficult to find a configuration item. Now we have enhanced the search function in the settings, and you can quickly filter out configuration items through search.
In addition, we have also optimized the details of the setting interface to make it more beautiful.
### PWA install App
If you are using SiYuan through server hosting (such as a Docker), then you can install the application locally through the PWA, so that you can get an experience similar to a desktop application.
### Mobile
* Support cloud inbox
* Supports searching in the specified document, the function entry is in the document menu of the document tree
## Changelogs
Below are the detailed changelogs.
### Enhancement
* [Global search support pagination to display results](https://github.com/siyuan-note/siyuan/issues/7948)
* [Add `- `, `* `, `1. ` and `[] ` before the heading then convert it into the list with that heading](https://github.com/siyuan-note/siyuan/issues/7972)
* [Inline-level elements support pasted as plain text](https://github.com/siyuan-note/siyuan/issues/8010)
* [PWA support (desktop & mobile)](https://github.com/siyuan-note/siyuan/pull/8012)
* [`:)` emoji should be not misinterpretted](https://github.com/siyuan-note/siyuan/issues/8030)
* [Improve `Alt+O` when editor is moved to a new window](https://github.com/siyuan-note/siyuan/issues/8032)
* [Improve settings interface](https://github.com/siyuan-note/siyuan/issues/8034)
* [Make bug reports `Kernel connection interrupted` text more user friendly](https://github.com/siyuan-note/siyuan/issues/8035)
* [Support `Ctrl+Enter` and `Ctrl+Click` to use static anchor text when searching for block reference](https://github.com/siyuan-note/siyuan/issues/8037)
* [Improve settings search filter display](https://github.com/siyuan-note/siyuan/issues/8038)
* [Improve `Convert network images to local images` success rate](https://github.com/siyuan-note/siyuan/issues/8040)
* [Official data sync counts the number of cloud storage API calls](https://github.com/siyuan-note/siyuan/issues/8048)
* [Improve Data History - Data snapshot loading performance](https://github.com/siyuan-note/siyuan/issues/8052)
* [Data repo support for purging unreferenced indexes and objects](https://github.com/siyuan-note/siyuan/issues/8054)
* [Improve local data repo, cloud data synchronization and backup](https://github.com/siyuan-note/siyuan/issues/8055)
* [Support downloading cloud data snapshots to local on demand](https://github.com/siyuan-note/siyuan/issues/8057)
* [Improve dialog close position on the mobile](https://github.com/siyuan-note/siyuan/issues/8060)
* [Improve Data History UI](https://github.com/siyuan-note/siyuan/issues/8062)
* [Support `Copy block hyperlink (Markdown)`](https://github.com/siyuan-note/siyuan/issues/8065)
* [Do not handle `\` escapes when pasting into inline-level code](https://github.com/siyuan-note/siyuan/issues/8066)
* [The document title support returning to the parent document via `Alt+←`](https://github.com/siyuan-note/siyuan/issues/8068)
* [Global search is no longer limited by the Settings - Search - The number of search results displayed](https://github.com/siyuan-note/siyuan/issues/8069)
* [Support cloud inbox on the mobile](https://github.com/siyuan-note/siyuan/issues/8070)
* [Global search ignores `LIMIT` clause when using SQL method](https://github.com/siyuan-note/siyuan/issues/8071)
* [Support inline-level element long-press popup menu on the iPhone](https://github.com/siyuan-note/siyuan/issues/8074)
* [Show abbreviated ID in data snapshot list](https://github.com/siyuan-note/siyuan/issues/8075)
* [Assets hyperlinks are no longer included in the search index](https://github.com/siyuan-note/siyuan/issues/8076)
* [Add configuration item `Editor` - `[[ Only search doc block`](https://github.com/siyuan-note/siyuan/issues/8077)
* [Improve `<script>` in HTML block](https://github.com/siyuan-note/siyuan/pull/8079)
* [Improve data snapshot comparison](https://github.com/siyuan-note/siyuan/issues/8081)
* [The right-click menu of the bookmark panel adds functions such as `Copy block ref`](https://github.com/siyuan-note/siyuan/issues/8082)
* [Provides the `Alt+F` shortcut key for the current document spaced repetition](https://github.com/siyuan-note/siyuan/issues/8083)
* [Annotate PDF text can use shortcut `0-7` keys to select colors](https://github.com/siyuan-note/siyuan/issues/8085)
* [Support specified document search on the mobile](https://github.com/siyuan-note/siyuan/issues/8086)
* [Browser Web Clipping extension notebook list escape HTML display](https://github.com/siyuan-note/siyuan/issues/8087)
* [File history and data snapshot display paging information](https://github.com/siyuan-note/siyuan/issues/8090)
* [Data snapshot save device ID, name and OS](https://github.com/siyuan-note/siyuan/issues/8094)
* [Error notification pops up only once after auto sync fails](https://github.com/siyuan-note/siyuan/issues/8096)
* [Reduce potential page number jumping in PDF tabs](https://github.com/siyuan-note/siyuan/issues/8097)
* [Improve highlighting of numbers and letters in global search preview](https://github.com/siyuan-note/siyuan/issues/8100)
### Abolishment
* [The total payment amount is no longer displayed in the account settings](https://github.com/siyuan-note/siyuan/issues/8093)
### Bugfix
* [There is an extra blank space on the right side of the Settings - Marketplace interface](https://github.com/siyuan-note/siyuan/issues/8027)
* [After modifying the access authentication code on the browser side, the other side does not refresh](https://github.com/siyuan-note/siyuan/issues/8028)
* [After syncing, auto reopen tab opened by `siyuan://`](https://github.com/siyuan-note/siyuan/issues/8045)
* [The close button is invalid when the mobile flashcard management dialog box is empty](https://github.com/siyuan-note/siyuan/issues/8053)
* [Wrong anchor using `Ctrl+Shift+C` in the title when the document has a name](https://github.com/siyuan-note/siyuan/issues/8080)
* [PDF dark theme annotations disappear after scale](https://github.com/siyuan-note/siyuan/issues/8088)
### Document
* [Add detailed description of block name, alias and memo to user guide](https://github.com/siyuan-note/siyuan/issues/8046)
* [Add "Data Availability Guarantee" section in user guide](https://github.com/siyuan-note/siyuan/issues/8078)

View file

@ -0,0 +1,104 @@
## 概述
总得来说,这个版本非常值得升级。
我们推荐大家尽快升级到这个版本,特别是正在使用云端数据同步的用户。
### 全局搜索
之前有用户抱怨全局搜索结果不全,这是因为我们限制了搜索结果的数量,仅将最适合的搜索结果展现出来。
现在我们取消了这个限制,用户可以通过分页导航来浏览所有搜索结果。
### 数据仓库
数据仓库是一个非常重要的功能,它实现了数据快照、数据同步和备份。这个版本我们对数据仓库进行了大幅度的改进,主要包括:
* 支持按需下载云端数据快照
* 支持清理未引用的数据快照,该功能入口位于 设置 - 关于 - 数据仓库清理
* 改进数据快照对比
* 数据快照保存设备信息
支持按需下载云端数据快照是一个非常重要的改进,它可以让用户下载任何设备、任何时间点的云端数据快照,为数据安全提供了更多保障。
需要注意的是,云端数据快照中不支持显示之前版本同步的数据快照。请将所有设备更新到最新版,在此之后的数据快照中才能加入到云端数据快照中。
### 设置
随着设置中配置项越来越多,要找到某个配置项变得越来越困难。现在我们对设置中的搜索功能进行了增强,可以通过搜索快速过滤出配置项了。
另外,我们也对设置界面也进行了细节优化,让它变得更加美观了。
### PWA 安装应用
如果你正在通过伺服方式使用思源(比如 Docker 伺服),那么你可以通过 PWA 安装应用到本地,这样就可以得到类似于桌面应用的体验了。
### 移动端
* 支持云端收集箱
* 支持在指定文档中搜索,该功能入口在文档树文档菜单中
## 变更记录
以下是详细的变更记录。
### 改进功能
* [全局搜索支持分页展现结果](https://github.com/siyuan-note/siyuan/issues/7948)
* [在标题块开头处输入 `- ``* ``1. ``[] ` 支持将其转换为列表块](https://github.com/siyuan-note/siyuan/issues/7972)
* [行级元素中支持粘贴为纯文本](https://github.com/siyuan-note/siyuan/issues/8010)
* [PWA 支持(桌面端和移动端)](https://github.com/siyuan-note/siyuan/pull/8012)
* [改进 `:)` 表情输入过滤](https://github.com/siyuan-note/siyuan/issues/8030)
* [页签移动到新窗口后 `Alt+O` 不遮挡窗口按钮](https://github.com/siyuan-note/siyuan/issues/8032)
* [改进设置界面](https://github.com/siyuan-note/siyuan/issues/8034)
* [更为友好的问题报告 `内核连接中断` 文案](https://github.com/siyuan-note/siyuan/issues/8035)
* [块引用搜索结果选择时支持通过 `Ctrl+Enter` 和 `Ctrl+Click` 来使用静态锚文本](https://github.com/siyuan-note/siyuan/issues/8037)
* [设置搜索结果过滤显示](https://github.com/siyuan-note/siyuan/issues/8038)
* [提升 `网络图片转换本地图片` 成功率](https://github.com/siyuan-note/siyuan/issues/8040)
* [官方数据同步统计 API 调用次数](https://github.com/siyuan-note/siyuan/issues/8048)
* [改进数据历史 - 数据快照 加载性能](https://github.com/siyuan-note/siyuan/issues/8052)
* [数据仓库支持清理未引用的快照](https://github.com/siyuan-note/siyuan/issues/8054)
* [改进数据仓库、云端同步和备份](https://github.com/siyuan-note/siyuan/issues/8055)
* [支持按需下载云端快照](https://github.com/siyuan-note/siyuan/issues/8057)
* [改进移动端对话框关闭按钮位置](https://github.com/siyuan-note/siyuan/issues/8060)
* [改进数据历史界面](https://github.com/siyuan-note/siyuan/issues/8062)
* [支持 `复制块超链接Markdown`](https://github.com/siyuan-note/siyuan/issues/8065)
* [行级代码中粘贴时不再处理 `\` 转义内容](https://github.com/siyuan-note/siyuan/issues/8066)
* [文档标题处支持通过 `Alt+←` 返回父文档](https://github.com/siyuan-note/siyuan/issues/8068)
* [全局搜索结果数量不再受 设置 - 搜索 - 搜索结果显示数 限制](https://github.com/siyuan-note/siyuan/issues/8069)
* [移动端支持云端收集箱](https://github.com/siyuan-note/siyuan/issues/8070)
* [在全局搜索中通过 SQL 方式搜索时忽略 `LIMIT` 子句](https://github.com/siyuan-note/siyuan/issues/8071)
* [iPhone 上支持长按弹出行级元素菜单](https://github.com/siyuan-note/siyuan/issues/8074)
* [数据快照列表中显示快照 ID 缩写](https://github.com/siyuan-note/siyuan/issues/8075)
* [资源文件超链接不再被搜索索引](https://github.com/siyuan-note/siyuan/issues/8076)
* [增加配置项 `编辑器` - `[[ 仅搜索文档块`](https://github.com/siyuan-note/siyuan/issues/8077)
* [改进 HTML 块 `<script>`](https://github.com/siyuan-note/siyuan/pull/8079)
* [改进数据快照对比](https://github.com/siyuan-note/siyuan/issues/8081)
* [书签面板右键菜单增加 `复制块引用` 等功能](https://github.com/siyuan-note/siyuan/issues/8082)
* [为当前文档提供 `Alt+F` 进入间隔重复](https://github.com/siyuan-note/siyuan/issues/8083)
* [支持在 PDF 页签中使用 `0-7` 选择颜色标注](https://github.com/siyuan-note/siyuan/issues/8085)
* [移动端支持指定文档搜索](https://github.com/siyuan-note/siyuan/issues/8086)
* [浏览器剪藏扩展显示笔记本列表时处理转义](https://github.com/siyuan-note/siyuan/issues/8087)
* [文件历史和数据快照显示分页信息](https://github.com/siyuan-note/siyuan/issues/8090)
* [数据快照保存设备信息](https://github.com/siyuan-note/siyuan/issues/8094)
* [自动同步失败后仅弹出一次错误通知](https://github.com/siyuan-note/siyuan/issues/8096)
* [减少 PDF 页签潜在的页码跳动](https://github.com/siyuan-note/siyuan/issues/8097)
* [改进全局搜索预览时对数字和字母的高亮处理](https://github.com/siyuan-note/siyuan/issues/8100)
### 移除功能
* [账号设置中不再显示已经支付的总额](https://github.com/siyuan-note/siyuan/issues/8093)
### 修复缺陷
* [设置 - 集市 界面出现多余的空白](https://github.com/siyuan-note/siyuan/issues/8027)
* [在浏览器端修改访问授权码后其他端未刷新](https://github.com/siyuan-note/siyuan/issues/8028)
* [数据同步后不应该自动重新打开 `siyuan://` 初始页签](https://github.com/siyuan-note/siyuan/issues/8045)
* [移动端闪卡管理对话框关闭按钮失效](https://github.com/siyuan-note/siyuan/issues/8053)
* [在文档标题处 `Ctrl+Shift+C` 时未优先使用命名](https://github.com/siyuan-note/siyuan/issues/8080)
* [PDF 暗黑模式主题下缩放后标注消失](https://github.com/siyuan-note/siyuan/issues/8088)
### 改进文档
* [在用户指南中添加关于块命名、别名和备注的细节描述](https://github.com/siyuan-note/siyuan/issues/8046)
* [在用户指南中新增 数据可用性保障 章节](https://github.com/siyuan-note/siyuan/issues/8078)

View file

@ -0,0 +1,121 @@
## Overview
This version improves a lot of details, such as no longer jumping after folding the heading, no longer refreshing the interface after data synchronization, reducing the interference with the current working state.
Otherwise, this version also improves the stability of writing files. If you often encounter `File system access error`, then the upgrade should be able to improve it.
### Spaced repetition
Supports converting the spaced repetition UI to a tab, so that you can view or operate the content of other tabs during the spaced repetition process to improve efficiency.
### Plugin system
This version initially implements the plugin system so that community developers can start early access. The plugin system is planned to be officially released in v2.9.0.
### File system
Because of some reasons (such as antivirus software), occupying files will cause data to be unable to be written to files, which will cause the kernel to exit and prompt the user.
In this version, we have improved the file writing, and now we will retry after the write fails. If the retry fails, the kernel will exit, which can improve stability to a certain extent.
### Data synchronization
The main improvement is that the interface is no longer reloaded after data synchronization, but only the changed part is refreshed, which can reduce the interface flicker and improve the user experience.
### Community marketplace
Community marketplace has added some configuration items for various types of extension packages:
* Funding: Support configuration of Open Collective, Patreon, GitHub and custom funding links
* Icon: Support configuration of package icon
* I18n: Support configuration of multiple languages
We recommend that marketplace developers update the relevant config items to get better display effects in the marketplace. For details, please refer to the following examples:
* [SiYuan theme sample](https://github.com/siyuan-note/theme-sample)
* [SiYuan icon sample](https://github.com/siyuan-note/icon-sample)
* [SiYuan template sample](https://github.com/siyuan-note/template-sample)
* [SiYuan widget sample](https://github.com/siyuan-note/widget-sample)
* [SiYuan plugin sample](https://github.com/siyuan-note/plugin-sample)
## Changelogs
Below are the detailed changelogs.
### Enhancement
* [Avoid page jump after folding a header block](https://github.com/siyuan-note/siyuan/issues/7785)
* [Init plugin system](https://github.com/siyuan-note/siyuan/issues/8041)
* [Community marketplace adds plugin section](https://github.com/siyuan-note/siyuan/issues/8043)
* [Spaced repetition UI support converts to a tab](https://github.com/siyuan-note/siyuan/issues/8061)
* [The interface is no longer reloaded after data synchronization](https://github.com/siyuan-note/siyuan/issues/8098)
* [After using `The name of the new subdocument is` by `F3` in an empty block, it will no longer automatically select all](https://github.com/siyuan-note/siyuan/issues/8099)
* [Improve the sync error message prompt caused by account auth failure](https://github.com/siyuan-note/siyuan/issues/8101)
* [Press `Alt+F` a second time to close the spaced repetition](https://github.com/siyuan-note/siyuan/issues/8102)
* [Click a broken link in the PDF results in a white screen](https://github.com/siyuan-note/siyuan/issues/8103)
* [No longer convert heading into the ordered list after adding `1. ` before it](https://github.com/siyuan-note/siyuan/issues/8105)
* [Input `[]` at the beginning of a paragraph block with content can also be turned into a task list](https://github.com/siyuan-note/siyuan/issues/8108)
* [Improve PDF export paging strategy](https://github.com/siyuan-note/siyuan/pull/8110)
* [Support path with spaces when using the link to set the header image](https://github.com/siyuan-note/siyuan/issues/8113)
* [Separate content by newline when pasting as plain text after selecting multiple blocks to copy](https://github.com/siyuan-note/siyuan/issues/8114)
* [Use the doc icon first in the block ref search list](https://github.com/siyuan-note/siyuan/issues/8115)
* [Support focus block export template](https://github.com/siyuan-note/siyuan/issues/8117)
* [Add some tips on the empty start page](https://github.com/siyuan-note/siyuan/issues/8120)
* [Improve converting search to a tab](https://github.com/siyuan-note/siyuan/issues/8139)
* [Improve data snapshot comparison icon](https://github.com/siyuan-note/siyuan/issues/8140)
* [WebSocket reconnect no longer reload the UI](https://github.com/siyuan-note/siyuan/issues/8141)
* [Support for selection of GPT models `gpt-4`, `gpt-4-32k` and `gpt-3.5-turbo`](https://github.com/siyuan-note/siyuan/issues/8142)
* [`Copy block hyperlink (Markdown)` anchor text length follows editor setting `The maximum length of block ref dynamic anchor text`](https://github.com/siyuan-note/siyuan/issues/8144)
* [Hide the tab list button when it is clicked a second time](https://github.com/siyuan-note/siyuan/issues/8147)
* [The cover position is wrong when the keyboard pops up on the mobile](https://github.com/siyuan-note/siyuan/issues/8148)
* [Retry file writes to improve stability](https://github.com/siyuan-note/siyuan/issues/8149)
* [Remove the space when copying PDF annotation containing a newline](https://github.com/siyuan-note/siyuan/issues/8152)
* [Add placeholders on the Attribute dialog](https://github.com/siyuan-note/siyuan/issues/8154)
* [Add animation effect to prompt users after making flashcards](https://github.com/siyuan-note/siyuan/issues/8157)
* [Improve editor loading animation](https://github.com/siyuan-note/siyuan/issues/8158)
* [Enlarge the AI Chat input box](https://github.com/siyuan-note/siyuan/issues/8161)
* [Show empty block hints on the mobile](https://github.com/siyuan-note/siyuan/issues/8162)
* [The block icon menu adds move-related key combination tips](https://github.com/siyuan-note/siyuan/issues/8163)
* [Improve the context folding logic of the list in the backlink panel](https://github.com/siyuan-note/siyuan/issues/8165)
* [API `/api/query/sql` add `LIMIT` clause](https://github.com/siyuan-note/siyuan/issues/8167)
* [Support AVIF image format](https://github.com/siyuan-note/siyuan/issues/8170)
* [Custom IAL attr name support more symbol](https://github.com/siyuan-note/siyuan/pull/8172)
* [Improve marketplace UI](https://github.com/siyuan-note/siyuan/issues/8181)
* [When creating a doc on the mobile, some cases no longer open it](https://github.com/siyuan-note/siyuan/issues/8184)
* [Improve hyperlink anchor text when exporting to Markdown](https://github.com/siyuan-note/siyuan/issues/8191)
* [Access to the OpenAI API is no longer supported on Huawei devices](https://github.com/siyuan-note/siyuan/issues/8192)
* [Check for duplicates in all windows when opening a tab](https://github.com/siyuan-note/siyuan/issues/8193)
* [Modified inline-level memos in the floating window are not saved](https://github.com/siyuan-note/siyuan/issues/8199)
* [Update feedback icon](https://github.com/siyuan-note/siyuan/issues/8201)
* [Show count in spaced repetition tree filter floating window](https://github.com/siyuan-note/siyuan/issues/8202)
### Bugfix
* [Parse occurs exception after adding `- `, `* ` and `[] ` before heading](https://github.com/siyuan-note/siyuan/issues/8106)
* [Export PDF preview fails to load](https://github.com/siyuan-note/siyuan/issues/8126)
* [The save path is incorrect when creating a sub-doc by ref in a doc with the same name](https://github.com/siyuan-note/siyuan/issues/8138)
* [The keyboard element is highlighted incorrectly in backlink mentions](https://github.com/siyuan-note/siyuan/issues/8143)
* [PDF cannot be moved using `↑/↓`](https://github.com/siyuan-note/siyuan/issues/8164)
* [Overlay block ref on PDF annotation ref lead to failure to query unreferenced assets](https://github.com/siyuan-note/siyuan/issues/8186)
* [Can't insert an inline formula that contains the `"` symbol](https://github.com/siyuan-note/siyuan/issues/8190)
* [Data lost after inserting multiple files in table cell](https://github.com/siyuan-note/siyuan/issues/8196)
### Document
* [Add "Community Resources" section to user guide](https://github.com/siyuan-note/siyuan/issues/8123)
* [Add "Glossary" chapter to user guide](https://github.com/siyuan-note/siyuan/issues/8137)
### Refactor
* [Release Electron renderer window events](https://github.com/siyuan-note/siyuan/issues/8107)
* [Upgrade Electron](https://github.com/siyuan-note/siyuan/issues/8197)
### Development
* [Import Petal module](https://github.com/siyuan-note/siyuan/pull/8001)
* [Kernel API supports load plugins](https://github.com/siyuan-note/siyuan/issues/8044)
* [Improve API `listDocsByPath` param `sort`](https://github.com/siyuan-note/siyuan/pull/8156)
* [Provide marketplace package repository template](https://github.com/siyuan-note/siyuan/issues/8168)
* [Add funding settings in marketplace package](https://github.com/siyuan-note/siyuan/issues/8171)
* [Add icon settings in marketplace package](https://github.com/siyuan-note/siyuan/issues/8174)
* [Add i18n settings in marketplace package](https://github.com/siyuan-note/siyuan/issues/8177)

View file

@ -0,0 +1,121 @@
## 概述
这个版本改进了很多细节体验,比如折叠标题后页面不再跳动、数据同步后不再整体刷新界面,减少对当前工作状态的干扰。
另外,该版本也改进写入文件的稳定性,如果你经常遇到 `文件系统读写错误`,那么升级后应该能够有所改善。
### 间隔重复
支持将间隔重复界面浮层转换为页签,这样就可以在间隔重复的过程中查看或者操作其他页签的内容以提升效率。
### 插件系统
该版本初步实现了插件系统,以便让社区开发者能够开始进行早期接入,插件系统计划在 v2.9.0 中正式发布。
### 文件系统
因为某些原因(比如杀毒软件)占用文件会导致数据无法写入文件从而退出内核并提示用户。
在这个版本中我们对文件写入进行了改进,现在会在写入失败后进行重试,如果重试失败才退出内核,这样能够在一定程度上提升稳定性。
### 数据同步
主要的改进是在数据同步后不再整体刷新界面,而是只刷新变更的部分,这样可以减少界面闪烁,提升用户体验。
### 社区集市
社区集市中的各类扩展包统一增加了一些配置项:
* 赞助:支持配置 Open Collective、Patreon、GitHub 和自定义赞助链接
* 图标:支持配置包图标
* 国际化:支持配置多语言
建议集市包开发者更新相关配置以便在集市中获得更好的展示效果,具体请参考下面的示例:
* [SiYuan theme sample](https://github.com/siyuan-note/theme-sample)
* [SiYuan icon sample](https://github.com/siyuan-note/icon-sample)
* [SiYuan template sample](https://github.com/siyuan-note/template-sample)
* [SiYuan widget sample](https://github.com/siyuan-note/widget-sample)
* [SiYuan plugin sample](https://github.com/siyuan-note/plugin-sample)
## 变更记录
以下是详细的变更记录。
### 改进功能
* [折叠标题块后避免页面跳动](https://github.com/siyuan-note/siyuan/issues/7785)
* [初始化插件系统](https://github.com/siyuan-note/siyuan/issues/8041)
* [添加社区插件集市](https://github.com/siyuan-note/siyuan/issues/8043)
* [间隔重复界面支持转换为页签](https://github.com/siyuan-note/siyuan/issues/8061)
* [数据同步后不再整体刷新界面](https://github.com/siyuan-note/siyuan/issues/8098)
* [在对空段落使用 `F3` 进行 `新建子文档名为` 后不再自动选中所有块](https://github.com/siyuan-note/siyuan/issues/8099)
* [改进账号鉴权失败后数据同步的报错提示](https://github.com/siyuan-note/siyuan/issues/8101)
* [第二次按 `Alt+F` 时关闭间隔重复界面](https://github.com/siyuan-note/siyuan/issues/8102)
* [在 PDF 页签中点击损坏的超链接不再导致白屏](https://github.com/siyuan-note/siyuan/issues/8103)
* [标题块开始前输入 `1. ` 不再转换为有序列表](https://github.com/siyuan-note/siyuan/issues/8105)
* [在非空段落块开始前输入 `[]` 支持转换为任务列表](https://github.com/siyuan-note/siyuan/issues/8108)
* [改进导出 PDF 分页](https://github.com/siyuan-note/siyuan/pull/8110)
* [使用超链接设置题头图时支持包含空格的路径](https://github.com/siyuan-note/siyuan/issues/8113)
* [选择多个块复制后粘贴为纯文本使用换行分隔内容](https://github.com/siyuan-note/siyuan/issues/8114)
* [块引搜索列表中对于文档块结果优先使用文档图标](https://github.com/siyuan-note/siyuan/issues/8115)
* [支持聚焦块导出模板](https://github.com/siyuan-note/siyuan/issues/8117)
* [在空白的开始页添加一些指引提示](https://github.com/siyuan-note/siyuan/issues/8120)
* [改进搜索转换为页签](https://github.com/siyuan-note/siyuan/issues/8139)
* [改进数据快照对比图标](https://github.com/siyuan-note/siyuan/issues/8140)
* [WebSocket 重连不再刷新界面](https://github.com/siyuan-note/siyuan/issues/8141)
* [支持选择 GPT 模型 `gpt-4`、`gpt-4-32k` 和 `gpt-3.5-turbo`](https://github.com/siyuan-note/siyuan/issues/8142)
* [`复制块超链接Markdown` 锚文本长度遵循编辑器设置 `块引动态锚文本最大长度`](https://github.com/siyuan-note/siyuan/issues/8144)
* [第二次点击页签列表按钮后关闭列表](https://github.com/siyuan-note/siyuan/issues/8147)
* [改进移动端软键盘弹起后题头图大小定位](https://github.com/siyuan-note/siyuan/issues/8148)
* [改进文件写入稳定性](https://github.com/siyuan-note/siyuan/issues/8149)
* [PDF 标注中包含换行是移除对于空格](https://github.com/siyuan-note/siyuan/issues/8152)
* [属性对话框中添加占位文案提示](https://github.com/siyuan-note/siyuan/issues/8154)
* [改进制作闪卡后的动画](https://github.com/siyuan-note/siyuan/issues/8157)
* [改进编辑器加载动画](https://github.com/siyuan-note/siyuan/issues/8158)
* [扩大 AI Chat 输入框](https://github.com/siyuan-note/siyuan/issues/8161)
* [在移动端显示空块提示](https://github.com/siyuan-note/siyuan/issues/8162)
* [块标菜单添加移动相关的组合键悬浮提示](https://github.com/siyuan-note/siyuan/issues/8163)
* [改进反链面板中列表上下文折叠逻辑](https://github.com/siyuan-note/siyuan/issues/8165)
* [API `/api/query/sql` 增加 `LIMIT` 子句](https://github.com/siyuan-note/siyuan/issues/8167)
* [支持 AVIF 图片格式](https://github.com/siyuan-note/siyuan/issues/8170)
* [自定义块属性支持更多符号](https://github.com/siyuan-note/siyuan/pull/8172)
* [改进集市界面](https://github.com/siyuan-note/siyuan/issues/8181)
* [在移动端创建文档后一些情况不再跳转打开](https://github.com/siyuan-note/siyuan/issues/8184)
* [改进导出 Markdown 超链接锚文本](https://github.com/siyuan-note/siyuan/issues/8191)
* [在华为手机上不再支持配置 OpenAI](https://github.com/siyuan-note/siyuan/issues/8192)
* [打开页签时在所有窗口中检查是否重复打开](https://github.com/siyuan-note/siyuan/issues/8193)
* [在浮窗中修改行级备注后未保存](https://github.com/siyuan-note/siyuan/issues/8199)
* [更新反馈图标](https://github.com/siyuan-note/siyuan/issues/8201)
* [间隔重复文档树过滤浮窗中显示计数](https://github.com/siyuan-note/siyuan/issues/8202)
### 修复缺陷
* [在标题块开始前输入 `- ``* ``[] ` 解析异常](https://github.com/siyuan-note/siyuan/issues/8106)
* [导出 PDF 预览加载失败](https://github.com/siyuan-note/siyuan/issues/8126)
* [同名的文档中通过引用创建子文档时存放位置不正确](https://github.com/siyuan-note/siyuan/issues/8138)
* [反链提及中键盘元素高亮不正确](https://github.com/siyuan-note/siyuan/issues/8143)
* [PDF 页签中无法使用 `↑/↓`](https://github.com/siyuan-note/siyuan/issues/8164)
* [在 PDF 标注引用中叠加块引用元素导致查询未引用资源失败](https://github.com/siyuan-note/siyuan/issues/8186)
* [行级公式中无法插入 `"`](https://github.com/siyuan-note/siyuan/issues/8190)
* [表格单元格中插入多个文件后丢失数据](https://github.com/siyuan-note/siyuan/issues/8196)
### 改进文档
* [在用户指南中增加 社区资源 章节](https://github.com/siyuan-note/siyuan/issues/8123)
* [在用户指南中增加 术语表 章节](https://github.com/siyuan-note/siyuan/issues/8137)
### 开发重构
* [释放 Electron 渲染窗口事件](https://github.com/siyuan-note/siyuan/issues/8107)
* [升级 Electron](https://github.com/siyuan-note/siyuan/issues/8197)
### 开发者
* [引入 Petal 模块](https://github.com/siyuan-note/siyuan/pull/8001)
* [内核 API 支持加载插件](https://github.com/siyuan-note/siyuan/issues/8044)
* [改进 API `listDocsByPath` 参数 `sort`](https://github.com/siyuan-note/siyuan/pull/8156)
* [提供集市包模板库](https://github.com/siyuan-note/siyuan/issues/8168)
* [集市包增加赞助设置](https://github.com/siyuan-note/siyuan/issues/8171)
* [集市包增加图标设置](https://github.com/siyuan-note/siyuan/issues/8174)
* [集市包增加国际化设置](https://github.com/siyuan-note/siyuan/issues/8177)

View file

@ -0,0 +1,70 @@
## Overview
In this version, a single document can be exported to more formats, such as reStructuredText, AsciiDoc, Textile, and OPML.
### More than 10,000 GitHub stars
At the eve of this version release, SiYuan's star count on GitHub just exceeded 10K, thanks for your support.
If you haven't starred yet and think SiYuan is doing well, please give a star to help promote it, thank you very much!
[https://github.com/siyuan-note/siyuan](https://github.com/siyuan-note/siyuan)
## Changelogs
Below are the detailed changelogs.
### Enhancement
* [Escape the notification message](https://github.com/siyuan-note/siyuan/issues/7811)
* [Support mouse wheel zoom editor font size](https://github.com/siyuan-note/siyuan/issues/8064)
* [Support for more export formats on the desktop](https://github.com/siyuan-note/siyuan/issues/8127)
* [Support for exporting reStructuredText](https://github.com/siyuan-note/siyuan/issues/8128)
* [Support for exporting AsciiDoc](https://github.com/siyuan-note/siyuan/issues/8129)
* [Support for exporting Textile](https://github.com/siyuan-note/siyuan/issues/8130)
* [Support for exporting OPML](https://github.com/siyuan-note/siyuan/issues/8131)
* [Support for exporting RTF](https://github.com/siyuan-note/siyuan/issues/8132)
* [Support for exporting ODT](https://github.com/siyuan-note/siyuan/issues/8133)
* [Support for exporting EPUB](https://github.com/siyuan-note/siyuan/issues/8134)
* [Support for exporting MediaWiki](https://github.com/siyuan-note/siyuan/issues/8135)
* [Support for exporting Org-Mode](https://github.com/siyuan-note/siyuan/issues/8136)
* [Hide the search history when it is clicked a second time](https://github.com/siyuan-note/siyuan/issues/8183)
* [Show interface zoom action on the top bar](https://github.com/siyuan-note/siyuan/issues/8212)
* [When multiple windows exist, each window should be isolated using the `Optimize Typesetting`](https://github.com/siyuan-note/siyuan/issues/8216)
* [Improve marketplace UI](https://github.com/siyuan-note/siyuan/issues/8219)
* [Improve initialization data sync interaction](https://github.com/siyuan-note/siyuan/issues/8220)
* [Add Settings - Search - Index - Asset path](https://github.com/siyuan-note/siyuan/issues/8221)
* [Show tips if dynamic loading is available](https://github.com/siyuan-note/siyuan/issues/8224)
* [Kernel API `/api/query/sql` support `UNION` statement](https://github.com/siyuan-note/siyuan/issues/8226)
* [Reset doc browsing position after data snapshot rollback](https://github.com/siyuan-note/siyuan/issues/8231)
* [Empty blocks don't show `Input text` under read-only mode on the mobile](https://github.com/siyuan-note/siyuan/issues/8232)
* [Add kernel API `/api/convert/pandoc`](https://github.com/siyuan-note/siyuan/issues/8235)
* [When `New document save location` is configured as `../`, it will be completed as `../Untitled`](https://github.com/siyuan-note/siyuan/issues/8238)
* [Flashcards in closed notebooks are no longer counted when spaced repeat](https://github.com/siyuan-note/siyuan/issues/8240)
* [Add confirmation dialog when removing marketplace package](https://github.com/siyuan-note/siyuan/issues/8242)
* [Settings search can't find `Network Image Corner`](https://github.com/siyuan-note/siyuan/issues/8245)
* [Improve list appearance when using large fonts](https://github.com/siyuan-note/siyuan/issues/8246)
* [Improve appearance and interact](https://github.com/siyuan-note/siyuan/issues/8247)
* [Improve open doc performance](https://github.com/siyuan-note/siyuan/issues/8248)
* [Add kernel API `/api/block/getChildBlocks`](https://github.com/siyuan-note/siyuan/issues/8249)
* [Go back/forward should affect outline focus](https://github.com/siyuan-note/siyuan/issues/8256)
* [Release the related resources when uninstalling the plugin](https://github.com/siyuan-note/siyuan/issues/8258)
* [Data sync connectivity check supports redirection](https://github.com/siyuan-note/siyuan/issues/8264)
### Bugfix
* [Enter ``` in the code block behaves abnormally](https://github.com/siyuan-note/siyuan/issues/8187)
* [The shortcut keys are invalid after the spaced repetition is tabbed](https://github.com/siyuan-note/siyuan/issues/8214)
* [Pressing `Enter` after selecting a block in the bookmark panel reports an error](https://github.com/siyuan-note/siyuan/issues/8218)
* [Marketplace package sorting failure](https://github.com/siyuan-note/siyuan/issues/8223)
* [Unable to display network images when exporting a block as an image](https://github.com/siyuan-note/siyuan/issues/8225)
* [Uncontrollable page jumping](https://github.com/siyuan-note/siyuan/issues/8229)
* [Outline jump positioning is incorrect](https://github.com/siyuan-note/siyuan/issues/8233)
* [Export PDF hangs on focus heading](https://github.com/siyuan-note/siyuan/issues/8239)
* [Only the first plugin switch is valid in the marketplace downloaded](https://github.com/siyuan-note/siyuan/issues/8243)
* [The flashcard mark of the doc title is not displayed](https://github.com/siyuan-note/siyuan/issues/8260)
### Development
* [Cannot return when plugin `loadData` is empty](https://github.com/siyuan-note/siyuan/issues/8259)
* [Bazaar resource directories support symlink](https://github.com/siyuan-note/siyuan/pull/8263)

View file

@ -0,0 +1,70 @@
## 概述
在该版本中,单个文档可以导出更多格式了,比如 reStructuredText、AsciiDoc、Textile 和 OPML 等。
### GitHub 星标破万
这个版本发布前夕SiYuan 在 GitHub 上的星标数刚刚超过了 10K感谢大家的支持。
如果你还没有标星并且觉得思源做的还不错,请给颗星帮助推广,非常感谢!
[https://github.com/siyuan-note/siyuan](https://github.com/siyuan-note/siyuan)
## 变更记录
以下是详细的变更记录。
### 改进功能
* [转义通知消息](https://github.com/siyuan-note/siyuan/issues/7811)
* [支持鼠标滚轮调整编辑器自定](https://github.com/siyuan-note/siyuan/issues/8064)
* [在桌面端支持更多的导出格式](https://github.com/siyuan-note/siyuan/issues/8127)
* [支持导出 reStructuredText](https://github.com/siyuan-note/siyuan/issues/8128)
* [支持导出 AsciiDoc](https://github.com/siyuan-note/siyuan/issues/8129)
* [支持导出 Textile](https://github.com/siyuan-note/siyuan/issues/8130)
* [支持导出 OPML](https://github.com/siyuan-note/siyuan/issues/8131)
* [支持导出 RTF](https://github.com/siyuan-note/siyuan/issues/8132)
* [支持导出 ODT](https://github.com/siyuan-note/siyuan/issues/8133)
* [支持导出 EPUB](https://github.com/siyuan-note/siyuan/issues/8134)
* [支持导出 MediaWiki](https://github.com/siyuan-note/siyuan/issues/8135)
* [支持导出 Org-Mode](https://github.com/siyuan-note/siyuan/issues/8136)
* [第二次点击搜索历史时进行隐藏](https://github.com/siyuan-note/siyuan/issues/8183)
* [在顶栏显示界面缩放操作](https://github.com/siyuan-note/siyuan/issues/8212)
* [多窗口情况下 `排版优化` 独立给出操作反馈](https://github.com/siyuan-note/siyuan/issues/8216)
* [改进社区集市界面](https://github.com/siyuan-note/siyuan/issues/8219)
* [改进初始化数据同步交互](https://github.com/siyuan-note/siyuan/issues/8220)
* [增加 设置 - 搜索 - 索引 - 资源文件路径](https://github.com/siyuan-note/siyuan/issues/8221)
* [文档动态加载可用时显示提示](https://github.com/siyuan-note/siyuan/issues/8224)
* [内核 API `/api/query/sql` 支持 `UNION` 语句](https://github.com/siyuan-note/siyuan/issues/8226)
* [数据快照回滚以后重置浏览位置](https://github.com/siyuan-note/siyuan/issues/8231)
* [在移动端只读模式下空块不再显示 `输入文本`](https://github.com/siyuan-note/siyuan/issues/8232)
* [新增内核 API `/api/convert/pandoc`](https://github.com/siyuan-note/siyuan/issues/8235)
* [当 `新建文档存放路径` 配置为 `../` 时自动补全为 `../Untitled`](https://github.com/siyuan-note/siyuan/issues/8238)
* [间隔重复中不再计入已经关闭笔记本中的闪卡](https://github.com/siyuan-note/siyuan/issues/8240)
* [删除集市包时弹出确认对话框](https://github.com/siyuan-note/siyuan/issues/8242)
* [设置搜索支持 `网络图片角标`](https://github.com/siyuan-note/siyuan/issues/8245)
* [改进编辑器字体较大时的列表渲染](https://github.com/siyuan-note/siyuan/issues/8246)
* [改进一些外观交互细节](https://github.com/siyuan-note/siyuan/issues/8247)
* [改进打开文档性能](https://github.com/siyuan-note/siyuan/issues/8248)
* [新增内核 API `/api/block/getChildBlocks`](https://github.com/siyuan-note/siyuan/issues/8249)
* [前进/后退时改变大纲焦点](https://github.com/siyuan-note/siyuan/issues/8256)
* [卸载插件时释放相关资源](https://github.com/siyuan-note/siyuan/issues/8258)
* [数据同步连通性校验支持重定向](https://github.com/siyuan-note/siyuan/issues/8264)
### 修复缺陷
* [在代码块中输入 ``` 后表现异常](https://github.com/siyuan-note/siyuan/issues/8187)
* [间隔重复转换为页签后快捷键失效](https://github.com/siyuan-note/siyuan/issues/8214)
* [在书签面板中按下 `Enter` 后报错](https://github.com/siyuan-note/siyuan/issues/8218)
* [集市包排序失效](https://github.com/siyuan-note/siyuan/issues/8223)
* [导出为图片时网络图片无法显示](https://github.com/siyuan-note/siyuan/issues/8225)
* [不受控制的页面跳动](https://github.com/siyuan-note/siyuan/issues/8229)
* [大纲跳转定位不正确](https://github.com/siyuan-note/siyuan/issues/8233)
* [聚焦标题后导出 PDF 挂起](https://github.com/siyuan-note/siyuan/issues/8239)
* [集市已下载中无法启用插件](https://github.com/siyuan-note/siyuan/issues/8243)
* [文档标题闪卡标记不显示](https://github.com/siyuan-note/siyuan/issues/8260)
### 开发者
* [插件 `loadData` 为空时无返回](https://github.com/siyuan-note/siyuan/issues/8259)
* [集市资源目录支持符号链接](https://github.com/siyuan-note/siyuan/pull/8263)

View file

@ -0,0 +1,57 @@
## Overview
If you encountered incomplete export or incomplete document dynamic loading in the old version, you should be able to solve these problems after upgrading to this version.
### Windows 7, 8 and Server 2012 will be no longer supported soon
The last version to support these old systems is the next version v2.8.10, and later versions will no longer support Windows 7, 8 and Server 2012, please upgrade to Windows 10 and above.
## Changelogs
Below are the detailed changes in this version.
### Enhancement
* [Support pop-up window dragging position and size](https://github.com/siyuan-note/siyuan/issues/7676)
* [Support block setting font size](https://github.com/siyuan-note/siyuan/issues/7973)
* [Holding `Shift` to hover a block ref to show backlinks of it](https://github.com/siyuan-note/siyuan/issues/7999)
* [Put some existing plugins on the community marketplace](https://github.com/siyuan-note/siyuan/issues/8042)
* [Remove debugging info `Need remove unused code` on the mobile](https://github.com/siyuan-note/siyuan/issues/8272)
* [Improve search result highlight and positioning](https://github.com/siyuan-note/siyuan/issues/8274)
* [Widgets search supports symlink subdirectory](https://github.com/siyuan-note/siyuan/pull/8276)
* [No more quote font optimization](https://github.com/siyuan-note/siyuan/issues/8281)
* [Support for embedding images when exporting EPUB, ODT and RTF](https://github.com/siyuan-note/siyuan/issues/8288)
* [Improve `Paste` and `Paste as plain text`](https://github.com/siyuan-note/siyuan/issues/8289)
* [Inbox support move to path and copy content](https://github.com/siyuan-note/siyuan/issues/8296)
* [Do not URL-encode hyperlink when importing Markdown](https://github.com/siyuan-note/siyuan/issues/8302)
* [Clicking on the editor does not move the cursor after editing link, block ref and file annotation](https://github.com/siyuan-note/siyuan/issues/8315)
* [Blocks below other non-folded headings are no longer moved when moving a folded heading](https://github.com/siyuan-note/siyuan/issues/8321)
* [After downloading the plugin, ask whether to enable it immediately](https://github.com/siyuan-note/siyuan/issues/8322)
* [Improve the position and size of the main window after desktop initialization](https://github.com/siyuan-note/siyuan/issues/8326)
* [Add "⋮" menu icon to tag panel](https://github.com/siyuan-note/siyuan/issues/8327)
* [Add kernel API `/api/file/renameFile`](https://github.com/siyuan-note/siyuan/issues/8328)
### Abolishment
* [Remove automatic update on Linux](https://github.com/siyuan-note/siyuan/issues/8275)
### Bugfix
* [Export doc is incomplete](https://github.com/siyuan-note/siyuan/issues/8279)
* [Custom sorting not maintained after importing .sy.zip](https://github.com/siyuan-note/siyuan/issues/8283)
* [Document dynamic loading is incomplete](https://github.com/siyuan-note/siyuan/issues/8285)
* [Parse exceptions when copying and pasting hyperlink whose address contains `"`](https://github.com/siyuan-note/siyuan/issues/8290)
* [Pasting another ref before or after an existing ref should not merge](https://github.com/siyuan-note/siyuan/issues/8309)
* [The mobile cannot be opened normally In some cases](https://github.com/siyuan-note/siyuan/issues/8320)
### Document
* [Update doc of kernel API `insertBlock`](https://github.com/siyuan-note/siyuan/issues/8270)
* [Add "The latest progress" chapter to user guide](https://github.com/siyuan-note/siyuan/issues/8306)
### Development
* [Improve plugin API `loadData`](https://github.com/siyuan-note/siyuan/issues/8273)
* [Plugin API `onunload` not being called](https://github.com/siyuan-note/siyuan/issues/8277)
* [Add plugin sample template with vite and svelte](https://github.com/siyuan-note/siyuan/issues/8311)
* [Kernel API `/api/file/*` no longer use HTTP status code](https://github.com/siyuan-note/siyuan/issues/8329)

View file

@ -0,0 +1,57 @@
## 概述
如果你在旧版本中遇到了导出不完整或者文档动态加载不完整的情况,那么升级到该版本后应该就可以解决这些问题了。
### 即将不再支持 Windows 7、8 和 Server 2012
最后一个支持这些老旧系统的版本是下个版本 v2.8.10,以后发布的版本将不再支持 Windows 7、8 和 Server 2012 如有可能请尽快升级到 Windows 10 或更高版本。
## 变更记录
以下是此版本中的详细变更。
### 改进功能
* [支持弹出窗口拖拽位置和大小](https://github.com/siyuan-note/siyuan/issues/7676)
* [支持块设置字体大小](https://github.com/siyuan-note/siyuan/issues/7973)
* [按住 `Shift` 后鼠标悬浮块引用查看反链](https://github.com/siyuan-note/siyuan/issues/7999)
* [社区集市上线一些插件](https://github.com/siyuan-note/siyuan/issues/8042)
* [删除移动端调试信息 `Need remove unused code`](https://github.com/siyuan-note/siyuan/issues/8272)
* [改进搜索结果在预览区的高亮和定位](https://github.com/siyuan-note/siyuan/issues/8274)
* [挂件搜索支持符号链接](https://github.com/siyuan-note/siyuan/pull/8276)
* [不再使用 quote 字体优化](https://github.com/siyuan-note/siyuan/issues/8281)
* [支持导出 EPUB、ODT 和 RTF 时嵌入图片](https://github.com/siyuan-note/siyuan/issues/8288)
* [改进 `粘贴` 和 `粘贴为纯文本`](https://github.com/siyuan-note/siyuan/issues/8289)
* [云端收集箱支持移动到具体路径和复制内容](https://github.com/siyuan-note/siyuan/issues/8296)
* [导入 Markdown 时不再使用 URL 编码超链接地址](https://github.com/siyuan-note/siyuan/issues/8302)
* [点击编辑器时不再将光标移到链接、引用后](https://github.com/siyuan-note/siyuan/issues/8315)
* [移动折叠标题时不再移动其他非折叠标题的下方块](https://github.com/siyuan-note/siyuan/issues/8321)
* [下载插件后询问是否立即启用](https://github.com/siyuan-note/siyuan/issues/8322)
* [改进桌面端初始化后主窗口的位置和大小](https://github.com/siyuan-note/siyuan/issues/8326)
* [标签面板添加 `⋮` 菜单图标](https://github.com/siyuan-note/siyuan/issues/8327)
* [添加内核 API `/api/file/renameFile`](https://github.com/siyuan-note/siyuan/issues/8328)
### 移除功能
* [移除 Linux 端自动更新](https://github.com/siyuan-note/siyuan/issues/8275)
### 修复缺陷
* [导出文档不完整](https://github.com/siyuan-note/siyuan/issues/8279)
* [导入 .sy.zip 后自定义排序丢失](https://github.com/siyuan-note/siyuan/issues/8283)
* [文档动态加载不完整](https://github.com/siyuan-note/siyuan/issues/8285)
* [复制粘贴包含 `"` 的超链接时解析移除](https://github.com/siyuan-note/siyuan/issues/8290)
* [在已有引用前后粘贴引用后不应该合并](https://github.com/siyuan-note/siyuan/issues/8309)
* [移动端在某些情况下显示空白](https://github.com/siyuan-note/siyuan/issues/8320)
### 文档
* [更新内核 API `insertBlock`](https://github.com/siyuan-note/siyuan/issues/8270)
* [在用户指南中添加 最新进展 章节](https://github.com/siyuan-note/siyuan/issues/8306)
### 开发者
* [改进插件 API `loadData`](https://github.com/siyuan-note/siyuan/issues/8273)
* [插件 API `onunload` 未被调用](https://github.com/siyuan-note/siyuan/issues/8277)
* [发布使用 Vite 和 Svelte 的插件样例模板库](https://github.com/siyuan-note/siyuan/issues/8311)
* [内核 API `/api/file/*` 不再使用 HTTP 状态码](https://github.com/siyuan-note/siyuan/issues/8329)