Skip to content

Releases: Criomby/pokeget-plus

v1.7.0

12 Mar 12:22
521a601
Compare
Choose a tag to compare

1.7.0

What's new:

Features:

  • simplified cl interface
    • specific form flags removed to only allow form flag with argument: --form <FORM>
    • --item flag can also be short -i

Misc:

  • all features enabled by default (default features)
  • better help & error messages
  • refactoring cl args & functions
  • updated clap crate to v4.5

Full Changelog: v1.6.0...v1.7.0

v1.6.0

07 Mar 03:27
8cef894
Compare
Choose a tag to compare

1.6.0

What's new:

Features:

  • Get Pokémon items with --item [NAME]
    • can be conditionally compiled with --features items
    • increases binary size by ~600 KB
    • see documentation for more usage info and availabe items

Misc:

  • prebuilt binaries will include all features from now on
  • documentation
  • some refactoring