Skip to content

v0.7.2

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Mar 01:37
· 1720 commits to main since this release

0.7.2 - 2024-03-07

Bug Fixes

  • (draw) Fix real-time notes card wrong text position - (3b36048)
  • Fix tortoise orm config path - (f31172a)
  • Fix incorrect filename obtain logic - (91704ca)
  • Fix static image not found in /notes - (760ec03)
  • Fix dark mode toggle button incorrect label - (c51fb9c)
  • Fix AbyssView missing message attr - (dde61d6)
  • Fix db error when deleteing acc - (a6d0739)
  • Fix email password method embed desc - (12da2b9)
  • Properly display long weapon names - (84ed0e3)

Features

  • (draw) Add hsr and gi notes card - (9f9f815)
  • (utils) Add format_timedelta - (4c49cd4)
  • Allow users to choose default account for commands - (2b2b423)
  • Add /notes command - (7b0ace2)
  • Add AI image generation in /profile - (307c4a6)

Miscellaneous Chores

  • (asset) Update assets - (f6813e9)
  • (asset) Update assets - (b5bb1f8)
  • (deps) Update dependencies - (1822929)
  • (deps) Update dependencies - (47d1288)
  • (deps) Add novelai - (8a72930)
  • Update gitignore - (1664750)
  • Improve file structure - (74dc3af)
  • Improve draw func structure - (e996791)

Refactoring

  • (draw) Double the resolution of item list cards - (2827b41)
  • Improve mask_image_with_color - (7510697)
  • Skip pushing source strings if there are no untranslated strings - (dad4996)
  • Allow customizing locale in drawer.write - (c66b819)
  • Refactor email verification code - (a330895)
  • Refactor AbyssView code - (2afe3eb)
  • Make first acc selected after deleteing acc - (2afdb55)
  • Improve description in adding acc - (0a2bbcc)
  • Improve card template descriptions - (b54cc35)
  • Reserve previous inputs in modals - (d8e3dca)

Style