From 376db969925f0daa8db2139da47e251964716cda Mon Sep 17 00:00:00 2001 From: Rainvisitor Date: Thu, 29 Aug 2024 01:49:03 +0800 Subject: [PATCH] release(dev): v1.3.4 --- RELEASE_NOTE.md | 12 +++++++----- changelog.json | 6 ++++++ pubspec.yaml | 2 +- 3 files changed, 14 insertions(+), 6 deletions(-) diff --git a/RELEASE_NOTE.md b/RELEASE_NOTE.md index 9e137dc..5002702 100644 --- a/RELEASE_NOTE.md +++ b/RELEASE_NOTE.md @@ -1,7 +1,9 @@ ### 基於 Flutter v3.24.1 開發 -* 升級 Flutter 版本至 `3.24` 相關支援 -* 升級 Android 目標版本至 `34` 與相關套間更新 -* 啟用 Android 和 macOS `Impeller` 支援 -* 修正 iOS 17 Home Widget 支援 -* 修正 Xcode 15 編譯錯誤 \ No newline at end of file +* 支援 iOS 16 `Accessory Widget` +* 支援 GitHub Actions inno setup 發布 +* 補上 `flutter_local_notification` Android `desugaring` 所需設定 +* `ap_common` + * 修正課表對話框 `CourseScaffoldSettingDialog` 高度錯誤 + * 修正 `OptionDialog` 高度錯誤 + * 修正深色主題文字選取時的顏色 \ No newline at end of file diff --git a/changelog.json b/changelog.json index 262815d..63507e9 100644 --- a/changelog.json +++ b/changelog.json @@ -1,4 +1,10 @@ { + "10305": { + "visible": true, + "date": "2024/08/29", + "zh-TW": "* 技術支援更新", + "en-US": "* SDK support update." + }, "10304": { "visible": true, "date": "2024/08/24", diff --git a/pubspec.yaml b/pubspec.yaml index 3cacc4c..2661d42 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: nsysu_ap description: NSYSU AP -version: 1.3.4+10304 +version: 1.3.5+10305 environment: sdk: '>=2.12.0 <3.0.0'