Skip to content

Releases: Hambaka/golden_sun_save_converter

golden_sun_save_converter v0.1.10

28 Jun 15:22
Compare
Choose a tag to compare

[0.1.10] - 2023-06-28

Changelog

  • Implement "ValueEnum" for "NameType" and "BuildDateType" to support "EnumValueParser".
    • Now we will see all arguments' possible values with help info.
  • Enable "clap"'s "cargo" feature
    • Use "crate_version!" to automatically set version number.
  • Improve the simple validation for name type and game type combination(fan translation version only).
  • There is no need to return a value from "convert_save" function.
  • Update dependency: clap 4.3.3 -> 4.3.8

golden_sun_save_converter v0.1.8

04 Jun 07:28
Compare
Choose a tag to compare

[0.1.8] - 2023-06-04

Changelog

  • Make all arguments in command easy to read and modify
  • Fix an issue in function "convert_save"
  • Update dependency: clap 4.3.0 -> 4.3.1

golden_sun_save_converter v0.1.7

02 Jun 14:34
Compare
Choose a tag to compare

It should be close to the finished state and ready for use.