Skip to content

Commit

Permalink
release(release): v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
abc873693 committed Sep 1, 2024
1 parent 4807244 commit bb65fd9
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
- [ ] Linux

## 開發環境
- Flutter 穩定版本 v3.10
- Flutter 穩定版本 v3.24
## 功能列表

- 首頁最新消息
Expand Down
5 changes: 4 additions & 1 deletion RELEASE_NOTE.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
### 基於 Flutter v3.24.1 開發

* 升級 Android 目標版本至 `34` 與相關套間更新
* 啟用 Android 和 macOS `Impeller` 支援
* 修正 iOS 17 Home Widget 支援
* 修正 Xcode 15 編譯錯誤
* 支援 iOS 16 `Accessory Widget`
* 支援 GitHub Actions inno setup 發布
* 補上 `flutter_local_notification` Android `desugaring` 所需設定
* `ap_common`
* 修正課表對話框 `CourseScaffoldSettingDialog` 高度錯誤
Expand Down
10 changes: 8 additions & 2 deletions changelog.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
{
"10305": {
"10400": {
"visible": true,
"date": "2024/09/01",
"zh-TW": "* 支援 Android 14 相關 API\n* 修正 Android 7 以下裝置無法連線錯誤\n* 修正部分介面高度錯誤",
"en-US": "* Supports Android 14.\n* Fixed connectivity issues on older Android 7 devices.\n* Corrected UI height discrepancies."
},
"10305": {
"visible": false,
"date": "2024/08/29",
"zh-TW": "* 技術支援更新",
"en-US": "* SDK support update."
},
"10304": {
"visible": true,
"visible": false,
"date": "2024/08/24",
"zh-TW": "* 技術支援更新",
"en-US": "* SDK support update."
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: nsysu_ap
description: NSYSU AP

version: 1.3.5+10305
version: 1.4.0+10400

environment:
sdk: '>=2.12.0 <3.0.0'
Expand Down

0 comments on commit bb65fd9

Please sign in to comment.