diff --git a/app/changelogs/v2.10.8/v2.10.8.md b/app/changelogs/v2.10.8/v2.10.8.md index d5db34b02..f75e47635 100644 --- a/app/changelogs/v2.10.8/v2.10.8.md +++ b/app/changelogs/v2.10.8/v2.10.8.md @@ -1,6 +1,8 @@ ## Overview -This version fixes some bugs, and it is recommended to upgrade. +This version fixes some bugs, and it is recommended to upgrade. + +In addition, starting from this version, the access authorization code command line parameter `--accessAuthCode` must be set when deploying through Docker. If it is not set, it will not start normally. Advertisement: Currently, `PRO Features` are in the early bird price stage, welcome to [learn more](https://b3log.org/siyuan/en/pricing.html). @@ -27,6 +29,8 @@ Below are the detailed changes in this version. * [iOS 17.0.2 cannot pop up the keyboard menu](https://github.com/siyuan-note/siyuan/issues/9320) * [Improve pasted text position in code block](https://github.com/siyuan-note/siyuan/issues/9323) * [Remove animation when opening editor](https://github.com/siyuan-note/siyuan/issues/9324) +* [The access authorization code command line parameter must be set when deploying via Docker](https://github.com/siyuan-note/siyuan/issues/9328) +* [Remove the access authorization code setting item on the browser-end](https://github.com/siyuan-note/siyuan/issues/9331) ### Bugfix 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 74c20a665..be91ad892 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 @@ -2,6 +2,8 @@ 此版本修復了一些缺陷,建議升級。 +另外,從該版本開始透過 Docker 部署時必須設定存取授權碼命令列參數 `--accessAuthCode`,不設定的話無法正常啟動。 + 廣告: 目前 `功能特性` 正處於早鳥價階段,歡迎[了解](https://b3log.org/siyuan/pricing.html)。 註:`年付訂閱` 包含 `功能特性`,如果你是訂閱會員,則無需單獨購買功能特性。 @@ -27,6 +29,8 @@ * [iOS 17.0.2 無法召喚鍵盤選單](https://github.com/siyuan-note/siyuan/issues/9320) * [改進程式碼區塊貼上內容位置](https://github.com/siyuan-note/siyuan/issues/9323) * [移除開啟文件時的動畫](https://github.com/siyuan-note/siyuan/issues/9324) +* [透過 Docker 部署時必須設定存取授權碼命令列參數](https://github.com/siyuan-note/siyuan/issues/9328) +* [瀏覽器端移除存取授權碼設定項目](https://github.com/siyuan-note/siyuan/issues/9331) ### 修復缺陷 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 8ab797813..cf7bac0f3 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 @@ -2,6 +2,8 @@ 该版本修复了一些缺陷,建议升级。 +另外,从该版本开始通过 Docker 部署时必须设置访问授权码命令行参数 `--accessAuthCode`,不设置的话无法正常启动。 + 广告: 目前 `功能特性` 正处于早鸟价阶段,欢迎[了解](https://b3log.org/siyuan/pricing.html)。 注:`年付订阅` 包含 `功能特性`,如果你是订阅会员,则无需单独购买功能特性。 @@ -27,6 +29,8 @@ * [iOS 17.0.2 无法唤出键盘菜单](https://github.com/siyuan-note/siyuan/issues/9320) * [改进代码块粘贴内容位置](https://github.com/siyuan-note/siyuan/issues/9323) * [移除打开文档时的动画](https://github.com/siyuan-note/siyuan/issues/9324) +* [通过 Docker 部署时必须设置访问授权码命令行参数](https://github.com/siyuan-note/siyuan/issues/9328) +* [浏览器端移除访问授权码配置项](https://github.com/siyuan-note/siyuan/issues/9331) ### 修复缺陷