Releases: digitalghost-dev/poke-cli
Releases · digitalghost-dev/poke-cli
v1.10.1
Changed
- Changed
sizeMaplocation to perform size validation before downloading the image. (#282) - Changed instances of
log.Fatalf()in theberryandspeedcommands 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 -hhelp menu was missing the-d | --defenseflag reference. (#279)
- Commit Change Log: v1.10.0 > v1.10.1
- Associated PRs: (#283)
v1.10.0
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
berrycommand 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)
- Commit Change Log: v1.9.4 > v1.10.0
- Associated PRs: (#277)
v1.9.4
v1.9.3
Added
- Added
FormatErrorhelper and consolidate error rendering. (#267)
Changed
- Changed
charmbraceletlibraries tov2. (#264)- BubbleTea
- Bubbles
- Lipgloss
Fixed
- Fixed flag parse error handling across
ability,pokemon, andtcgcommands. (#266)
- Commit Change Log: v1.9.2 > v1.9.3
- Associated PRs: (#268)
v1.9.2
v1.9.1
v1.9.0
Added
- Added new
tcgcommand. View tournament TCG standings. (#247) - Added
--webflag totcgcommand to open dashboard in a default browser. (#249)
Changed
- Changed location of list design definitions for BubbleTea lists to
stylingpackage to be reused by other commands. (#252)
- Commit Change Log: v1.8.11 > v1.9.0
- Associated PRs: (#253)
v1.8.11
Added
- Added Sun & Moon series to the
cardcommand. (#251) - Added a
GenerateHelpMessage()function to standardize and centralize help output across all commands.
Changed
- Changed
searchcommand to return(string, error)to match all other commands. (#162)
- Commit Change Log: v1.8.10 > v1.8.11
- Associated PRs: (#250)
v1.8.10
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)
- Commit Change Log: v1.8.9 > v1.8.10
- Associated PRs: (#246)
v1.8.9
Added
- Added Ascended Heroes set list. (#241)
- Commit Change Log: v1.8.8 > v1.8.9
- Associated PRs: (#242)