Skip to content

Commit

Permalink
release: v3.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
abc873693 committed Sep 13, 2024
1 parent e18636e commit 9e6ce4e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 18 deletions.
16 changes: 3 additions & 13 deletions RELEASE_NOTE.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,4 @@
### 基於 Flutter v3.24.2 開發
### 基於 Flutter v3.24.3 開發

* 支援查詢在學證明
* 新增校方問題通報專區
* 升級 Android 目標版本至 `34` 與相關套間更新
* 支援 iOS 16 `Accessory Widget`
* 補上 `flutter_local_notification` Android `desugaring` 所需設定
* `ap_common`
* 修正課表對話框 `CourseScaffoldSettingDialog` 高度錯誤
* 修正 `OptionDialog` 高度錯誤
* 修正深色主題文字選取時的顏色
* 支援最新版本 `Firebase` 專案設定
* `Firebase` 最新套件設定包含 `Crashlytics` 相關 dsym 上傳功能
* 修正 Android Analytics 可能未正確記錄
* 支援自動登入可手動切換離線登入
* 支援登入時強制轉大寫
8 changes: 4 additions & 4 deletions changelog.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"31100": {
"31101": {
"visible": true,
"date": "2024/09/08",
"zh-TW": "* 新增在學證明查詢\n* 新增校方問題回報\n* 修正部分介面高度錯誤",
"en-US": "* Provide a new feature to check enrollment status.\n* Offer a new way to report issues to the school.\n* Corrected UI height discrepancies."
"date": "2024/09/14",
"zh-TW": "* 新增在學證明查詢\n* 新增校方問題回報\n* 修正部分介面高度錯誤\n* 支援自動登入可手動切換離線登入",
"en-US": "* Provide a new feature to check enrollment status.\n* Offer a new way to report issues to the school.\n* Corrected UI height discrepancies.\n* Support automatic login with a manual switch to offline login."
},
"31011": {
"visible": false,
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: A new Flutter application.

publish_to: none

version: 3.11.0+31100
version: 3.11.1+31101

environment:
sdk: '>=3.1.0 <4.0.0'
Expand Down

0 comments on commit 9e6ce4e

Please sign in to comment.