Releases: digitalghost-dev/poke-cli
Releases · digitalghost-dev/poke-cli
v1.6.2
Changed
- Changed
connections/connection.goto now include a connection timeout. (#181) - Changed the
--image=xxflag for thepokemoncommand 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)
- Commit Change Log: v1.6.1 > v1.6.2
- Associated PRs: (#184)
v1.6.1
Added
- Added the selected Pokémon's flavor entry when using the
pokemoncommand. (#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
pokemoncommand by iterating over a struct and calling a helper function. (#179)
- Commit Change Log: v1.6.0 > v1.6.1
- Associated PRs: (#180)
v1.6.0
Added
- Added new
-d | --defenseflag topokemoncommand that prints out a basic section of the selected Pokemon's type defenses. (#168)
- Commit Change Log: v1.4.0 > v1.5.0
- Associated PRs: (#177)
- Documentation: Added information for new
speedcommand at https://docs.poke-cli.com
v1.5.2
Changed
- Changed
-v | --versionflag 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 bygosec. (#175) - Secured against
CVE-2025-4674by updating to Gov1.24.5. (#174)
- Commit Change Log: v1.5.1 > v1.5.2
- Associated PRs: (#176)
v1.5.1
Changed
- Changed
pokemoncommand to display the selected Pokémon's typing instead of using the-t | --typesflag. (#170)
Deprecated
- Deprecated the
-t | --typesflag used in thepokemoncommand. (#171)
- Commit Change Log: v1.5.0 > v1.5.1
- Associated PRs: (#172)
v1.5.0
Added
- Added new
speedcommand that can calculate the speed of a Pokémon in battle. (#166)
- Commit Change Log: v1.4.0 > v1.5.0
- Associated PRs: (#167)
v1.4.0
Added
- Added new
itemcommand. Retrieve details about an item! (#158)$ poke-cli item choice-band ┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ ┃ ┃ ┃ Choice Band ┃ ┃ Cost: 4000 ┃ ┃ Category: Choice ┃ ┃ --- ┃ ┃ Description: ┃ ┃ An item to be held by a ┃ ┃ Pokémon. This curious ┃ ┃ headband boosts Attack but ┃ ┃ only allows the use of ┃ ┃ one move. ┃ ┃ ┃ ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
Changed
- Changed reused code logic to be a function. (#163)
- Changed quitting behavior of
typescommand when in the selection menu. The program will now display a "Goodbye!" message.
Fixed
- Fixed 'Dark' type missing from the
typesselection table. (#160) - Fixed error message not displaying when a non-valid image sized is used. (#164)
Security
- Secured against
CVE-2025-4575by addingapk upgradeline toDockerfile. (#161)
- Commit Change Log: v1.3.3 > v1.4.0
- Associated PRs: (#157)
- Documentation: Added information for new
itemcommand at https://docs.poke-cli.com
v1.3.3
Added
- Added documentation link to main
--help | -hflag that will direct users to a docs site with more information.
Changed
- Changed the
abilitycommand to include information about the generation in which the ability first appeared.
- Commit Change Log: v1.3.2 > v1.3.3
- Associated PRs: (#157)
v1.3.2
Changed
- Changed the
--moves | -mflag for thepokemoncommand to use concurrency for calling each learnable move.
- Commit Change Log: v1.3.1 > v1.3.2
- Associated PRs: (#154)
v1.3.1
Changed
- Changed
connections.PokemonApiCall()to reduce the amount return items. (#148)
Fixed
- Fixed
connections.MoveApiCall()not checking for an error when calling the function. (#149) - Fixed
utils.HandleCommandOutput()to return the proper error return code. (#150)
Security
- Secured against vulnerabilities in Go
v1.24.2by updating to Gov1.24.4. (#151)
- Commit Change Log: v1.3.0 > v1.3.1
- Associated PRs: (#152)