📝 Update changelogs
This commit is contained in:
parent
15a5939a0c
commit
1f615c5b48
3 changed files with 165 additions and 0 deletions
55
app/changelogs/v3.0.3/v3.0.3.md
Normal file
55
app/changelogs/v3.0.3/v3.0.3.md
Normal file
|
@ -0,0 +1,55 @@
|
|||
## Overview
|
||||
|
||||
This version supports searching within the database table view.
|
||||
|
||||
## Changelogs
|
||||
|
||||
Below are the detailed changes in this version.
|
||||
|
||||
### Enhancement
|
||||
|
||||
* [Database table view in-table search](https://github.com/siyuan-note/siyuan/issues/10419)
|
||||
* [Add hotkey for `Artificial Intelligence`](https://github.com/siyuan-note/siyuan/issues/10472)
|
||||
* [Importing Markdown no longer refreshes the entire interface](https://github.com/siyuan-note/siyuan/issues/10510)
|
||||
* [Support click to open virtual reference on mobile](https://github.com/siyuan-note/siyuan/issues/10513)
|
||||
* [The marketplace supports searching by repo name](https://github.com/siyuan-note/siyuan/issues/10515)
|
||||
* [Improve adding row prompt when database filter exists](https://github.com/siyuan-note/siyuan/issues/10517)
|
||||
* [A blank line below the large image when the font size exceeds 17](https://github.com/siyuan-note/siyuan/issues/10521)
|
||||
* [Improve database filtering for `Created` and `Updated` fields](https://github.com/siyuan-note/siyuan/issues/10522)
|
||||
* [Improve adding row prompt when database sort exists](https://github.com/siyuan-note/siyuan/issues/10525)
|
||||
* [Improve block floating window for relation and rollup values](https://github.com/siyuan-note/siyuan/issues/10527)
|
||||
* [Improve code block UI](https://github.com/siyuan-note/siyuan/issues/10533)
|
||||
* [Update templates reset when there is network latency](https://github.com/siyuan-note/siyuan/issues/10534)
|
||||
* [Improve AI API key interaction](https://github.com/siyuan-note/siyuan/issues/10536)
|
||||
* [Support listing mirror database blocks in a floating window](https://github.com/siyuan-note/siyuan/issues/10538)
|
||||
* [Display the database title on the block superscript](https://github.com/siyuan-note/siyuan/issues/10545)
|
||||
* [Add hotkey for `Add to Database`](https://github.com/siyuan-note/siyuan/issues/10546)
|
||||
* [The PDF/Word export preview window automatically adjusts according to the size of the main window](https://github.com/siyuan-note/siyuan/issues/10554)
|
||||
* [Database table view adds default value in date column](https://github.com/siyuan-note/siyuan/issues/10558)
|
||||
* [Automatic check of database indexes is only performed once after startup](https://github.com/siyuan-note/siyuan/issues/10563)
|
||||
* [Improve database table view UI in read-only mode](https://github.com/siyuan-note/siyuan/issues/10565)
|
||||
* [Improve `Go to next tab` and `Go to previous tab`](https://github.com/siyuan-note/siyuan/issues/10566)
|
||||
* [Database .json follows the doc tree single line save setting](https://github.com/siyuan-note/siyuan/issues/10571)
|
||||
* [Record access authorization login log](https://github.com/siyuan-note/siyuan/issues/10578)
|
||||
|
||||
### Bugfix
|
||||
|
||||
* [Continuous space exception at end of line](https://github.com/siyuan-note/siyuan/issues/10483)
|
||||
* [Database filtering for specific dates not working](https://github.com/siyuan-note/siyuan/issues/10518)
|
||||
* [Database filtering does not work after change the field type](https://github.com/siyuan-note/siyuan/issues/10519)
|
||||
* [The corresponding entry cannot be found in the database relation](https://github.com/siyuan-note/siyuan/issues/10523)
|
||||
* [Inserting local assets also opens it in the default program](https://github.com/siyuan-note/siyuan/issues/10567)
|
||||
|
||||
### Document
|
||||
|
||||
* [Improve user guide template snippet chapter](https://github.com/siyuan-note/siyuan/issues/10544)
|
||||
|
||||
### Development
|
||||
|
||||
* [Add internal kernel API `/api/filetree/listDocTree`](https://github.com/siyuan-note/siyuan/issues/10482)
|
||||
* [Add internal kernel API `/api/riff/getRiffCardsByBlockIDs`](https://github.com/siyuan-note/siyuan/issues/10535)
|
||||
|
||||
## Download
|
||||
|
||||
* [B3log](https://b3log.org/siyuan/en/download.html)
|
||||
* [GitHub](https://github.com/siyuan-note/siyuan/releases)
|
55
app/changelogs/v3.0.3/v3.0.3_zh_CHT.md
Normal file
55
app/changelogs/v3.0.3/v3.0.3_zh_CHT.md
Normal file
|
@ -0,0 +1,55 @@
|
|||
## 概述
|
||||
|
||||
此版本支援資料庫表格視圖內搜尋。
|
||||
|
||||
## 變更記錄
|
||||
|
||||
以下是此版本中的詳細變更。
|
||||
|
||||
### 改進功能
|
||||
|
||||
* [支援資料庫表格檢視內搜尋](https://github.com/siyuan-note/siyuan/issues/10419)
|
||||
* [為 `人工智慧` 新增快捷鍵](https://github.com/siyuan-note/siyuan/issues/10472)
|
||||
* [導入 Markdown 後不再刷新整個介面](https://github.com/siyuan-note/siyuan/issues/10510)
|
||||
* [行動端支援點擊虛擬引用](https://github.com/siyuan-note/siyuan/issues/10513)
|
||||
* [社區市集支援依據倉庫名稱搜尋](https://github.com/siyuan-note/siyuan/issues/10515)
|
||||
* [改進資料庫過濾存在時新增行的提示](https://github.com/siyuan-note/siyuan/issues/10517)
|
||||
* [字體大小大於 17 時圖片下方不再出現空白行](https://github.com/siyuan-note/siyuan/issues/10521)
|
||||
* [改進資料庫 `建立時間` 和 `更新時間` 欄位過濾](https://github.com/siyuan-note/siyuan/issues/10522)
|
||||
* [改進資料庫排序存在時新增行的提示](https://github.com/siyuan-note/siyuan/issues/10525)
|
||||
* [改進資料庫關聯和匯總區塊時的浮窗](https://github.com/siyuan-note/siyuan/issues/10527)
|
||||
* [改進程式碼區塊介面](https://github.com/siyuan-note/siyuan/issues/10533)
|
||||
* [改進資料庫範本欄位更新延遲](https://github.com/siyuan-note/siyuan/issues/10534)
|
||||
* [改進 人工智慧 API 設定互動](https://github.com/siyuan-note/siyuan/issues/10536)
|
||||
* [支援透過浮窗列出鏡像資料庫區塊](https://github.com/siyuan-note/siyuan/issues/10538)
|
||||
* [資料庫區塊角標支援顯示資料庫標題](https://github.com/siyuan-note/siyuan/issues/10545)
|
||||
* [為 `新增至資料庫` 新增快捷鍵](https://github.com/siyuan-note/siyuan/issues/10546)
|
||||
* [根據主視窗大小自動調整 PDF/Word 匯出預覽視窗大小](https://github.com/siyuan-note/siyuan/issues/10554)
|
||||
* [資料庫表格檢視日期欄位新增預設值](https://github.com/siyuan-note/siyuan/issues/10558)
|
||||
* [僅在啟動後自動校驗一次資料索引](https://github.com/siyuan-note/siyuan/issues/10563)
|
||||
* [改進唯讀模式下資料庫表格檢視介面](https://github.com/siyuan-note/siyuan/issues/10565)
|
||||
* [改進 `跳到下一個頁籤` 和 `跳到上一個頁籤`](https://github.com/siyuan-note/siyuan/issues/10566)
|
||||
* [資料庫 .json 遵循文件樹單行保存設定](https://github.com/siyuan-note/siyuan/issues/10571)
|
||||
* [記錄存取授權登入失敗日誌](https://github.com/siyuan-note/siyuan/issues/10578)
|
||||
|
||||
### 修復缺陷
|
||||
|
||||
* [行尾連續空格異常](https://github.com/siyuan-note/siyuan/issues/10483)
|
||||
* [資料庫過濾具體日期失效](https://github.com/siyuan-note/siyuan/issues/10518)
|
||||
* [修改欄位類型後資料庫過濾失效](https://github.com/siyuan-note/siyuan/issues/10519)
|
||||
* [資料庫關聯欄位值未顯示對應行](https://github.com/siyuan-note/siyuan/issues/10523)
|
||||
* [插入本機資源檔案後會自動開啟](https://github.com/siyuan-note/siyuan/issues/10567)
|
||||
|
||||
### 改進文檔
|
||||
|
||||
* [改進使用者指南範本片段章節](https://github.com/siyuan-note/siyuan/issues/10544)
|
||||
|
||||
### 開發者
|
||||
|
||||
* [新增內部核心 API `/api/filetree/listDocTree`](https://github.com/siyuan-note/siyuan/issues/10482)
|
||||
* [新增內部核心 API `/api/riff/getRiffCardsByBlockIDs`](https://github.com/siyuan-note/siyuan/issues/10535)
|
||||
|
||||
## 下載
|
||||
|
||||
* [B3log](https://b3log.org/siyuan/download.html)
|
||||
* [GitHub](https://github.com/siyuan-note/siyuan/releases)
|
55
app/changelogs/v3.0.3/v3.0.3_zh_CN.md
Normal file
55
app/changelogs/v3.0.3/v3.0.3_zh_CN.md
Normal file
|
@ -0,0 +1,55 @@
|
|||
## 概述
|
||||
|
||||
该版本支持数据库表格视图内搜索。
|
||||
|
||||
## 变更记录
|
||||
|
||||
以下是此版本中的详细变更。
|
||||
|
||||
### 改进功能
|
||||
|
||||
* [支持数据库表格视图内搜索](https://github.com/siyuan-note/siyuan/issues/10419)
|
||||
* [为 `人工智能` 添加快捷键](https://github.com/siyuan-note/siyuan/issues/10472)
|
||||
* [导入 Markdown 后不再刷新整个界面](https://github.com/siyuan-note/siyuan/issues/10510)
|
||||
* [移动端支持点击虚拟引用](https://github.com/siyuan-note/siyuan/issues/10513)
|
||||
* [社区集市支持根据仓库名搜索](https://github.com/siyuan-note/siyuan/issues/10515)
|
||||
* [改进数据库过滤存在时添加行的提示](https://github.com/siyuan-note/siyuan/issues/10517)
|
||||
* [字体大小大于 17 时图片下方不再出现空行](https://github.com/siyuan-note/siyuan/issues/10521)
|
||||
* [改进数据库 `创建时间` 和 `更新时间` 字段过滤](https://github.com/siyuan-note/siyuan/issues/10522)
|
||||
* [改进数据库排序存在时添加行的提示](https://github.com/siyuan-note/siyuan/issues/10525)
|
||||
* [改进数据库关联和汇总块时的浮窗](https://github.com/siyuan-note/siyuan/issues/10527)
|
||||
* [改进代码块界面](https://github.com/siyuan-note/siyuan/issues/10533)
|
||||
* [改进数据库模板字段更新延迟](https://github.com/siyuan-note/siyuan/issues/10534)
|
||||
* [改进 人工智能 API 设置交互](https://github.com/siyuan-note/siyuan/issues/10536)
|
||||
* [支持通过浮窗列出镜像数据库块](https://github.com/siyuan-note/siyuan/issues/10538)
|
||||
* [数据库块角标支持显示数据库标题](https://github.com/siyuan-note/siyuan/issues/10545)
|
||||
* [为 `添加至数据库` 添加快捷键](https://github.com/siyuan-note/siyuan/issues/10546)
|
||||
* [根据主窗口大小自动调整 PDF/Word 导出预览窗口大小](https://github.com/siyuan-note/siyuan/issues/10554)
|
||||
* [数据库表格视图日期字段添加默认值](https://github.com/siyuan-note/siyuan/issues/10558)
|
||||
* [仅在启动后自动校验一次数据索引](https://github.com/siyuan-note/siyuan/issues/10563)
|
||||
* [改进只读模式下数据库表格视图界面](https://github.com/siyuan-note/siyuan/issues/10565)
|
||||
* [改进 `跳转到下一个页签` 和 `跳转到上一个页签`](https://github.com/siyuan-note/siyuan/issues/10566)
|
||||
* [数据库 .json 遵循文档树单行保存设置](https://github.com/siyuan-note/siyuan/issues/10571)
|
||||
* [记录访问授权登录失败日志](https://github.com/siyuan-note/siyuan/issues/10578)
|
||||
|
||||
### 修复缺陷
|
||||
|
||||
* [行尾连续空格异常](https://github.com/siyuan-note/siyuan/issues/10483)
|
||||
* [数据库过滤具体日期失效](https://github.com/siyuan-note/siyuan/issues/10518)
|
||||
* [修改字段类型后数据库过滤失效](https://github.com/siyuan-note/siyuan/issues/10519)
|
||||
* [数据库关联字段值未显示对应行](https://github.com/siyuan-note/siyuan/issues/10523)
|
||||
* [插入本地资源文件后会被自动打开](https://github.com/siyuan-note/siyuan/issues/10567)
|
||||
|
||||
### 改进文档
|
||||
|
||||
* [改进用户指南模板片段章节](https://github.com/siyuan-note/siyuan/issues/10544)
|
||||
|
||||
### 开发者
|
||||
|
||||
* [添加内部内核 API `/api/filetree/listDocTree`](https://github.com/siyuan-note/siyuan/issues/10482)
|
||||
* [添加内部内核 API `/api/riff/getRiffCardsByBlockIDs`](https://github.com/siyuan-note/siyuan/issues/10535)
|
||||
|
||||
## 下载
|
||||
|
||||
* [B3log](https://b3log.org/siyuan/download.html)
|
||||
* [GitHub](https://github.com/siyuan-note/siyuan/releases)
|
Loading…
Add table
Reference in a new issue