Skip to content

Releases: digitalghost-dev/poke-cli

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)

v1.8.8

02 Feb 17:00
v1.8.8
9bd620f

Choose a tag to compare

Added

  • Added support for Kitty Graphics Protocol on select terminals for rending cards through the card command. (#236)
  • Added loading screens when in the card command when passing through the different programs/screens. (#237)

Changed

  • Changed the calls made to the Supabase API by moving logic to connections.go and reducing duplicated code. (#238)

Secured

  • Secured against several CVEs by updating to Go v1.24.12. (#240)

v1.8.7

23 Jan 18:20
v1.8.7
91a0621

Choose a tag to compare

Added

  • Added a search feature when viewing the card list. This will filter all cards in the list to match the given text string. (#233)

Changed

  • Changed the move command to fall back to Sword & Shield data if a move doesn't exist in Scarlet & Violet. (#234)

v1.8.6

14 Jan 22:07
v1.8.6
8df42ca

Choose a tag to compare

Added

  • Added regex and fuzzy search capabilities within the search command. (#229)
  • Added regulation mark to a card's detail screen within the card command. (#231)

Changed

  • Changed the command list in cli.go to be a callable function to reduce duplicated code. (#230)

v1.8.5

10 Jan 22:19
v1.8.5
7e9576d

Choose a tag to compare

Added

  • Added CapitalizeResourceName() function to centralize text formatting across commands. (#227)

Changed

  • Changed hint text within the -h | --help flag to be uniform throughout the tool. (#225)
  • Changed -h | --help flag check to be a reusable function in utils.go. (#226)