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