Skip to content

Releases: AdoryVo/pokesearch

v1.1.1

20 Feb 23:20
Compare
Choose a tag to compare

Updates and refactoring

Usage

  1. Download and extract the binaries
  2. 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

27 Dec 04:00
Compare
Choose a tag to compare

Quality of life & refactoring

Usage

  • pokesearch config list - List configuration values
  • pokesearch 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

26 Dec 23:50
Compare
Choose a tag to compare

Initial release.

Screenshot

Usage (also on README)

  • pokesearch config gen [genNumber] - Set a default gen for learnsets
    • Ex: pokesearch config gen 4 - Set default gen to IV
  • 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

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