📝 Update changelogs

This commit is contained in:
Daniel 2024-01-08 22:02:23 +08:00
parent ca2a15d971
commit 4d42cb431a
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
3 changed files with 3 additions and 3 deletions

View file

@ -39,7 +39,7 @@ Below are the detailed changes in this version.
* [Database select, multiple select, and asset column cannot be operated in batches](https://github.com/siyuan-note/siyuan/issues/10054)
* [Filter conditions cannot be added to database table view check column](https://github.com/siyuan-note/siyuan/issues/10056)
* [Add plugin function `lockScreen`](https://github.com/siyuan-note/siyuan/issues/10063)
* [Add plugin event bus `update-cards`](https://github.com/siyuan-note/siyuan/issues/10065)
* [Add plugin event bus `updateCards`](https://github.com/siyuan-note/siyuan/issues/10065)
* [`Untitled` is displayed when the original record primary key value of the related column is empty](https://github.com/siyuan-note/siyuan/issues/10067)
* [Fix `name` attribute could not be visited in the plugin constructor](https://github.com/siyuan-note/siyuan/pull/10071)
* [Database block supports export as CSV](https://github.com/siyuan-note/siyuan/issues/10072)

View file

@ -39,7 +39,7 @@
* [解決資料庫單選列、多選列和資源列無法批次操作](https://github.com/siyuan-note/siyuan/issues/10054)
* [資料庫表格視圖單選框無法新增篩選條件](https://github.com/siyuan-note/siyuan/issues/10056)
* [新增外掛程式 `lockScreen`](https://github.com/siyuan-note/siyuan/issues/10063)
* [新增插件事件匯流排 `update-cards`](https://github.com/siyuan-note/siyuan/issues/10065)
* [新增插件事件匯流排 `updateCards`](https://github.com/siyuan-note/siyuan/issues/10065)
* [如果關聯列原記錄主鍵值為空則關聯列顯示 `Untitled`](https://github.com/siyuan-note/siyuan/issues/10067)
* [修正插件建構子中無法存取 `name` 屬性的問題](https://github.com/siyuan-note/siyuan/pull/10071)
* [資料庫區塊支援匯出 CSV](https://github.com/siyuan-note/siyuan/issues/10072)

View file

@ -39,7 +39,7 @@
* [解决数据库单选列、多选列和资源列无法批量操作](https://github.com/siyuan-note/siyuan/issues/10054)
* [数据库表格视图单选框无法添加过滤条件](https://github.com/siyuan-note/siyuan/issues/10056)
* [添加插件函数 `lockScreen`](https://github.com/siyuan-note/siyuan/issues/10063)
* [添加插件事件总线 `update-cards`](https://github.com/siyuan-note/siyuan/issues/10065)
* [添加插件事件总线 `updateCards`](https://github.com/siyuan-note/siyuan/issues/10065)
* [如果关联列原记录主键值为空则关联列显示 `Untitled`](https://github.com/siyuan-note/siyuan/issues/10067)
* [修复插件构造函数中无法访问 `name` 属性的问题](https://github.com/siyuan-note/siyuan/pull/10071)
* [数据库块支持导出 CSV](https://github.com/siyuan-note/siyuan/issues/10072)