Releases: Criomby/pokeget-plus
Releases · Criomby/pokeget-plus
v1.7.0
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
- specific form flags removed to only allow form flag with argument:
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
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
- can be conditionally compiled with
Misc:
- prebuilt binaries will include all features from now on
- documentation
- some refactoring