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/lib/generated/git_info.dart b/lib/generated/git_info.dart index 3e9424c3c..5be28c4e2 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 = "8bd889"; +const int kCommitTimestamp = 1724485460; 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"