Releases: MaaAssistantArknights/maa-cli
Releases · MaaAssistantArknights/maa-cli
v0.5.2
Release Notes
Release 0.5.2
Features
- Add serialize for TouchMode and TaskType enum by @wangl-cc
- Improve the error handling of assistant API by @wangl-cc in #346
- Add difficulty parameter to roguelike preset by @wangl-cc in #351
- Support multiple tools to craft in reclamation by @wangl-cc in #353
- Add support for Windows aarch64 by @wangl-cc in #354
Refactor
- Split shared types into maa-types crate by @wangl-cc in #341
- Replace OnceLock with LazyLock by @wangl-cc
Testing
- Simplify to_cstring test by @wangl-cc
- Improve test about maa-sys::Error by @wangl-cc in #347
- Retry 3 times for test that downloads files from internet by @wangl-cc in #348
Miscellaneous
- Centralize and update dependencies by @wangl-cc in #342
- Replace some allow with expect and add reason by @wangl-cc
- Display licenses of third party projects by @wangl-cc
- Ignore licenses.html in typos check by @wangl-cc
- Add editorconfig by @wangl-cc
- Remove unnecessary lifetime annotations by @wangl-cc
Full Changelog: v0.5.1...v0.5.2
v0.5.2-beta.1
Release Notes
Release 0.5.2-beta.1
Features
- Add serialize for TouchMode and TaskType enum by @wangl-cc
- Improve the error handling of assistant API by @wangl-cc in #346
- Add difficulty parameter to roguelike preset by @wangl-cc in #351
- Support multiple tools to craft in reclamation by @wangl-cc in #353
Refactor
- Split shared types into maa-types crate by @wangl-cc in #341
- Replace OnceLock with LazyLock by @wangl-cc
Testing
- Simplify to_cstring test by @wangl-cc
- Improve test about maa-sys::Error by @wangl-cc in #347
- Retry 3 times for test that downloads files from internet by @wangl-cc in #348
Miscellaneous
- Centralize and update dependencies by @wangl-cc in #342
- Replace some allow with expect and add reason by @wangl-cc
- Display licenses of third party projects by @wangl-cc
- Ignore licenses.html in typos check by @wangl-cc
- Add editorconfig by @wangl-cc
- Remove unnecessary lifetime annotations by @wangl-cc
Full Changelog: v0.5.1...v0.5.2-beta.1
v0.5.1
Release Notes
Release 0.5.1
Testing
- Ignore data_relative test by @wangl-cc
Full Changelog: v0.5.0...v0.5.1
v0.5.0
Release Notes
Release 0.5.0
Features
- BREAKING: Remove deprecated cleanup targets and improve tests by @wangl-cc in #315
- BREAKING: Add
reclamation
and improvefight
,roguelike
,copilot
commands by @wangl-cc in #313 - Add support for encrypted ssh key and ssh-agent by @wangl-cc in #337
Bug Fixes
- Retry
remove_dir_all
3 times inensure_clean
by @wangl-cc in #320 - Create a owned copy of version string of MaaCore instead of a reference by @wangl-cc in #327
- Task name of reclamation algorithm by @wangl-cc in #336
Performance
Refactor
- BREAKING: Switch from
native-tls
torustls
by @wangl-cc in #317 - Split
dirs
module into a separate crate by @wangl-cc in #321 - Use RwLock instead of TLS to store shared library by @wangl-cc in #328
- Use windows-sys to replace windows crate by @wangl-cc in #331
Documentation
Testing
- BREAKING: Run tests even some environment variables are not set by @wangl-cc in #316
- Fix env var name and logic in version test by @wangl-cc
- Ignore data_relative test by @wangl-cc
Miscellaneous
- Sort dependencies by name by @wangl-cc
- Remove unnecessary reference by @wangl-cc
- Update schema ssh configuration by @wangl-cc
Full Changelog: v0.4.12...v0.5.0
v0.5.0-beta.3.alpha.1+sha.6de6869
Release Notes
Release 0.5.0-beta.3.alpha.1+sha.6de6869
Documentation
- Imporve docs about fetching via SSH by @wangl-cc
Miscellaneous
- Update schema ssh configuration by @wangl-cc
- Remove [bot] suffix from username in changelog by @wangl-cc
Full Changelog: v0.5.0-beta.3...nightly
v0.5.0-beta.3
v0.5.0-beta.2
v0.5.0-beta.1
Release Notes
Release 0.5.0-beta.1
Features
- BREAKING:Remove deprecated cleanup targets and improve tests by @wangl-cc in #315
- BREAKING:Add
reclamation
and improvefight
,roguelike
,copilot
commands by @wangl-cc in #313
Bug Fixes
Refactor
- BREAKING:Switch from
native-tls
torustls
by @wangl-cc in #317 - Split
dirs
module into a separate crate by @wangl-cc in #321
Testing
- BREAKING:Run tests even some environment variables are not set by @wangl-cc in #316
- Fix env var name and logic in version test by @wangl-cc
- Ignore data_relative test by @wangl-cc
Security
- Bump orhun/git-cliff-action from 3 to 4 by @dependabot[bot] in #314
Full Changelog: v0.4.12...v0.5.0-beta.1
v0.4.12
Release Notes
Release 0.4.12
Features
Bug Fixes
- Handle
ConnectFailed
message in callback by @wangl-cc
Performance
- Slightly decrease allocations in processing tasks by @wangl-cc
Documentation
- Remove outdated FAQ entries by @wangl-cc
Full Changelog: v0.4.11...v0.4.12