Skip to content

Commit 09471cb

Browse files
committed
Update to v0.7.0
1 parent e3a6338 commit 09471cb

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

RELEASE_NOTE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
### 基於 Flutter v1.26.0-17.6.pre 開發
22

3-
* 修正 iOS 權限設定錯誤
3+
* 加入校車系統

ios/CourseAppWidget/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
<key>CFBundlePackageType</key>
1818
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>0.6.4</string>
20+
<string>0.7.0</string>
2121
<key>CFBundleVersion</key>
22-
<string>604</string>
22+
<string>700</string>
2323
<key>NSExtension</key>
2424
<dict>
2525
<key>NSExtensionPointIdentifier</key>

lib/utils/app_localizations.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ class AppLocalizations {
8989
static Map<String, Map<String, String>> _localizedValues = {
9090
'en': {
9191
'app_name': 'NSYSU AP',
92-
'update_note_content': '* Fix login error.',
92+
'update_note_content': '* Add school bus system.\n* Add course table export.\n* Enhance course table.\n* Improve PDF preview.',
9393
'about_open_source_content':
9494
'https://github.com/abc873693/NSYSU-AP\n\nThis project is licensed under the terms of the MIT license:\nThe MIT License (MIT)\n\nCopyright &#169; 2019 Rainvisitor\n\nThis project is Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.',
9595
'graduationCheckChecklist': 'Graduation check checklist',
@@ -125,7 +125,7 @@ class AppLocalizations {
125125
},
126126
'zh': {
127127
'app_name': '中山校務通',
128-
'update_note_content': '* 修正登入錯誤',
128+
'update_note_content': '* 加入校車系統\n* 加入課表匯出\n* 加強課表功能\n* 改善PDF預覽',
129129
'about_open_source_content':
130130
'https://github.com/abc873693/NSYSU-AP\n\nThis project is licensed under the terms of the MIT license:\nThe MIT License (MIT)\n\nCopyright &#169; 2019 Rainvisitor\n\nThis project is Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.',
131131
'graduationCheckChecklist': '應屆畢業生成績檢核表',

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: nsysu_ap
22
description: NSYSU AP
33

4-
version: 0.6.4+604
4+
version: 0.7.0+700
55

66
environment:
77
sdk: ">=2.6.0 <3.0.0"

0 commit comments

Comments
 (0)