Skip to content

Releases: MaaAssistantArknights/maa-cli

v0.4.6

21 Apr 14:30
6d5b136
Compare
Choose a tag to compare

Release Notes

Release 0.4.6

Features

Bug Fixes

  • Wrong path to item_index.json for non-official clients by @wangl-cc in #256
  • Use $crate::ToCString in impl_to_cstring macros by @wangl-cc
  • Ensure log directory exists before creating log file by @wangl-cc in #269

Refactor

Documentation

Testing

  • Compare BTreeSet instead of Vec in cleanup by @wangl-cc in #271

Security

Miscellaneous

Full Changelog: v0.4.5...v0.4.6

v0.4.6-beta.2

18 Apr 09:13
685d7d1
Compare
Choose a tag to compare
v0.4.6-beta.2 Pre-release
Pre-release

Release Notes

Release 0.4.6-beta.2

Features

Bug Fixes

  • Use $crate::ToCString in impl_to_cstring macros by @wangl-cc
  • Ensure log directory exists before creating log file by @wangl-cc in #269

Refactor

Testing

  • Compare BTreeSet instead of Vec in cleanup by @wangl-cc in #271

Miscellaneous

  • Update documentation of some methods in cleanup.rs by @wangl-cc
  • Update fish completion for cleanup target by @wangl-cc
  • Split command definition by @wangl-cc in #267

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

v0.4.6-beta.1

09 Apr 12:10
6990eb4
Compare
Choose a tag to compare
v0.4.6-beta.1 Pre-release
Pre-release

Release Notes

Release 0.4.6-beta.1

Features

Bug Fixes

  • Wrong path to item_index.json for non-official clients by @wangl-cc in #256

Refactor

  • Replace lazy_static with OnceLock or normal static by @wangl-cc in #257

Documentation

Security

Miscellaneous

Full Changelog: v0.4.5...v0.4.6-beta.1

v0.4.5

27 Mar 17:34
7787841
Compare
Choose a tag to compare

Release Notes

Release 0.4.5

Features

Bug Fixes

  • Add rt-multi-thread feature for tokio and bump dependencies by @wangl-cc in #226
  • Sanity and medicine usage message by @wangl-cc in #230
  • Set default log prefix to Always to avoid breaking change by @wangl-cc in #233

Documentation

Miscellaneous

Full Changelog: v0.4.4...v0.4.5

v0.4.5-beta.2

26 Mar 08:54
4611717
Compare
Choose a tag to compare
v0.4.5-beta.2 Pre-release
Pre-release

Release Notes

Release 0.4.5-beta.2

Features

Bug Fixes

  • Add rt-multi-thread feature for tokio and bump dependencies by @wangl-cc in #226
  • Sanity and medicine usage message by @wangl-cc in #230
  • Set default log prefix to Always to avoid breaking change by @wangl-cc in #233

Documentation

Miscellaneous

Full Changelog: v0.4.4...v0.4.5-beta.2

v0.4.5-beta.1

23 Mar 14:05
8619660
Compare
Choose a tag to compare
v0.4.5-beta.1 Pre-release
Pre-release

Release Notes

Release 0.4.5-beta.1

Features

  • Add env MAA_LOG_PREFIX to control prefix in log by @wangl-cc in #231

Bug Fixes

  • Add rt-multi-thread feature for tokio and bump dependencies by @wangl-cc in #226
  • Sanity and medicine usage message by @wangl-cc in #230
  • Set default log prefix to Always to avoid breaking change by @wangl-cc in #233

Miscellaneous

Full Changelog: v0.4.4...v0.4.5-beta.1

v0.4.4

20 Feb 10:02
8cbe769
Compare
Choose a tag to compare

Release Notes

Release 0.4.4

Features

  • Support timezone for all time related conditions by @wangl-cc in #207

Bug Fixes

Miscellaneous

Full Changelog: v0.4.3...v0.4.4

v0.4.3

18 Feb 08:07
a80e9d8
Compare
Choose a tag to compare

Release Notes

Features

  • Add preset field for connection configuration (#195)
  • Add client field to Weekday condition used to adjust date (#203)

Bug Fixes

  • Add newline to summary detail of roguelike (#194)
  • Use 32 bit int and float in MAAValue (#198)

Documentation

  • Fix format of toml example

v0.4.2

27 Jan 09:09
3adacf1
Compare
Choose a tag to compare

Release Notes

Features

  • Add condition DayMod for multi-day plan (#190)

Bug Fixes

  • If start time is later than end, treat it as crossing midnight (#189)

Miscellaneous

  • Add condition DayMod for task schema
  • Bump maa-cli to 0.4.2

v0.4.1

24 Jan 06:58
33b0ebd
Compare
Choose a tag to compare

Release Notes

Performance

  • Use Cow to avoid unnecessary allocation (#181)

Documentation

  • Mention that partial installation of MaaCore is not recommended

Miscellaneous

  • Bump maa-sys to 0.3.1 (#178)
  • Bump maa-cli to 0.4.1 (#177)
  • Fix typos (#179)
  • Rename as_string to as_str (#182)