diff --git a/RELEASE_NOTE.md b/RELEASE_NOTE.md index b5485ae..9e137dc 100644 --- a/RELEASE_NOTE.md +++ b/RELEASE_NOTE.md @@ -1,3 +1,7 @@ -### 基於 Flutter v3.10.6 開發 +### 基於 Flutter v3.24.1 開發 -* 修正解析密碼錯誤導致無限迴圈 \ No newline at end of file +* 升級 Flutter 版本至 `3.24` 相關支援 +* 升級 Android 目標版本至 `34` 與相關套間更新 +* 啟用 Android 和 macOS `Impeller` 支援 +* 修正 iOS 17 Home Widget 支援 +* 修正 Xcode 15 編譯錯誤 \ No newline at end of file diff --git a/changelog.json b/changelog.json index 0308f84..262815d 100644 --- a/changelog.json +++ b/changelog.json @@ -1,4 +1,10 @@ { + "10304": { + "visible": true, + "date": "2024/08/24", + "zh-TW": "* 技術支援更新", + "en-US": "* SDK support update." + }, "10303": { "visible": true, "date": "2023/10/03", diff --git a/pubspec.yaml b/pubspec.yaml index 3a208a1..a5fa06c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: nsysu_ap description: NSYSU AP -version: 1.3.3+10303 +version: 1.3.4+10304 environment: sdk: '>=2.12.0 <3.0.0'