From 2bc56a5ef635b486bd4102ab82c3019b7e0bcf3e Mon Sep 17 00:00:00 2001 From: Rainvisitor Date: Fri, 6 Sep 2024 16:09:50 +0800 Subject: [PATCH] release: v1.4.1 --- RELEASE_NOTE.md | 17 ++++++----------- changelog.json | 6 ++++++ pubspec.yaml | 2 +- 3 files changed, 13 insertions(+), 12 deletions(-) diff --git a/RELEASE_NOTE.md b/RELEASE_NOTE.md index 4348beb..1f91b08 100644 --- a/RELEASE_NOTE.md +++ b/RELEASE_NOTE.md @@ -1,12 +1,7 @@ -### 基於 Flutter v3.24.1 開發 +### 基於 Flutter v3.24.2 開發 -* 升級 Android 目標版本至 `34` 與相關套間更新 -* 啟用 Android 和 macOS `Impeller` 支援 -* 修正 iOS 17 Home Widget 支援 -* 修正 Xcode 15 編譯錯誤 -* 支援 iOS 16 `Accessory Widget` -* 補上 `flutter_local_notification` Android `desugaring` 所需設定 -* `ap_common` - * 修正課表對話框 `CourseScaffoldSettingDialog` 高度錯誤 - * 修正 `OptionDialog` 高度錯誤 - * 修正深色主題文字選取時的顏色 \ No newline at end of file +* 修正粉絲專頁連結錯誤 +* 修正 Android 14 課程提醒無法開啟 +* 更新 Firebase SDK 最新版本 +* 更新 Firebase Crashlytics 設定方式 +* 支援 Android 與 iOS 原生偵錯上傳 \ No newline at end of file diff --git a/changelog.json b/changelog.json index b6dc527..8ae0968 100644 --- a/changelog.json +++ b/changelog.json @@ -1,4 +1,10 @@ { + "10401": { + "visible": true, + "date": "2024/09/06", + "zh-TW": "* 技術支援更新", + "en-US": "* SDK support update." + }, "10400": { "visible": true, "date": "2024/09/01", diff --git a/pubspec.yaml b/pubspec.yaml index 365e028..087a99d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: nsysu_ap description: NSYSU AP -version: 1.4.0+10400 +version: 1.4.1+10401 environment: sdk: '>=2.12.0 <3.0.0'