diff --git a/app/changelogs/v3.1.23/v3.1.23.md b/app/changelogs/v3.1.23/v3.1.23.md index 78dec9ba0..eb3bc6769 100644 --- a/app/changelogs/v3.1.23/v3.1.23.md +++ b/app/changelogs/v3.1.23/v3.1.23.md @@ -51,6 +51,7 @@ Below are the detailed changes in this version. * [Relative paths are constructed from a wrong basedir when importing markdown folder](https://github.com/siyuan-note/siyuan/issues/14095) * [Rollback document exception after moving document](https://github.com/siyuan-note/siyuan/issues/14107) * [Font folder not packaged on macOS/Linux/Windows arm64](https://github.com/siyuan-note/siyuan/issues/14119) +* [Unable to download online video](https://github.com/siyuan-note/siyuan/issues/14155) ### Refactor diff --git a/app/changelogs/v3.1.23/v3.1.23_zh_CHT.md b/app/changelogs/v3.1.23/v3.1.23_zh_CHT.md index dace722f8..675a28851 100644 --- a/app/changelogs/v3.1.23/v3.1.23_zh_CHT.md +++ b/app/changelogs/v3.1.23/v3.1.23_zh_CHT.md @@ -51,6 +51,7 @@ * [匯入 Markdown 資料夾時相對路徑錯誤](https://github.com/siyuan-note/siyuan/issues/14095) * [移動文檔後回滾文件異常](https://github.com/siyuan-note/siyuan/issues/14107) * [macOS/Linux/Windows arm64 上未打包字型](https://github.com/siyuan-note/siyuan/issues/14119) +* [網路影片無法下載](https://github.com/siyuan-note/siyuan/issues/14155) ### 開發重構 diff --git a/app/changelogs/v3.1.23/v3.1.23_zh_CN.md b/app/changelogs/v3.1.23/v3.1.23_zh_CN.md index db86c1487..e1778d871 100644 --- a/app/changelogs/v3.1.23/v3.1.23_zh_CN.md +++ b/app/changelogs/v3.1.23/v3.1.23_zh_CN.md @@ -51,6 +51,7 @@ * [导入 Markdown 文件夹时相对路径错误](https://github.com/siyuan-note/siyuan/issues/14095) * [移动文档后回滚文档异常](https://github.com/siyuan-note/siyuan/issues/14107) * [macOS/Linux/Windows arm64 上未打包字体](https://github.com/siyuan-note/siyuan/issues/14119) +* [网络视频无法下载](https://github.com/siyuan-note/siyuan/issues/14155) ### 开发重构