Skip to content

Releases: digitalghost-dev/poke-cli

v1.10.1

04 May 21:08
v1.10.1
a593556

Choose a tag to compare

Changed

  • Changed sizeMap location to perform size validation before downloading the image. (#282)
  • Changed instances of log.Fatalf() in the berry and speed commands to return errors. (#281)
  • Changed fetchEndpoint() to report a broader range of errors such as network errors, server errors, or malformed API responses. (#280)

Fixed

  • The poke-cli pokemon -h help menu was missing the -d | --defense flag reference. (#279)

v1.10.0

29 Apr 21:32
v1.10.0
702d173

Choose a tag to compare

Added

  • Added the option to directly query a berry instead of launching a TUI with poke-cli berry. For example: poke-cli berry chople. (#257)

Fixed

  • Fixed potential database errors from the berry command not being surfaced. (#278)
  • Fixed potential API connections error across flags and commands not being surfaced. (#275)

Secured

  • Secured against several CVEs by updating Go to v1.25.9. (#276)

v1.9.4

23 Apr 16:33
v1.9.4
1fd0d05

Choose a tag to compare

Added

  • Added helper functions to pokemon command. (#272)
  • Added new package for constant variables. (#271)

v1.9.3

18 Apr 21:39
v1.9.3
4d6237c

Choose a tag to compare

Added

  • Added FormatError helper and consolidate error rendering. (#267)

Changed

  • Changed charmbracelet libraries to v2. (#264)
    • BubbleTea
    • Bubbles
    • Lipgloss

Fixed

  • Fixed flag parse error handling across ability, pokemon, and tcg commands. (#266)

v1.9.2

12 Apr 18:33
v1.9.2
224bfd3

Choose a tag to compare

Added

  • Added gender rate, egg cycles, and effort values given to main output of the pokemon command. (#261, #262)

Fixed

  • Fixed error message output for various command when missing a required argument (#260)

v1.9.1

04 Apr 00:02
v1.9.1
a935015

Choose a tag to compare

Added

  • Added Perfect Order card data. (#258)

Changed

  • Changed all model structs to match unexported casing. (#255)

Secured

  • Secured against several CVEs by upgrading to Go v1.25.8. (#252)

v1.9.0

25 Mar 19:19
v1.9.0
4933545

Choose a tag to compare

Added

  • Added new tcg command. View tournament TCG standings. (#247)
  • Added --web flag to tcg command to open dashboard in a default browser. (#249)

Changed

  • Changed location of list design definitions for BubbleTea lists to styling package to be reused by other commands. (#252)

v1.8.11

25 Feb 16:57
v1.8.11
9cb4299

Choose a tag to compare

Added

  • Added Sun & Moon series to the card command. (#251)
  • Added a GenerateHelpMessage() function to standardize and centralize help output across all commands.

Changed

  • Changed search command to return (string, error) to match all other commands. (#162)

v1.8.10

16 Feb 22:26
v1.8.10
7ed85e6

Choose a tag to compare

Added

  • Added better error handling and messaging for Supabase API calls. (#245)

Removed

  • Removed duplicated flag parsing calls. (#243)
  • Removed similar validation logic across several functions by reducing to one generic validation function. (#244)

v1.8.9

06 Feb 23:56
v1.8.9
e14d9ef

Choose a tag to compare

Added

  • Added Ascended Heroes set list. (#241)