Skip to content

v0.7.0

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Mar 09:10
· 1777 commits to main since this release

0.7.0 - 2024-03-03

Bug Fixes

  • Fix lang not found in old cached characters - (1590701)
  • Fix cached character card generation error - (b756f7c)
  • Fix image distortion - (45dab62)
  • Fix catching exception when not supposed to - (ed7c29c)
  • Fix imports - (1843add)
  • Fix gi player embed - (cd00a26)
  • Fix caching mechanism - (38dc2f8)
  • Fix caching mechanisms again - (b239716)

Documentation

Features

  • (draw) Add Genshin Impact character build card - (82a8ed1)
  • Add custom EnkaAPI client - (dfffdcc)
  • Add Genshin Impact to ProfileView - (1507d8a)
  • Add new exception IncompleteParamError - (696e697)
  • Add new lang constants for EnkaAPI - (dbc9fe8)
  • Add push source string task - (9b9c629)
  • Add Genshin Impact card info - (2176a27)

Miscellaneous Chores

  • (asset) Update assets - (c424643)
  • (asset) Update assets - (933a044)
  • (deps) Update dependencies - (3134f3f)

Refactoring

  • (db) Rewrite EnkaCache mechanism - (c69a7fc)
  • (mihomo) Modify cache mechanism - (024f4cc)
  • Move enums.py to src directory - (ce228bd)
  • Remove custom response dataclasses - (a0b0305)
  • Improve mask_image_with_color method - (0873cfc)
  • Separate ProfileView items - (9a930cc)

Style