Skip to content

Commit

Permalink
release: v0.25.1
Browse files Browse the repository at this point in the history
  • Loading branch information
abc873693 committed Sep 6, 2024
1 parent 2987074 commit d312443
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 17 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [0.25.1] - 2024/09/06
### 基於 Flutter v3.24 開發

* 修正貢獻名單

## [0.25.0] - 2024/09/03
### 基於 Flutter v3.24 開發

Expand Down
14 changes: 1 addition & 13 deletions RELEASE_NOTE.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,3 @@
### 基於 Flutter v3.24 開發

* 升級 Flutter `3.24` API 變動所影響套件,並升級 Dart 版本至 `3.0`
* 支援 Android predictive back
* 支援 NSYSU GDSC 相關訊息
* `AboutUsPage` 支援 Instagram 欄位
* 改善 `AboutUsPage` 連結行為
* 修正課表對話框 `CourseScaffoldSettingDialog` 高度錯誤
* 修正 `OptionDialog` 高度錯誤
* 範例補上 Android `desugaring` 所需設定
* 修正深色主題文字選取時的顏色
* 修正課表下載權限檢查
* 修改桌面版檔案儲存實作為 `file_saver`
* 支援 Android target version `34` 相關
* `flutter_local_notification` 新版本 API
* 修正貢獻名單
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.25.0"
version: "0.25.1"
ap_common_plugin:
dependency: "direct main"
description:
Expand Down
4 changes: 2 additions & 2 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1419,10 +1419,10 @@ packages:
dependency: transitive
description:
name: vm_service
sha256: f652077d0bdf60abe4c1f6377448e8655008eef28f128bc023f7b5e8dfeb48fc
sha256: "5c5f338a667b4c644744b661f309fb8080bb94b18a7e91ef1dbd343bed00ed6d"
url: "https://pub.dev"
source: hosted
version: "14.2.4"
version: "14.2.5"
watcher:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: ap_common
description: The school affairs(AP) series shares the engineering kit, rapid development of the school affairs series(AP) app
version: 0.25.0
version: 0.25.1
homepage: https://github.com/abc873693/ap_common

environment:
Expand Down

0 comments on commit d312443

Please sign in to comment.