Skip to content

Releases: MaaAssistantArknights/maa-cli

v0.5.2

24 Dec 21:42
3d60e41
Compare
Choose a tag to compare

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

Testing

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

24 Dec 13:51
5493d16
Compare
Choose a tag to compare
v0.5.2-beta.1 Pre-release
Pre-release

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

Testing

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

22 Oct 23:52
bd30ef0
Compare
Choose a tag to compare

Release Notes

Release 0.5.1

Testing

Full Changelog: v0.5.0...v0.5.1

v0.5.0

22 Oct 22:56
6de6869
Compare
Choose a tag to compare

Release Notes

Release 0.5.0

Features

  • BREAKING: Remove deprecated cleanup targets and improve tests by @wangl-cc in #315
  • BREAKING: Add reclamation and improve fight, 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 in ensure_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

  • Use manual Debug implementation and remove deprecated AsRef by @wangl-cc in #330

Refactor

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

Full Changelog: v0.4.12...v0.5.0

v0.5.0-beta.3.alpha.1+sha.6de6869

18 Oct 20:21
6de6869
Compare
Choose a tag to compare
Pre-release

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

16 Oct 22:37
503b773
Compare
Choose a tag to compare
v0.5.0-beta.3 Pre-release
Pre-release

Release Notes

Release 0.5.0-beta.3

Features

  • Add support for encrypted ssh key and ssh-agent by @wangl-cc in #337

Bug Fixes

Full Changelog: v0.5.0-beta.2...v0.5.0-beta.3

v0.5.0-beta.2

23 Sep 16:45
3fd7bfa
Compare
Choose a tag to compare
v0.5.0-beta.2 Pre-release
Pre-release

Release Notes

Release 0.5.0-beta.2

Bug Fixes

Performance

  • Use manual Debug implementation and remove deprecated AsRef by @wangl-cc in #330

Refactor

  • 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

Miscellaneous

Full Changelog: v0.5.0-beta.1...v0.5.0-beta.2

v0.5.0-beta.1

09 Sep 23:07
d2b6253
Compare
Choose a tag to compare
v0.5.0-beta.1 Pre-release
Pre-release

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 improve fight, roguelike, copilot commands by @wangl-cc in #313

Bug Fixes

  • Retry remove_dir_all 3 times in ensure_clean by @wangl-cc in #320

Refactor

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

Full Changelog: v0.4.12...v0.5.0-beta.1

v0.4.12

27 Aug 22:09
1411b79
Compare
Choose a tag to compare

Release Notes

Release 0.4.12

Features

  • Use Official as the default value for client_type by @wangl-cc in #312

Bug Fixes

  • Handle ConnectFailed message in callback by @wangl-cc

Performance

  • Slightly decrease allocations in processing tasks by @wangl-cc

Documentation

Full Changelog: v0.4.11...v0.4.12

v0.4.11

18 Aug 09:14
6cebbf7
Compare
Choose a tag to compare

Release Notes

Release 0.4.11

Features

  • Set client_type for Fight and Closedown automatically by @wangl-cc in #305
  • Support client type for Closedown command by @wangl-cc in #309

Bug Fixes

Refactor

Documentation

Full Changelog: v0.4.10...v0.4.11