Releases: AdoryVo/pokesearch
Releases · AdoryVo/pokesearch
v1.1.1
Updates and refactoring
Usage
- Download and extract the binaries
- Open a terminal inside the extracted folder & run
pokesearch.exe
as a command
Changelog
- Updated implementation to account for new gens
- Added functionality to check specified Pokemon for typos through HTTP
- Minor refactoring
- Bugfix: Fixed logic for parsing config gen
v1.1.0
Quality of life & refactoring
Usage
pokesearch config list
- List configuration valuespokesearch pokemon [pokemonName]
- Retrieve basic info (simple link to page) for specified Pokemon
Changelog
- Add command to list configuration values
- Add default message for Pokemon search
- Update build process (Makefile)
- Update README
- Refactoring file structure & style
v1.0.0
Initial release.
Usage (also on README)
pokesearch config gen [genNumber]
- Set a default gen for learnsets- Ex:
pokesearch config gen 4
- Set default gen to IV
- Ex:
pokesearch pokemon [pokemonName] [flags]
- Search info for a specified Pokemon- Ex:
pokesearch pokemon kadabra -elst -g 5
- Get Bulbapedia links for Kadabra's Evolution, Gen V Learnset, Stats, and Type Effectiveness
- Ex:
Changelog
- Add default generation configuration functionality
- Add Pokemon search functionality
- Add usage messages
- Add README for user usage & open source setup
- Add Makefile for building releases