Skip to content

v1.8.1

Choose a tag to compare

@digitalghost-dev digitalghost-dev released this 08 Dec 01:14
· 94 commits to main since this release
v1.8.1
68d91a1

Added

  • Added loading screen to card command when an image is being selected. (#204)
  • Added an HTTP status code check in the connections package when calling pokeapi.co. (#206)
  • Added a generic helper function and interface to reduce repeated API call logic across the different endpoints. (#208)

Changed

  • Changed YellowAdaptive styling to be a lipgloss.NewStyle() instead of an anonymous function which didn't match other color styles. (#207)
  • Changed ability and item commands to match error returning method of move command. (#209)
  • Changed ImageModel to return an actual error instead of image data

Fixed

  • Fixed printing issue when an ability has a % symbol in its text. (#205)