diff --git a/app/changelogs/v3.0.9/v3.0.9.md b/app/changelogs/v3.0.9/v3.0.9.md new file mode 100644 index 000000000..7ee13f5e0 --- /dev/null +++ b/app/changelogs/v3.0.9/v3.0.9.md @@ -0,0 +1,36 @@ +## Overview + +This version supports the database date field filling the current time by default. + +## Changelogs + +Below are the detailed changes in this version. + +### Enhancement + +* [Database table view select column does not set default selection](https://github.com/siyuan-note/siyuan/issues/10829) +* [When editing a cell, right-click outside the input box to save](https://github.com/siyuan-note/siyuan/issues/10895) +* [Improve database primary key binding block](https://github.com/siyuan-note/siyuan/issues/10945) +* [The icon is not aligned when the column name is empty](https://github.com/siyuan-note/siyuan/issues/10950) +* [Improve database null value field sorting](https://github.com/siyuan-note/siyuan/issues/10951) +* [Improve `Add to Database` search sorting](https://github.com/siyuan-note/siyuan/issues/10952) +* [Horizontal scroll bar do not appear in tab dock by default](https://github.com/siyuan-note/siyuan/issues/10954) +* [Set cursor after `Add to Database`](https://github.com/siyuan-note/siyuan/issues/10958) +* [Rebuilding database block relations when importing .sy.zip and rebuilding indexes](https://github.com/siyuan-note/siyuan/issues/10959) +* [Referenced blocks support rendering virtual references](https://github.com/siyuan-note/siyuan/issues/10960) +* [Reduce disk reads when editing documents](https://github.com/siyuan-note/siyuan/issues/10961) +* [Horizontal scroll bars appear in some cases](https://github.com/siyuan-note/siyuan/issues/10968) +* [Improv outline drag and drop](https://github.com/siyuan-note/siyuan/issues/10969) +* [Improve `↓` in table block](https://github.com/siyuan-note/siyuan/issues/10971) + +### Bugfix + +* [Expand heading cannot be edited in read-only mode](https://github.com/siyuan-note/siyuan/issues/10953) +* [Dynamic loading results in incomplete list display](https://github.com/siyuan-note/siyuan/issues/10965) +* [Database relation field search cannot search for some values](https://github.com/siyuan-note/siyuan/issues/10966) +* [Database date field between filter calculation error](https://github.com/siyuan-note/siyuan/issues/10967) + +## Download + +* [B3log](https://b3log.org/siyuan/en/download.html) +* [GitHub](https://github.com/siyuan-note/siyuan/releases) diff --git a/app/changelogs/v3.0.9/v3.0.9_zh_CHT.md b/app/changelogs/v3.0.9/v3.0.9_zh_CHT.md new file mode 100644 index 000000000..ab04c4b0b --- /dev/null +++ b/app/changelogs/v3.0.9/v3.0.9_zh_CHT.md @@ -0,0 +1,36 @@ +## 概述 + +此版本支援了資料庫日期欄位預設填入目前時間。 + +## 變更記錄 + +以下是此版本中的詳細變更。 + +### 改進功能 + +* [資料庫表格檢視選擇列不設定預設選擇](https://github.com/siyuan-note/siyuan/issues/10829) +* [編輯儲存格時右鍵點選輸入方塊外儲存](https://github.com/siyuan-note/siyuan/issues/10895) +* [改進資料庫主鍵綁定區塊](https://github.com/siyuan-note/siyuan/issues/10945) +* [列名為空時圖示不對齊](https://github.com/siyuan-note/siyuan/issues/10950) +* [改進資料庫空值欄位排序](https://github.com/siyuan-note/siyuan/issues/10951) +* [改進 `加入資料庫` 搜尋排序](https://github.com/siyuan-note/siyuan/issues/10952) +* [預設標籤列不顯示水平捲軸](https://github.com/siyuan-note/siyuan/issues/10954) +* [`加入資料庫` 後設定遊標](https://github.com/siyuan-note/siyuan/issues/10958) +* [導入 .sy.zip 與重建索引時重建資料庫區塊關係](https://github.com/siyuan-note/siyuan/issues/10959) +* [被引用的區塊支援渲染虛擬引用](https://github.com/siyuan-note/siyuan/issues/10960) +* [編輯文件時減少磁碟讀取](https://github.com/siyuan-note/siyuan/issues/10961) +* [某些情況下出現水平捲軸](https://github.com/siyuan-note/siyuan/issues/10968) +* [改進大綱拖放](https://github.com/siyuan-note/siyuan/issues/10969) +* [改進表格區塊中的 `↓`](https://github.com/siyuan-note/siyuan/issues/10971) + +### 修復缺陷 + +* [唯讀模式下無法編輯展開標題](https://github.com/siyuan-note/siyuan/issues/10953) +* [動態載入導致清單顯示不完整](https://github.com/siyuan-note/siyuan/issues/10965) +* [資料庫關聯欄位搜尋無法搜尋某些值](https://github.com/siyuan-note/siyuan/issues/10966) +* [資料庫日期欄位介於過濾器計算錯誤](https://github.com/siyuan-note/siyuan/issues/10967) + +## 下載 + +* [B3log](https://b3log.org/siyuan/download.html) +* [GitHub](https://github.com/siyuan-note/siyuan/releases) diff --git a/app/changelogs/v3.0.9/v3.0.9_zh_CN.md b/app/changelogs/v3.0.9/v3.0.9_zh_CN.md new file mode 100644 index 000000000..943ce6021 --- /dev/null +++ b/app/changelogs/v3.0.9/v3.0.9_zh_CN.md @@ -0,0 +1,36 @@ +## 概述 + +该版本支持了数据库日期字段默认填充当前时间。 + +## 变更记录 + +以下是此版本中的详细变更。 + +### 改进功能 + +* [数据库表视图选择列不设置默认选择](https://github.com/siyuan-note/siyuan/issues/10829) +* [编辑单元格时右键点击输入框外保存](https://github.com/siyuan-note/siyuan/issues/10895) +* [改进数据库主键绑定块](https://github.com/siyuan-note/siyuan/issues/10945) +* [列名为空时图标不对齐](https://github.com/siyuan-note/siyuan/issues/10950) +* [改进数据库空值字段排序](https://github.com/siyuan-note/siyuan/issues/10951) +* [改进 `添加到数据库` 搜索排序](https://github.com/siyuan-note/siyuan/issues/10952) +* [默认情况下标签栏不显示水平滚动条](https://github.com/siyuan-note/siyuan/issues/10954) +* [`添加到数据库` 后设置光标](https://github.com/siyuan-note/siyuan/issues/10958) +* [导入 .sy.zip 和重建索引时重建数据库块关系](https://github.com/siyuan-note/siyuan/issues/10959) +* [被引用的块支持渲染虚拟引用](https://github.com/siyuan-note/siyuan/issues/10960) +* [编辑文档时减少磁盘读取](https://github.com/siyuan-note/siyuan/issues/10961) +* [某些情况下出现水平滚动条](https://github.com/siyuan-note/siyuan/issues/10968) +* [改进大纲拖放](https://github.com/siyuan-note/siyuan/issues/10969) +* [改进表格块中的 `↓`](https://github.com/siyuan-note/siyuan/issues/10971) + +### 修复缺陷 + +* [只读模式下无法编辑展开标题](https://github.com/siyuan-note/siyuan/issues/10953) +* [动态加载导致列表显示不完整](https://github.com/siyuan-note/siyuan/issues/10965) +* [数据库关联字段搜索无法搜索某些值](https://github.com/siyuan-note/siyuan/issues/10966) +* [数据库日期字段介于过滤器计算错误](https://github.com/siyuan-note/siyuan/issues/10967) + +## 下载 + +* [B3log](https://b3log.org/siyuan/download.html) +* [GitHub](https://github.com/siyuan-note/siyuan/releases)