📝 Update changelogs

This commit is contained in:
Daniel 2024-05-07 08:54:16 +08:00
parent 7527bb2f06
commit cf23dea440
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
3 changed files with 3 additions and 0 deletions

View file

@ -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

View file

@ -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)
### 開發重構

View file

@ -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)
### 开发重构