Skip to content

v0.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Oct 22:56
· 37 commits to main since this release
6de6869

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