diff --git a/app/changelogs/v3.0.13/v3.0.13.md b/app/changelogs/v3.0.13/v3.0.13.md index e48299be5..8d46884d2 100644 --- a/app/changelogs/v3.0.13/v3.0.13.md +++ b/app/changelogs/v3.0.13/v3.0.13.md @@ -37,6 +37,7 @@ Below are the detailed changes in this version. * [Clicking a hyperlink does not open the browser on mobile](https://github.com/siyuan-note/siyuan/issues/11240) * [The file name encoding is abnormal after copying the image and pasting it](https://github.com/siyuan-note/siyuan/issues/11246) * [Exception during quick selection of database table view multi-select column](https://github.com/siyuan-note/siyuan/issues/11268) +* [The new database entry after binding block is lost in some cases](https://github.com/siyuan-note/siyuan/issues/11269) * [After uninstalling the widget, data synchronization does not clear the widget folder](https://github.com/siyuan-note/siyuan/issues/11279) ### Refactor diff --git a/app/changelogs/v3.0.13/v3.0.13_zh_CHT.md b/app/changelogs/v3.0.13/v3.0.13_zh_CHT.md index 7e9234348..c8a9a0fd3 100644 --- a/app/changelogs/v3.0.13/v3.0.13_zh_CHT.md +++ b/app/changelogs/v3.0.13/v3.0.13_zh_CHT.md @@ -37,6 +37,7 @@ * [在行動裝置上點選超連結不會開啟瀏覽器](https://github.com/siyuan-note/siyuan/issues/11240) * [複製圖片並貼上後檔案名稱編碼異常](https://github.com/siyuan-note/siyuan/issues/11246) * [資料庫表格視圖多選列快速選擇異常](https://github.com/siyuan-note/siyuan/issues/11268) +* [某些情況下綁定區塊後的新資料庫條目會遺失](https://github.com/siyuan-note/siyuan/issues/11269) * [卸載掛件後資料同步未清空掛件資料夾](https://github.com/siyuan-note/siyuan/issues/11279) ### 開發重構 diff --git a/app/changelogs/v3.0.13/v3.0.13_zh_CN.md b/app/changelogs/v3.0.13/v3.0.13_zh_CN.md index 1f57cb6c1..9e9ccfbab 100644 --- a/app/changelogs/v3.0.13/v3.0.13_zh_CN.md +++ b/app/changelogs/v3.0.13/v3.0.13_zh_CN.md @@ -37,6 +37,7 @@ * [在移动设备上点击超链接不会打开浏览器](https://github.com/siyuan-note/siyuan/issues/11240) * [复制图片并粘贴后文件名编码异常](https://github.com/siyuan-note/siyuan/issues/11246) * [数据库表格视图多选列快速选择异常](https://github.com/siyuan-note/siyuan/issues/11268) +* [某些情况下绑定块后的新数据库条目会丢失](https://github.com/siyuan-note/siyuan/issues/11269) * [卸载挂件后数据同步未清空挂件文件夹](https://github.com/siyuan-note/siyuan/issues/11279) ### 开发重构