Skip to content

Releases: digitalghost-dev/poke-cli

v1.8.0

25 Nov 18:26
v1.8.0
d55869a

Choose a tag to compare

Added

  • Added a new card command 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)

v1.7.4

06 Nov 18:34
v1.7.4
cb457a4

Choose a tag to compare

Added

  • Added more tests to increase testing coverage. (#197)

Changed

  • Changed flags.LatestFlag() to handle errors and return proper exit code. (#198)

Secured

  • Secured against several CVEs by updating to Go v1.24.9. (#199)

v1.7.3

03 Nov 18:31
v1.7.3
49267ac

Choose a tag to compare

Changed

  • Changed hard coded https://pokeapi.co/api/v2/ base URL to use the single connections.APICALL instead. (#194)

Fixed

  • Fixed search command not returning an exit code on error. (#195)
  • Fixed berry command not calling proper validation function. (#193(

Security


v1.7.2

20 Oct 04:52
v1.7.2
cb66d36

Choose a tag to compare

Fixed

  • Fixed older egg group names by replacing them with their modern counterparts. (#190)

v1.7.1

12 Oct 21:16
v1.7.1
072dc2a

Choose a tag to compare

Added

  • Added egg group to output of poke-cli pokemon command. (#188)

v1.7.0

28 Sep 04:58
v1.7.0
d27b6fb

Choose a tag to compare

Added

  • Added new berry command that opens a TUI screen to view information about berries. (#186)

v1.6.2

29 Aug 00:47
v1.6.2
a4d0cd3

Choose a tag to compare

Changed

  • Changed connections/connection.go to now include a connection timeout. (#181)
  • Changed the --image=xx flag for the pokemon command 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)

v1.6.1

26 Aug 22:53
v1.6.1
df28b19

Choose a tag to compare

Added

  • Added the selected Pokémon's flavor entry when using the pokemon command. (#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 pokemon command by iterating over a struct and calling a helper function. (#179)

v1.6.0

19 Aug 01:10
v1.6.0
999f800

Choose a tag to compare

Added

  • Added new -d | --defense flag to pokemon command that prints out a basic section of the selected Pokemon's type defenses. (#168)
poke-cli-freeze

v1.5.2

13 Aug 21:58
v1.5.2
985d4f7

Choose a tag to compare

Changed

  • Changed -v | --version flag 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 by gosec. (#175)
  • Secured against CVE-2025-4674 by updating to Go v1.24.5. (#174)