From f8f4dd6d5c738b983aab9145d178178db9f0ab19 Mon Sep 17 00:00:00 2001 From: Rainvisitor Date: Tue, 3 Sep 2024 18:26:54 +0800 Subject: [PATCH] release(dev): v3.10.8 --- RELEASE_NOTE.md | 11 ++--------- changelog.json | 6 ++++++ pubspec.yaml | 2 +- 3 files changed, 9 insertions(+), 10 deletions(-) diff --git a/RELEASE_NOTE.md b/RELEASE_NOTE.md index 86a53892..7cc9fc82 100644 --- a/RELEASE_NOTE.md +++ b/RELEASE_NOTE.md @@ -1,11 +1,4 @@ ### 基於 Flutter v3.24.1 開發 -* 支援查詢在學證明 -* 新增校方問題通報專區 -* 升級 Android 目標版本至 `34` 與相關套間更新 -* 支援 iOS 16 `Accessory Widget` -* 補上 `flutter_local_notification` Android `desugaring` 所需設定 -* `ap_common` - * 修正課表對話框 `CourseScaffoldSettingDialog` 高度錯誤 - * 修正 `OptionDialog` 高度錯誤 - * 修正深色主題文字選取時的顏色 \ No newline at end of file +* 支援最新版本 `Firebase` 專案設定 +* `Firebase` 最新套件設定 \ No newline at end of file diff --git a/changelog.json b/changelog.json index 213d3f62..71cfec8e 100644 --- a/changelog.json +++ b/changelog.json @@ -1,4 +1,10 @@ { + "31008": { + "visible": false, + "date": "2024/09/03", + "zh-TW": "* 新增在學證明查詢\n* 新增校方問題回報", + "en-US": "* Provide a new feature to check enrollment status.\n* Offer a new way to report issues to the school." + }, "31007": { "visible": false, "date": "2024/09/02", diff --git a/pubspec.yaml b/pubspec.yaml index 9aafedef..c884395a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ description: A new Flutter application. publish_to: none -version: 3.10.7+31007 +version: 3.10.8+31008 environment: sdk: '>=3.1.0 <4.0.0'