diff --git a/lib/pages/setting_page.dart b/lib/pages/setting_page.dart index c42e0d6a..e5ec81d3 100644 --- a/lib/pages/setting_page.dart +++ b/lib/pages/setting_page.dart @@ -260,7 +260,7 @@ class SettingPageState extends State { packageInfo = await PackageInfo.fromPlatform(); setState(() { isOffline = Preferences.getBool(Constants.PREF_IS_OFFLINE_LOGIN, false); - appVersion = packageInfo?.version ?? '3.5.1'; + appVersion = packageInfo?.version ?? '3.5.4'; courseNotify = Preferences.getBool(Constants.PREF_COURSE_NOTIFY, false); displayPicture = Preferences.getBool(Constants.PREF_DISPLAY_PICTURE, true); diff --git a/lib/utils/app_localizations.dart b/lib/utils/app_localizations.dart index 7b689381..bf20dde2 100644 --- a/lib/utils/app_localizations.dart +++ b/lib/utils/app_localizations.dart @@ -22,7 +22,7 @@ class AppLocalizations { static Map> _localizedValues = { 'en': { 'app_name': 'NKUST AP', - 'update_note_content': '* Improve course table font size.\n* Fix course system error (Because school close old version course system).\n* Fix leave system api error.', + 'update_note_content': '* Fix bus system.\n* Fix course export to calendar timezone error.\n* Fix widgets not show course location.(Android)', 'about_open_source_content': 'https://github.com/NKUST-ITC/NKUST-AP-Flutter\n\nThis project is licensed under the terms of the MIT license:\nThe MIT License (MIT)\n\nCopyright © 2018 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.', 'bus_pick_date': 'Chosen Date: %s', @@ -148,7 +148,7 @@ class AppLocalizations { }, 'zh': { 'app_name': '高科校務通', - 'update_note_content': '* 改善課表字體大小\n* 修正課表錯誤(原因校方關閉舊版課表)\n* 修正請假爬蟲錯誤', + 'update_note_content': '* 修復校車系統\n* 修正課表匯出行事曆時區錯誤\n* 修正小工作無法顯示教室位置(Android)', 'about_open_source_content': 'https://github.com/NKUST-ITC/NKUST-AP-Flutter\n\n本專案採MIT 開放原始碼授權:\nThe MIT License (MIT)\n\nCopyright © 2020 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.', 'bus_pick_date': '選擇乘車時間:%s', diff --git a/macos/Podfile.lock b/macos/Podfile.lock index e25960a7..86d67f6b 100644 --- a/macos/Podfile.lock +++ b/macos/Podfile.lock @@ -67,7 +67,7 @@ DEPENDENCIES: - file_chooser (from `Flutter/ephemeral/.symlinks/plugins/file_chooser/macos`) - firebase_crashlytics (from `Flutter/ephemeral/.symlinks/plugins/firebase_crashlytics/macos`) - flutter_local_notifications (from `Flutter/ephemeral/.symlinks/plugins/flutter_local_notifications/macos`) - - FlutterMacOS (from `Flutter/ephemeral/.symlinks/flutter/darwin-x64`) + - FlutterMacOS (from `Flutter/ephemeral/.symlinks/flutter/darwin-x64-release`) - in_app_review (from `Flutter/ephemeral/.symlinks/plugins/in_app_review/macos`) - native_pdf_renderer (from `Flutter/ephemeral/.symlinks/plugins/native_pdf_renderer/macos`) - package_info (from `Flutter/ephemeral/.symlinks/plugins/package_info/macos`) @@ -101,7 +101,7 @@ EXTERNAL SOURCES: flutter_local_notifications: :path: Flutter/ephemeral/.symlinks/plugins/flutter_local_notifications/macos FlutterMacOS: - :path: Flutter/ephemeral/.symlinks/flutter/darwin-x64 + :path: Flutter/ephemeral/.symlinks/flutter/darwin-x64-release in_app_review: :path: Flutter/ephemeral/.symlinks/plugins/in_app_review/macos native_pdf_renderer: diff --git a/pubspec.yaml b/pubspec.yaml index a75f0675..1ac89e5d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: nkust_ap description: A new Flutter application. -version: 3.5.3+30503 +version: 3.5.4+30504 environment: sdk: ">=2.6.0 <3.0.0"