diff --git a/app/changelogs/v2.10.8/v2.10.8.md b/app/changelogs/v2.10.8/v2.10.8.md index 28ff8485a94..c6607a9949d 100644 --- a/app/changelogs/v2.10.8/v2.10.8.md +++ b/app/changelogs/v2.10.8/v2.10.8.md @@ -49,3 +49,4 @@ Below are the detailed changes in this version. * [Attribute view column line wrapping issues](https://github.com/siyuan-note/siyuan/issues/9303) * [Database asset column supports search insertion](https://github.com/siyuan-note/siyuan/issues/9313) * [Attribute Panel - Database sort attributes by view column order](https://github.com/siyuan-note/siyuan/issues/9319) +* [Add the data-href attribute to the link in the attributes view](https://github.com/siyuan-note/siyuan/issues/9291) diff --git a/app/changelogs/v2.10.8/v2.10.8_zh_CHT.md b/app/changelogs/v2.10.8/v2.10.8_zh_CHT.md index b65ab868ffe..b00385c4b0b 100644 --- a/app/changelogs/v2.10.8/v2.10.8_zh_CHT.md +++ b/app/changelogs/v2.10.8/v2.10.8_zh_CHT.md @@ -48,4 +48,5 @@ * [升級 Electron](https://github.com/siyuan-note/siyuan/issues/9301) * [屬性視圖列換行問題](https://github.com/siyuan-note/siyuan/issues/9303) * [資料庫資源檔案列支援搜尋插入](https://github.com/siyuan-note/siyuan/issues/9313) -* [屬性面板 - 資料庫 遵循視圖列排序](https://github.com/siyuan-note/siyuan/issues/9319) \ No newline at end of file +* [屬性面板 - 資料庫 遵循視圖列排序](https://github.com/siyuan-note/siyuan/issues/9319) +* [新增屬性檢視超連結 data-href 屬性](https://github.com/siyuan-note/siyuan/issues/9291) diff --git a/app/changelogs/v2.10.8/v2.10.8_zh_CN.md b/app/changelogs/v2.10.8/v2.10.8_zh_CN.md index 43f56919853..2e6d4e9f389 100644 --- a/app/changelogs/v2.10.8/v2.10.8_zh_CN.md +++ b/app/changelogs/v2.10.8/v2.10.8_zh_CN.md @@ -49,3 +49,4 @@ * [属性视图列换行问题](https://github.com/siyuan-note/siyuan/issues/9303) * [数据库资源文件列支持搜索插入](https://github.com/siyuan-note/siyuan/issues/9313) * [属性面板 - 数据库 遵循视图列排序](https://github.com/siyuan-note/siyuan/issues/9319) +* [添加属性视图超链接 data-href 属性](https://github.com/siyuan-note/siyuan/issues/9291)