diff --git a/CHANGELOG.md b/CHANGELOG.md index 14425cfb6..f1d05233c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 2.5.13 + +- batch setting append skills +- add campaign login bonus for SQ plan +- fix append 5 not work for transform skill +- support summer XX NP + ## 2.5.12 - Fix skill option bug: Kulkulcan etc @@ -7,6 +14,7 @@ ## 2.5.11 +- Support planning 5 appends - Laplace - Support Append Skill 5 shorten skill after use - Fixed a bug where reduced damage (for overkill bug counting) is not reset after NP diff --git a/CHANGELOG.zh.md b/CHANGELOG.zh.md index bf2acb1f3..0a65ea8ab 100644 --- a/CHANGELOG.zh.md +++ b/CHANGELOG.zh.md @@ -1,5 +1,12 @@ # 更新日志 +## 2.5.13 + +- 批量修改追加技能 +- 增加攒石功能的纪念活动登陆奖励 +- 修复变身时追加技能 5 失效 +- 支持泳装 XX 宝具 + ## 2.5.12 - 修复库库尔坎等有选项的技能错误 @@ -7,8 +14,10 @@ ## 2.5.11 +- 9 周年之索尼罪大滔天、螺旋社罪该万死 +- 支持规划 5 个追加被动 - Laplace - - 支持附加五技能:使用技能后减少 CD + - 支持追加被动 5:使用技能后减少 CD - 修正了 Overkill bug 没有在宝具使用后重置的问题 - 支持泳装艾蕾 - 新的根据好感度增加伤害的机制 diff --git a/ios/Podfile.lock b/ios/Podfile.lock index 1392c966a..b0a78c042 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -70,9 +70,9 @@ PODS: - FlutterMacOS - permission_handler_apple (9.3.0): - Flutter - - SDWebImage (5.19.4): - - SDWebImage/Core (= 5.19.4) - - SDWebImage/Core (5.19.4) + - SDWebImage (5.19.7): + - SDWebImage/Core (= 5.19.7) + - SDWebImage/Core (5.19.7) - share_plus (0.0.1): - Flutter - shared_preferences_foundation (0.0.1): @@ -90,6 +90,7 @@ PODS: - FlutterMacOS - webview_flutter_wkwebview (0.0.1): - Flutter + - FlutterMacOS DEPENDENCIES: - audio_session (from `.symlinks/plugins/audio_session/ios`) @@ -113,7 +114,7 @@ DEPENDENCIES: - sqflite (from `.symlinks/plugins/sqflite/darwin`) - url_launcher_ios (from `.symlinks/plugins/url_launcher_ios/ios`) - video_player_avfoundation (from `.symlinks/plugins/video_player_avfoundation/darwin`) - - webview_flutter_wkwebview (from `.symlinks/plugins/webview_flutter_wkwebview/ios`) + - webview_flutter_wkwebview (from `.symlinks/plugins/webview_flutter_wkwebview/darwin`) SPEC REPOS: trunk: @@ -169,7 +170,7 @@ EXTERNAL SOURCES: video_player_avfoundation: :path: ".symlinks/plugins/video_player_avfoundation/darwin" webview_flutter_wkwebview: - :path: ".symlinks/plugins/webview_flutter_wkwebview/ios" + :path: ".symlinks/plugins/webview_flutter_wkwebview/darwin" SPEC CHECKSUMS: audio_session: 088d2483ebd1dc43f51d253d4a1c517d9a2e7207 @@ -192,7 +193,7 @@ SPEC CHECKSUMS: pasteboard: 982969ebaa7c78af3e6cc7761e8f5e77565d9ce0 path_provider_foundation: 2b6b4c569c0fb62ec74538f866245ac84301af46 permission_handler_apple: 9878588469a2b0d0fc1e048d9f43605f92e6cec2 - SDWebImage: 066c47b573f408f18caa467d71deace7c0f8280d + SDWebImage: 8a6b7b160b4d710e2a22b6900e25301075c34cb3 share_plus: 8875f4f2500512ea181eef553c3e27dba5135aad shared_preferences_foundation: fcdcbc04712aee1108ac7fda236f363274528f78 sqflite: 673a0e54cc04b7d6dba8d24fb8095b31c3a99eec @@ -200,7 +201,7 @@ SPEC CHECKSUMS: Toast: 1f5ea13423a1e6674c4abdac5be53587ae481c4e url_launcher_ios: 5334b05cef931de560670eeae103fd3e431ac3fe video_player_avfoundation: 7c6c11d8470e1675df7397027218274b6d2360b3 - webview_flutter_wkwebview: 2a23822e9039b7b1bc52e5add778e5d89ad488d1 + webview_flutter_wkwebview: 0982481e3d9c78fd5c6f62a002fcd24fc791f1e4 PODFILE CHECKSUM: 3205ce7e5c705a62947d5a00eeafa2ed4e39fea4 diff --git a/lib/generated/git_info.dart b/lib/generated/git_info.dart index 3e9424c3c..a78cfd040 100644 --- a/lib/generated/git_info.dart +++ b/lib/generated/git_info.dart @@ -1,3 +1,3 @@ // GENERATED CODE - DO NOT MODIFY BY HAND -const String kCommitHash = "911d06"; -const int kCommitTimestamp = 1723047940; +const String kCommitHash = "330d24"; +const int kCommitTimestamp = 1724515511; diff --git a/macos/Podfile.lock b/macos/Podfile.lock index c9f9ea8e5..0f5a8a59c 100644 --- a/macos/Podfile.lock +++ b/macos/Podfile.lock @@ -35,6 +35,9 @@ PODS: - video_player_avfoundation (0.0.1): - Flutter - FlutterMacOS + - webview_flutter_wkwebview (0.0.1): + - Flutter + - FlutterMacOS - window_manager (0.2.0): - FlutterMacOS @@ -55,6 +58,7 @@ DEPENDENCIES: - tray_manager (from `Flutter/ephemeral/.symlinks/plugins/tray_manager/macos`) - url_launcher_macos (from `Flutter/ephemeral/.symlinks/plugins/url_launcher_macos/macos`) - video_player_avfoundation (from `Flutter/ephemeral/.symlinks/plugins/video_player_avfoundation/darwin`) + - webview_flutter_wkwebview (from `Flutter/ephemeral/.symlinks/plugins/webview_flutter_wkwebview/darwin`) - window_manager (from `Flutter/ephemeral/.symlinks/plugins/window_manager/macos`) EXTERNAL SOURCES: @@ -90,6 +94,8 @@ EXTERNAL SOURCES: :path: Flutter/ephemeral/.symlinks/plugins/url_launcher_macos/macos video_player_avfoundation: :path: Flutter/ephemeral/.symlinks/plugins/video_player_avfoundation/darwin + webview_flutter_wkwebview: + :path: Flutter/ephemeral/.symlinks/plugins/webview_flutter_wkwebview/darwin window_manager: :path: Flutter/ephemeral/.symlinks/plugins/window_manager/macos @@ -110,6 +116,7 @@ SPEC CHECKSUMS: tray_manager: 9064e219c56d75c476e46b9a21182087930baf90 url_launcher_macos: 5f437abeda8c85500ceb03f5c1938a8c5a705399 video_player_avfoundation: 7c6c11d8470e1675df7397027218274b6d2360b3 + webview_flutter_wkwebview: 0982481e3d9c78fd5c6f62a002fcd24fc791f1e4 window_manager: 3a1844359a6295ab1e47659b1a777e36773cd6e8 PODFILE CHECKSUM: ef1a79269797af34dd64252892cb94a71579d1d8 diff --git a/pubspec.yaml b/pubspec.yaml index f8d639875..7713d974c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -15,7 +15,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 2.5.12+973 +version: 2.5.13+974 environment: sdk: ">=3.5.0 <4.0.0"