diff --git a/app/changelogs/v3.6.5/v3.6.5.md b/app/changelogs/v3.6.5/v3.6.5.md index f01d87cf5..f5bf551f9 100644 --- a/app/changelogs/v3.6.5/v3.6.5.md +++ b/app/changelogs/v3.6.5/v3.6.5.md @@ -32,6 +32,7 @@ Below are the detailed changes in this version. * [Missing `window.siyuan.config` at startup causes an error](https://github.com/siyuan-note/siyuan/issues/17508) * [The `Ref` option in the slash menu is not searchable](https://github.com/siyuan-note/siyuan/issues/17510) * [Authentication failed due to an excessively long cookie](https://github.com/siyuan-note/siyuan/issues/17512) +* [Fix outline issues in editor Preview Mode](https://github.com/siyuan-note/siyuan/issues/17551) ### Refactor @@ -39,7 +40,9 @@ Below are the detailed changes in this version. ### Development +* [Error occurs in standalone windows after `uninstall` plugins](https://github.com/siyuan-note/siyuan/issues/17509) * [Add the document opening mode parameter `doc.mode` to `openTab`](https://github.com/siyuan-note/siyuan/issues/17523) +* [Add `switchMode` method to Protyle instance](https://github.com/siyuan-note/siyuan/issues/17552) ## Download diff --git a/app/changelogs/v3.6.5/v3.6.5_zh_CHT.md b/app/changelogs/v3.6.5/v3.6.5_zh_CHT.md index b7a3f6ddf..9b0ef1ddc 100644 --- a/app/changelogs/v3.6.5/v3.6.5_zh_CHT.md +++ b/app/changelogs/v3.6.5/v3.6.5_zh_CHT.md @@ -32,6 +32,7 @@ * [啟動時缺少 `window.siyuan.config` 會導致報錯](https://github.com/siyuan-note/siyuan/issues/17508) * [斜線選單中的 `引用` 選項無法搜尋](https://github.com/siyuan-note/siyuan/issues/17510) * [由於 Cookie 過長導致授權頁驗證失敗](https://github.com/siyuan-note/siyuan/issues/17512) +* [修復預覽模式下大綱的問題](https://github.com/siyuan-note/siyuan/issues/17551) ### 開發重構 @@ -39,7 +40,9 @@ ### 開發者 +* [獨立視窗中卸載插件報錯](https://github.com/siyuan-note/siyuan/issues/17509) * [為 `openTab` 新增文件開啟模式參數 `doc.mode`](https://github.com/siyuan-note/siyuan/issues/17523) +* [為 Protyle 實例新增 `switchMode` 方法](https://github.com/siyuan-note/siyuan/issues/17552) ## 下載 diff --git a/app/changelogs/v3.6.5/v3.6.5_zh_CN.md b/app/changelogs/v3.6.5/v3.6.5_zh_CN.md index 51ff14832..70f1e9bd4 100644 --- a/app/changelogs/v3.6.5/v3.6.5_zh_CN.md +++ b/app/changelogs/v3.6.5/v3.6.5_zh_CN.md @@ -32,6 +32,7 @@ * [启动时缺少 `window.siyuan.config` 会导致报错](https://github.com/siyuan-note/siyuan/issues/17508) * [斜杠菜单中的 `引用` 选项无法搜索](https://github.com/siyuan-note/siyuan/issues/17510) * [由于 Cookie 过长导致授权页验证失败](https://github.com/siyuan-note/siyuan/issues/17512) +* [修复预览模式下大纲的问题](https://github.com/siyuan-note/siyuan/issues/17551) ### 开发重构 @@ -39,7 +40,9 @@ ### 开发者 +* [独立窗口中卸载插件报错](https://github.com/siyuan-note/siyuan/issues/17509) * [为 `openTab` 添加文档打开模式参数 `doc.mode`](https://github.com/siyuan-note/siyuan/issues/17523) +* [为 Protyle 实例添加 `switchMode` 方法](https://github.com/siyuan-note/siyuan/issues/17552) ## 下载