Releases: digitalghost-dev/poke-cli
Releases · digitalghost-dev/poke-cli
v1.8.0
Added
- Added a new
cardcommand to get basic info and pricing from TCGPlayer on cards from the Scarlet & Violet and Mega Evolution series. (#201)
Changed
- Changed key handling pattern across bubble tea components to be standardized across the project. (#202)
- Commit Change Log: v1.7.4 > v1.8.0
- Associated PRs: (#203 )
v1.7.4
v1.7.3
Changed
- Changed hard coded
https://pokeapi.co/api/v2/base URL to use the singleconnections.APICALLinstead. (#194)
Fixed
- Fixed
searchcommand not returning an exit code on error. (#195) - Fixed
berrycommand not calling proper validation function. (#193(
Security
- Secured against CVE-2025-47907 and CVE-2025-47906 by updating Go to
v1.24.6. (#192)
- Commit Change Log: v1.7.2 > v1.7.3
- Associated PRs: (#196)
v1.7.2
Fixed
- Fixed older egg group names by replacing them with their modern counterparts. (#190)
- Commit Change Log: v1.7.1 > v1.7.2
- Associated PRs: (#191)
v1.7.1
Added
- Added egg group to output of
poke-cli pokemoncommand. (#188)
- Commit Change Log: v1.7.0 > v1.7.1
- Associated PRs: (#189)
v1.7.0
Added
- Added new
berrycommand that opens a TUI screen to view information about berries. (#186)
- Commit Change Log: v1.6.2 > v1.7.0
- Associated PRs: (#187 )
v1.6.2
Changed
- Changed
connections/connection.goto now include a connection timeout. (#181) - Changed the
--image=xxflag for thepokemoncommand to render images faster and use less memory. (#183)
Fixed
- Fixed issue when calling a Pokémon with a regional form such as Alolan Exeggutor. (#182)
- Commit Change Log: v1.6.1 > v1.6.2
- Associated PRs: (#184)
v1.6.1
Added
- Added the selected Pokémon's flavor entry when using the
pokemoncommand. (#169) - Added the selected Pokémon's previous evolution if it is a stage 1 or stage 2 Pokémon (#178)
Changed
- Changed the calling of each flag for the
pokemoncommand by iterating over a struct and calling a helper function. (#179)
- Commit Change Log: v1.6.0 > v1.6.1
- Associated PRs: (#180)
v1.6.0
Added
- Added new
-d | --defenseflag topokemoncommand that prints out a basic section of the selected Pokemon's type defenses. (#168)
- Commit Change Log: v1.4.0 > v1.5.0
- Associated PRs: (#177)
- Documentation: Added information for new
speedcommand at https://docs.poke-cli.com
v1.5.2
Changed
- Changed
-v | --versionflag output to better fit the project's overall theme and removed "Latest Docker version" check and will now only check GitHub's latest release version. (#173)
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃ ┃
┃ Latest available version: ┃
┃ • v1.5.1 ┃
┃ ┃
┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
Secured
- Secured against
G104 (CWE-703): Errors unhandled. (Confidence: HIGH, Severity: LOW)caught bygosec. (#175) - Secured against
CVE-2025-4674by updating to Gov1.24.5. (#174)
- Commit Change Log: v1.5.1 > v1.5.2
- Associated PRs: (#176)