diff --git a/RELEASE_NOTE.md b/RELEASE_NOTE.md index e861595..900ddc7 100644 --- a/RELEASE_NOTE.md +++ b/RELEASE_NOTE.md @@ -1,4 +1,3 @@ ### 基於 Flutter v3.0.5 開發 -* 修正自 `v1.2.0` 的諸多錯誤 -* 改善公車到站時間顏色提示與英文說明 \ No newline at end of file +* 修正 TWCA 憑證錯誤 \ No newline at end of file diff --git a/changelog.json b/changelog.json index 4aff379..2003edd 100644 --- a/changelog.json +++ b/changelog.json @@ -1,7 +1,13 @@ { - "10202": { + "10203": { "visible": true, "date": "2022/09/09", + "zh-TW": "* 加入隱藏課表特定課程選項\n* 修正最新消息無法送出\n* 修正公車無法顯示錯誤\n* 修正登入憑證錯誤", + "en-US": "* Add invisible course in course table.\n* Fix announcement system can't send request.\n* Fix bus display error.\n* Fix login certificates error." + }, + "10202": { + "visible": false, + "date": "2022/09/09", "zh-TW": "* 加入隱藏課表特定課程選項\n* 修正最新消息無法送出\n* 修正公車無法顯示錯誤", "en-US": "* Add invisible course in course table.\n* Fix announcement system can't send request.\n* Fix bus display error." }, diff --git a/pubspec.yaml b/pubspec.yaml index bd7d945..a3c2b53 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: nsysu_ap description: NSYSU AP -version: 1.2.2+10202 +version: 1.2.3+10203 environment: sdk: '>=2.12.0 <3.0.0'