📝 Update changelogs
This commit is contained in:
parent
afb5327c43
commit
990af59209
3 changed files with 132 additions and 0 deletions
44
app/changelogs/v2.10.7/v2.10.7.md
Normal file
44
app/changelogs/v2.10.7/v2.10.7.md
Normal file
|
@ -0,0 +1,44 @@
|
|||
## Overview
|
||||
|
||||
This version fixes some bugs, and it is recommended to upgrade. In addition, starting from this version, paying users can take priority in participating in the public beta of the database feature.
|
||||
|
||||
Advertisement: Currently, `PRO Features` are in the early bird price stage, welcome to [learn more](https://b3log.org/siyuan/pricing.html).
|
||||
|
||||
Note: The annual `Subscription` includes `Pro features`. If you are an annual subscriber, you do not need to buy PRO Features separately.
|
||||
|
||||
## Changelogs
|
||||
|
||||
Below are the detailed changes in this version.
|
||||
|
||||
### Enhancement
|
||||
|
||||
* [Improve auth failed tip for browser access on non `127.0.0.1`](https://github.com/siyuan-note/siyuan/issues/9224)
|
||||
* [Improve traditional indentation when list items contain multiple blocks](https://github.com/siyuan-note/siyuan/issues/9226)
|
||||
* [Improve the handling of inline-math containing `|` in the table](https://github.com/siyuan-note/siyuan/issues/9227)
|
||||
* [No longer trim spaces for the keyword and replacement](https://github.com/siyuan-note/siyuan/issues/9229)
|
||||
* [Improve the pagination strategy of long table for exporting PDF](https://github.com/siyuan-note/siyuan/pull/9234)
|
||||
* [Refresh content in `Export Preview` mode using shortcut key `F5`](https://github.com/siyuan-note/siyuan/issues/9235)
|
||||
* [Exit the application and save the layout on the Pad](https://github.com/siyuan-note/siyuan/issues/9244)
|
||||
* [Add loading animation and automatic refresh in preview mode](https://github.com/siyuan-note/siyuan/issues/9247)
|
||||
* [Improve data sync network connectivity check](https://github.com/siyuan-note/siyuan/issues/9251)
|
||||
* [Improve the handling of inline-code containing `|` in the table](https://github.com/siyuan-note/siyuan/issues/9252)
|
||||
* [Improve thematic break editing](https://github.com/siyuan-note/siyuan/issues/9259)
|
||||
|
||||
### Bugfix
|
||||
|
||||
* [Crash on Android 14](https://github.com/siyuan-note/siyuan/issues/9212)
|
||||
* [List item Shift+Tab exception](https://github.com/siyuan-note/siyuan/issues/9237)
|
||||
* [Disable all plugins and other markets will not work](https://github.com/siyuan-note/siyuan/issues/9238)
|
||||
* [Incomplete data when pasting task list nested list](https://github.com/siyuan-note/siyuan/issues/9239)
|
||||
* [Negative numbers appear when clicking the paging button on the search interface quickly and continuously](https://github.com/siyuan-note/siyuan/issues/9243)
|
||||
* [Tab flashcard cannot be dragged](https://github.com/siyuan-note/siyuan/issues/9250)
|
||||
* [`Exit focus` should not be displayed when opening an embedded document block](https://github.com/siyuan-note/siyuan/issues/9254)
|
||||
* [Ctrl+scroll wheel code block line number is misaligned after zooming](https://github.com/siyuan-note/siyuan/issues/9260)
|
||||
|
||||
### Development
|
||||
|
||||
* [Add asset type column to Attribute View](https://github.com/siyuan-note/siyuan/issues/8895)
|
||||
* [Add animation effects when inserting blocks into the database](https://github.com/siyuan-note/siyuan/issues/9092)
|
||||
* [Improve the sequence of pluign submenu item in title icon menu](https://github.com/siyuan-note/siyuan/pull/9225)
|
||||
* [Database Beta](https://github.com/siyuan-note/siyuan/issues/9242)
|
||||
* [Add header `Access-Control-Max-Age` for OPTIONS requests](https://github.com/siyuan-note/siyuan/pull/9257)
|
44
app/changelogs/v2.10.7/v2.10.7_zh_CHT.md
Normal file
44
app/changelogs/v2.10.7/v2.10.7_zh_CHT.md
Normal file
|
@ -0,0 +1,44 @@
|
|||
## 概述
|
||||
|
||||
此版本修復了一些缺陷,建議升級。 另外,從此版本開始付費用戶可以優先參與資料庫特性公測。
|
||||
|
||||
廣告: 目前 `功能特性` 正處於早鳥價階段,歡迎[了解](https://b3log.org/siyuan/pricing.html)。
|
||||
|
||||
註:`年付訂閱` 包含 `功能特性`,如果你是訂閱會員,則無需單獨購買功能特性。
|
||||
|
||||
## 變更記錄
|
||||
|
||||
以下是此版本中的詳細變更。
|
||||
|
||||
### 改進功能
|
||||
|
||||
* [改進瀏覽器端使用非 `127.0.0.1` 存取時鑑權失敗提示](https://github.com/siyuan-note/siyuan/issues/9224)
|
||||
* [改進清單項目下包含多塊時的傳統縮排表現](https://github.com/siyuan-note/siyuan/issues/9226)
|
||||
* [改進表格中包含 `|` 時行級公式的處理](https://github.com/siyuan-note/siyuan/issues/9227)
|
||||
* [搜尋替換時不再剔除關鍵字首尾空格](https://github.com/siyuan-note/siyuan/issues/9229)
|
||||
* [改進匯出 PDF 長度表格的分頁策略](https://github.com/siyuan-note/siyuan/pull/9234)
|
||||
* [支援 `匯出預覽` 模式下使用 `F5` 刷新](https://github.com/siyuan-note/siyuan/issues/9235)
|
||||
* [Pad 端正常 退出應用程式 時儲存版面配置](https://github.com/siyuan-note/siyuan/issues/9244)
|
||||
* [為預覽模式新增載入動畫和自動刷新](https://github.com/siyuan-note/siyuan/issues/9247)
|
||||
* [改進資料同步網路連結性檢查](https://github.com/siyuan-note/siyuan/issues/9251)
|
||||
* [改進表格中包含 `|` 時行級程式碼的處理](https://github.com/siyuan-note/siyuan/issues/9252)
|
||||
* [改進分隔線編輯](https://github.com/siyuan-note/siyuan/issues/9259)
|
||||
|
||||
### 修復缺陷
|
||||
|
||||
* [修復在 Android 14 上閃退的問題](https://github.com/siyuan-note/siyuan/issues/9212)
|
||||
* [列表項目 Shift+Tab 異常](https://github.com/siyuan-note/siyuan/issues/9237)
|
||||
* [禁用所有插件後其他集市區不工作](https://github.com/siyuan-note/siyuan/issues/9238)
|
||||
* [在任務清單中嵌套清單後貼上資料不完整](https://github.com/siyuan-note/siyuan/issues/9239)
|
||||
* [搜尋介面連續快速點選分頁按鈕後出現負數](https://github.com/siyuan-note/siyuan/issues/9243)
|
||||
* [閃卡頁籤無法拖曳](https://github.com/siyuan-note/siyuan/issues/9250)
|
||||
* [從嵌入區塊中開啟文件後不應該顯示 `退出聚焦`](https://github.com/siyuan-note/siyuan/issues/9254)
|
||||
* [Ctrl+滾輪 調整字號後程式碼區塊行號錯位](https://github.com/siyuan-note/siyuan/issues/9260)
|
||||
|
||||
### 開發者
|
||||
|
||||
* [屬性檢視新增資源類型欄位](https://github.com/siyuan-note/siyuan/issues/8895)
|
||||
* [資料庫插入區塊時增加動畫](https://github.com/siyuan-note/siyuan/issues/9092)
|
||||
* [改進文件區塊標選單中的插件選單項目位置](https://github.com/siyuan-note/siyuan/pull/9225)
|
||||
* [資料庫公測](https://github.com/siyuan-note/siyuan/issues/9242)
|
||||
* [為 OPTIONS 請求新增標頭 `Access-Control-Max-Age`](https://github.com/siyuan-note/siyuan/pull/9257)
|
44
app/changelogs/v2.10.7/v2.10.7_zh_CN.md
Normal file
44
app/changelogs/v2.10.7/v2.10.7_zh_CN.md
Normal file
|
@ -0,0 +1,44 @@
|
|||
## 概述
|
||||
|
||||
该版本修复了一些缺陷,建议升级。另外,从该版本开始付费用户可以优先参与数据库特性公测。
|
||||
|
||||
广告: 目前 `功能特性` 正处于早鸟价阶段,欢迎[了解](https://b3log.org/siyuan/pricing.html)。
|
||||
|
||||
注:`年付订阅` 包含 `功能特性`,如果你是订阅会员,则无需单独购买功能特性。
|
||||
|
||||
## 变更记录
|
||||
|
||||
以下是此版本中的详细变更。
|
||||
|
||||
### 改进功能
|
||||
|
||||
* [改进浏览器端使用非 `127.0.0.1` 访问时鉴权失败提示](https://github.com/siyuan-note/siyuan/issues/9224)
|
||||
* [改进列表项下包含多块时的传统缩进表现](https://github.com/siyuan-note/siyuan/issues/9226)
|
||||
* [改进表格中包含 `|` 时行级公式的处理](https://github.com/siyuan-note/siyuan/issues/9227)
|
||||
* [搜索替换时不再剔除关键字首尾空格](https://github.com/siyuan-note/siyuan/issues/9229)
|
||||
* [改进导出 PDF 时长表格的分页策略](https://github.com/siyuan-note/siyuan/pull/9234)
|
||||
* [支持 `导出预览` 模式下使用 `F5` 刷新](https://github.com/siyuan-note/siyuan/issues/9235)
|
||||
* [Pad 端正常 退出应用 时保存布局](https://github.com/siyuan-note/siyuan/issues/9244)
|
||||
* [为预览模式添加载入动画和自动刷新](https://github.com/siyuan-note/siyuan/issues/9247)
|
||||
* [改进数据同步网络连通性检查](https://github.com/siyuan-note/siyuan/issues/9251)
|
||||
* [改进表格中包含 `|` 时行级代码的处理](https://github.com/siyuan-note/siyuan/issues/9252)
|
||||
* [改进分隔线编辑](https://github.com/siyuan-note/siyuan/issues/9259)
|
||||
|
||||
### 修复缺陷
|
||||
|
||||
* [修复在 Android 14 上闪退的问题](https://github.com/siyuan-note/siyuan/issues/9212)
|
||||
* [列表项 Shift+Tab 异常](https://github.com/siyuan-note/siyuan/issues/9237)
|
||||
* [禁用所有插件后其他集市区不工作](https://github.com/siyuan-note/siyuan/issues/9238)
|
||||
* [在任务列表中嵌套列表后粘贴数据不完整](https://github.com/siyuan-note/siyuan/issues/9239)
|
||||
* [搜索界面连续快速点击分页按钮后出现负数](https://github.com/siyuan-note/siyuan/issues/9243)
|
||||
* [闪卡页签无法拖拽](https://github.com/siyuan-note/siyuan/issues/9250)
|
||||
* [从嵌入块中打开文档后不应该显示 `退出聚焦`](https://github.com/siyuan-note/siyuan/issues/9254)
|
||||
* [Ctrl+滚轮 调整字号后代码块行号错位](https://github.com/siyuan-note/siyuan/issues/9260)
|
||||
|
||||
### 开发者
|
||||
|
||||
* [属性视图添加资源类型列](https://github.com/siyuan-note/siyuan/issues/8895)
|
||||
* [数据库插入块时增加动画](https://github.com/siyuan-note/siyuan/issues/9092)
|
||||
* [改进文档块标菜单中的插件菜单项位置](https://github.com/siyuan-note/siyuan/pull/9225)
|
||||
* [数据库公测](https://github.com/siyuan-note/siyuan/issues/9242)
|
||||
* [为 OPTIONS 请求添加标头 `Access-Control-Max-Age`](https://github.com/siyuan-note/siyuan/pull/9257)
|
Loading…
Add table
Reference in a new issue