From e42fea020dad5413cf2b3b948cf7e433b41bb5a6 Mon Sep 17 00:00:00 2001 From: RainVisitor Date: Wed, 24 Feb 2021 19:03:02 +0800 Subject: [PATCH] Update to v3.7.4 --- RELEASE_NOTE.md | 7 +++++-- ios/CourseAppWidget/Info.plist | 4 ++-- lib/utils/app_localizations.dart | 5 +++-- pubspec.yaml | 2 +- 4 files changed, 11 insertions(+), 7 deletions(-) diff --git a/RELEASE_NOTE.md b/RELEASE_NOTE.md index 4d3e100a..d1151135 100644 --- a/RELEASE_NOTE.md +++ b/RELEASE_NOTE.md @@ -1,2 +1,5 @@ -* CD 加入 `Firebase Hosting` 自動部署 -* 修正 CD Windows 發布錯誤 \ No newline at end of file +* 修正使用者代理錯誤 +* 修正課表顯示錯誤 +* 修正底部導覽超出範圍 +* 修正請假系統選擇檔案崩潰 +* 修正課表匯出時間錯誤 \ No newline at end of file diff --git a/ios/CourseAppWidget/Info.plist b/ios/CourseAppWidget/Info.plist index 00a425bd..cf143702 100644 --- a/ios/CourseAppWidget/Info.plist +++ b/ios/CourseAppWidget/Info.plist @@ -17,9 +17,9 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 3.7.2 + 3.7.4 CFBundleVersion - 30702 + 30704 NSExtension NSExtensionPointIdentifier diff --git a/lib/utils/app_localizations.dart b/lib/utils/app_localizations.dart index 7be7588c..18f14ec2 100644 --- a/lib/utils/app_localizations.dart +++ b/lib/utils/app_localizations.dart @@ -23,7 +23,7 @@ class AppLocalizations { 'en': { 'app_name': 'NKUST AP', 'update_note_content': - '* Fix course table display error.\n* Fix course home widget time error.', + '* Fix user agent error.\n* Fix course table display error.\n* Fix bottom navigation bar overflow.\n* Fix leave page pick file crash.\n* Fix calendar export error.', '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 © 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': 'Chosen Date: %s', @@ -157,7 +157,8 @@ class AppLocalizations { }, 'zh': { 'app_name': '高科校務通', - 'update_note_content': '* 修正課表顯示錯誤\n* 修正桌面小工具時間錯誤', + 'update_note_content': + '* 修正使用者代理錯誤\n* 修正課表顯示錯誤\n* 修正底部導覽超出範圍\n* 修正請假系統選擇檔案崩潰\n* 修正課表匯出時間錯誤', '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/pubspec.yaml b/pubspec.yaml index 25169bc6..cb04c35c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: nkust_ap description: A new Flutter application. -version: 3.7.3+30703 +version: 3.7.4+30704 environment: sdk: ">=2.6.0 <3.0.0"