📝 Update changelogs

This commit is contained in:
Daniel 2023-11-27 09:10:55 +08:00
parent e517bbad0f
commit 1e253a1af0
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
3 changed files with 174 additions and 0 deletions

View file

@ -0,0 +1,58 @@
## Overview
This version of the query embed block supports JavaScript execution, allowing for more flexible query display.
In addition, this version also improves data synchronization conflict merging. Welcome to upgrade to experience it.
Advertisement: The `PRO Features` early bird price will end in early January 2024. If you want to purchase, please hurry up. For details, please [visit](https://b3log.org/siyuan/en/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.
### Feature
* [Query embed block supports executing JavaScript](https://github.com/siyuan-note/siyuan/issues/9648)
### Enhancement
* [Improve editor read-only mode](https://github.com/siyuan-note/siyuan/issues/9598)
* [Improve image export when line breaks have background](https://github.com/siyuan-note/siyuan/issues/9685)
* [Baidu input method double quote completion compatible](https://github.com/siyuan-note/siyuan/issues/9686)
* [Improve mobile browser window title](https://github.com/siyuan-note/siyuan/issues/9695)
* [Set the env `SIYUAN_ACCESS_AUTH_CODE_BYPASS=true` to skip checking access auth code when deploying Docker](https://github.com/siyuan-note/siyuan/issues/9709)
* [Menu automatically resizes after resizing textarea in the menu](https://github.com/siyuan-note/siyuan/issues/9715)
* [List file history following the limit of editor history retention days](https://github.com/siyuan-note/siyuan/issues/9723)
* [Proxy setting sometimes cancel requests](https://github.com/siyuan-note/siyuan/issues/9725)
* [Improve processing when copying and pasting plain text contains escape char](https://github.com/siyuan-note/siyuan/issues/9727)
* [Improve Settings - Cloud UI](https://github.com/siyuan-note/siyuan/issues/9730)
* [Improve index verification taskbar push message](https://github.com/siyuan-note/siyuan/issues/9739)
* [Improve data sync perception when data merging](https://github.com/siyuan-note/siyuan/issues/9740)
* [Improve data sync conflicts merging](https://github.com/siyuan-note/siyuan/issues/9741)
### Bugfix
* [Inline memos cannot be searched](https://github.com/siyuan-note/siyuan/issues/9710)
* [Triple-clicking on the last line in the code block cannot select it](https://github.com/siyuan-note/siyuan/issues/9714)
* [Unable to "Quit the application" when no document is opened on mobile](https://github.com/siyuan-note/siyuan/issues/9717)
* [Android small window mode soft keyboard black occlusion](https://github.com/siyuan-note/siyuan/issues/9726)
* [Abnormal behavior after customizing the shortcut key for inserting a code block on Windows](https://github.com/siyuan-note/siyuan/issues/9735)
### Refactor
* [Upgrade Electron v27.1.2](https://github.com/siyuan-note/siyuan/issues/9705)
### Development
* [Support doc/snapshot history for database table view](https://github.com/siyuan-note/siyuan/issues/9567)
* [Improve kernel API authentication](https://github.com/siyuan-note/siyuan/pull/9702)
* [Disable duplication of multi-select column options](https://github.com/siyuan-note/siyuan/issues/9716)
* [Add "Tab" and "Shift+Tab" to select next/previous cell in database table view](https://github.com/siyuan-note/siyuan/issues/9718)
* [Improve database table view update time column rendering performance](https://github.com/siyuan-note/siyuan/issues/9719)
* [Add file access control for some kernel APIs](https://github.com/siyuan-note/siyuan/pull/9722)
* [Improve the position of input after adding row when the database table view is sorted](https://github.com/siyuan-note/siyuan/issues/9724)
* [Improve database table view interaction and text](https://github.com/siyuan-note/siyuan/issues/9728)
* [Add internal kernel API `/api/search/updateEmbedBlock`](https://github.com/siyuan-note/siyuan/issues/9736)
* [Add plugin API `openMobileFileById`](https://github.com/siyuan-note/siyuan/issues/9738)

View file

@ -0,0 +1,58 @@
## 概述
此版本查詢嵌入區塊支援執行 JavaScript從而實現更靈活的查詢顯示。
另外,該版本也改進了資料同步衝突合併,歡迎升級體驗。
廣告: `功能特性` 早鳥價將於 2024 年 1 月初結束,如需購買請抓緊時間,細節請[訪問](https://b3log.org/siyuan/pricing.html)。
註:`年付訂閱` 包含 `功能特性`,如果你是訂閱會員,則無需單獨購買功能特性。
## 變更記錄
以下是此版本中的詳細變更。
### 引入特性
* [查詢嵌入區塊支援執行 JavaScript](https://github.com/siyuan-note/siyuan/issues/9648)
### 改進功能
* [改進編輯器唯讀模式](https://github.com/siyuan-note/siyuan/issues/9598)
* [改進換行並存在背景色時的圖片匯出](https://github.com/siyuan-note/siyuan/issues/9685)
* [相容百度輸入法雙引號自動補全](https://github.com/siyuan-note/siyuan/issues/9686)
* [改進行動裝置瀏覽器視窗標題](https://github.com/siyuan-note/siyuan/issues/9695)
* [Docker 部署時支援透過環境變數 `SIYUAN_ACCESS_AUTH_CODE_BYPASS=true` 跳過授權碼檢查](https://github.com/siyuan-note/siyuan/issues/9709)
* [拖曳選單中的文字輸入區大小時自動調整選單大小](https://github.com/siyuan-note/siyuan/issues/9715)
* [列出文件歷史時遵循編輯器歷史保留天數設定](https://github.com/siyuan-note/siyuan/issues/9723)
* [代理商設定有時會取消要求](https://github.com/siyuan-note/siyuan/issues/9725)
* [改進包含轉義符的純文字複製和貼上](https://github.com/siyuan-note/siyuan/issues/9727)
* [改進 設定 - 雲端 介面](https://github.com/siyuan-note/siyuan/issues/9730)
* [改進索引校驗工作列推播訊息](https://github.com/siyuan-note/siyuan/issues/9739)
* [改進存在資料合併時的資料同步感知](https://github.com/siyuan-note/siyuan/issues/9740)
* [改進資料同步衝突合併](https://github.com/siyuan-note/siyuan/issues/9741)
### 修復缺陷
* [行級備註無法被搜尋](https://github.com/siyuan-note/siyuan/issues/9710)
* [在程式碼區塊最後一行三擊時無法選取](https://github.com/siyuan-note/siyuan/issues/9714)
* [行動端開啟文件的情況下無法 "退出應用程式"](https://github.com/siyuan-note/siyuan/issues/9717)
* [Android 端小窗模式軟鍵盤被黑色遮擋](https://github.com/siyuan-note/siyuan/issues/9726)
* [Windows 端自訂插入程式碼區塊快速鍵後異常](https://github.com/siyuan-note/siyuan/issues/9735)
### 開發重構
* [升級 Electron v27.1.2](https://github.com/siyuan-note/siyuan/issues/9705)
### 開發者
* [資料庫表格檢視支援文件/快照歷史](https://github.com/siyuan-note/siyuan/issues/9567)
* [改進內核 API 驗證](https://github.com/siyuan-note/siyuan/pull/9702)
* [資料庫表格檢視多選列設定出現重複](https://github.com/siyuan-note/siyuan/issues/9716)
* [資料庫表格檢視支援 "Tab" 和 "Shift+Tab" 切換儲存格](https://github.com/siyuan-note/siyuan/issues/9718)
* [改進資料庫表格視圖更新時間列渲染效能](https://github.com/siyuan-note/siyuan/issues/9719)
* [新增內核 APIs 操作檔案存取控制](https://github.com/siyuan-note/siyuan/pull/9722)
* [改進資料庫屬性視圖排序時插入行的位置](https://github.com/siyuan-note/siyuan/issues/9724)
* [改進資料庫表格視圖互動和文案](https://github.com/siyuan-note/siyuan/issues/9728)
* [新增內部內核 API `/api/search/updateEmbedBlock`](https://github.com/siyuan-note/siyuan/issues/9736)
* [新增外掛程式 API `openMobileFileById`](https://github.com/siyuan-note/siyuan/issues/9738)

View file

@ -0,0 +1,58 @@
## 概述
该版本查询嵌入块支持执行 JavaScript从而实现更灵活的查询显示。
另外,该版本也改进了数据同步冲突合并,欢迎升级体验。
广告: `功能特性` 早鸟价将于 2024 年 1 月初结束,如需购买请抓紧时间,细节请[访问](https://b3log.org/siyuan/pricing.html)。
注:`年付订阅` 包含 `功能特性`,如果你是订阅会员,则无需单独购买功能特性。
## 变更记录
以下是此版本中的详细变更。
### 引入特性
* [查询嵌入块支持执行 JavaScript](https://github.com/siyuan-note/siyuan/issues/9648)
### 改进功能
* [改进编辑器只读模式](https://github.com/siyuan-note/siyuan/issues/9598)
* [改进换行并存在背景色时的图片导出](https://github.com/siyuan-note/siyuan/issues/9685)
* [兼容百度输入法双引号自动补全](https://github.com/siyuan-note/siyuan/issues/9686)
* [改进移动端浏览器窗口标题](https://github.com/siyuan-note/siyuan/issues/9695)
* [Docker 部署时支持通过环境变量 `SIYUAN_ACCESS_AUTH_CODE_BYPASS=true` 跳过授权码检查](https://github.com/siyuan-note/siyuan/issues/9709)
* [拖拽菜单中的文本输入区大小时自动调整菜单大小](https://github.com/siyuan-note/siyuan/issues/9715)
* [列出文件历史时遵循编辑器历史保留天数设置](https://github.com/siyuan-note/siyuan/issues/9723)
* [代理设置有时会取消请求](https://github.com/siyuan-note/siyuan/issues/9725)
* [改进包含转义符的纯文本复制和粘贴](https://github.com/siyuan-note/siyuan/issues/9727)
* [改进 设置 - 云端 界面](https://github.com/siyuan-note/siyuan/issues/9730)
* [改进索引校验任务栏推送消息](https://github.com/siyuan-note/siyuan/issues/9739)
* [改进存在数据合并时的数据同步感知](https://github.com/siyuan-note/siyuan/issues/9740)
* [改进数据同步冲突合并](https://github.com/siyuan-note/siyuan/issues/9741)
### 修复缺陷
* [行级备注无法被搜索到](https://github.com/siyuan-note/siyuan/issues/9710)
* [在代码块最后一行三击时无法选中](https://github.com/siyuan-note/siyuan/issues/9714)
* [移动端打开文档的情况下无法 "退出应用"](https://github.com/siyuan-note/siyuan/issues/9717)
* [Android 端小窗模式软键盘被黑色遮挡](https://github.com/siyuan-note/siyuan/issues/9726)
* [Windows 端自定义插入代码块快捷键后异常](https://github.com/siyuan-note/siyuan/issues/9735)
### 开发重构
* [升级 Electron v27.1.2](https://github.com/siyuan-note/siyuan/issues/9705)
### 开发者
* [数据库表格视图支持文档/快照历史](https://github.com/siyuan-note/siyuan/issues/9567)
* [改进内核 API 验证](https://github.com/siyuan-note/siyuan/pull/9702)
* [数据库表格视图多选列设置出现重复](https://github.com/siyuan-note/siyuan/issues/9716)
* [数据库表格视图支持 "Tab" 和 "Shift+Tab" 切换单元格](https://github.com/siyuan-note/siyuan/issues/9718)
* [改进数据库表格视图更新时间列渲染性能](https://github.com/siyuan-note/siyuan/issues/9719)
* [添加内核 APIs 操作文件访问控制](https://github.com/siyuan-note/siyuan/pull/9722)
* [改进数据库属性视图排序时插入行的位置](https://github.com/siyuan-note/siyuan/issues/9724)
* [改进数据库表格视图交互和文案](https://github.com/siyuan-note/siyuan/issues/9728)
* [新增内部内核 API `/api/search/updateEmbedBlock`](https://github.com/siyuan-note/siyuan/issues/9736)
* [新增插件 API `openMobileFileById`](https://github.com/siyuan-note/siyuan/issues/9738)