Skip to content

v1.15.7

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 10 Jan 02:28
· 76 commits to main since this release

1.15.7 - 2025-01-10

Bug Fixes

  • (deps) Update enka - (9775dfa)
  • (deps) Update genshin.py - (8f629bb)
  • (deps) Update genshin.py - (a17f557)
  • Fix potential KeyError in profile zzz - (5247563)
  • Show deadly assault buff icons - (996db4a)
  • Don't skip redeemed codes for manual redeem - (ccc37f6)
  • Fix validation error for honkai notes - (a3f65e2)
  • Fix UIGF import - (a165ffd)
  • Reset response cache for ambr api requests - (baf6071)
  • Close the view after removing char from cache - (1778b24)
  • Prevent KeyError in get_gacha_icon - (3001297)
  • Fix 25+ options after buying mimo item - (75b4517)
  • Remove html tags from mimo task names - (d9cf2b2)
  • Replace UIGF api with ambr - (45eb8bf)
  • Fix enum crash error with enka - (4b54b9c)
  • Fix possible ValueError with AmbrAPIClient - (2c9e951)
  • Fix GI team card too many talents - (82e823b)
  • Handle when split_opions is empty - (c19274a)
  • Update ambr-py and genshin.py - (8f27d78)
  • Fix confusing api_name with api_url - (c1be35c)
  • Fix w-engine RefinementSelect not updating selected value - (18feefb)
  • Handle invalid gacha log size input - (9c321d7)
  • Handle invalid banner type in gacha log - (070e79f)
  • Fix card settings from different games overlapping each other - (d85ca53)
  • Decode stdout and stderrr messages - (7bfbc49)
  • Fix gpy request + proxy api request methods - (9d33429)
  • Fix mimo auto draw error handling - (9aa2258)
  • Add sleep interval to mimo requests - (f966088)
  • Confirm mimo task finish status - (665cef9)
  • Fix banner type not being returned after validation - (027e610)
  • Fix ayaka wrong talent level - (509a8ce)
  • Fix 50/50 calc algorithm - (40407f9)
  • Fix no block lists to draw - (789a9ed)
  • Fix erroring out when can't find card - (9d8dfce)
  • Fix KeyError by no element traveler - (021a7b0)

Documentation

  • Add /mimo + /web-events to feature section - (71c7876)
  • Update README.md - (78f0539)

Features

  • Add changelog button to /about - (da2fa47)
  • Add ridu points and zzz bounty notes processors - (fdddcb5)
  • Add web event command and auto task - (5ae9a49)
  • Add sr command - (5bac3f1)

Improvements

  • (gacha) Show error msg when item ID is not found - (dfb09a2)
  • (l10n) Simplify strings - (9086e97)
  • Remove capitalize_first_word for Select - (6b8988f)
  • Sort mimo items by cost when buying - (365fffb)

Miscellaneous Chores

  • (deps) Update dependencies - (3b3efd4)
  • (deps) Update genshin.py - (2a810e3)
  • (deps) lock file maintenance (#281) - (0ca4ec1)
  • (deps) lock file maintenance (#282) - (ff2b95e)
  • Remove latest git changes - (666f715)
  • Change back to ThreadPool executor - (ff89fff)
  • Enable mimo features for Genshin - (ac71844)
  • Remove DMModal code - (49cbf2b)
  • Avoid passing in non-str to bot.dm_user - (4750811)
  • Remove task leftover related code - (558eb28)
  • Remove unnecessary executor shutdown call - (8f6a538)
  • Remove all_tasks_done related code - (9153400)

Performance

  • Change executor to ProcessPool one - (f954a85)
  • Improve gacha log page performance - (1c9b0de)

Refactoring

  • Clean up drawing related code - (274752c)
  • Improve get_accounts method - (44b313a)