Releases: digitalghost-dev/poke-cli
Releases · digitalghost-dev/poke-cli
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)
v1.8.8
Added
- Added support for Kitty Graphics Protocol on select terminals for rending cards through the
cardcommand. (#236) - Added loading screens when in the
cardcommand when passing through the different programs/screens. (#237)
Changed
- Changed the calls made to the Supabase API by moving logic to
connections.goand reducing duplicated code. (#238)
Secured
- Secured against several CVEs by updating to Go
v1.24.12. (#240)
- Commit Change Log: v1.8.7 > v1.8.8
- Associated PRs: (#239)
v1.8.7
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
movecommand to fall back to Sword & Shield data if a move doesn't exist in Scarlet & Violet. (#234)
- Commit Change Log: v1.8.6 > v1.8.7
- Associated PRs: (#235)
v1.8.6
Added
- Added
regexandfuzzysearch capabilities within thesearchcommand. (#229) - Added regulation mark to a card's detail screen within the
cardcommand. (#231)
Changed
- Changed the command list in
cli.goto be a callable function to reduce duplicated code. (#230)
- Commit Change Log: v1.8.5 > v1.8.6
- Associated PRs: (#232)
v1.8.5
Added
- Added
CapitalizeResourceName()function to centralize text formatting across commands. (#227)
Changed
- Changed hint text within the
-h | --helpflag to be uniform throughout the tool. (#225) - Changed
-h | --helpflag check to be a reusable function inutils.go. (#226)
- Commit Change Log: v1.8.4 > v1.8.5
- Associated PRs: (#228)