Skip to content

Hikka 1.1.24

Compare
Choose a tag to compare
@hikariatama hikariatama released this 20 May 13:38
· 331 commits to master since this release
  • Fix bugs related to web, more specifically: Session save timing, adding more than 1 account and proper restart
  • Rework Dockerfiles so they work properly
  • Add uvloop so the asyncio runs faster
  • Add Docker badge to info
  • Improve Okteto performance by adjusting settings in okteto-stack.yml
  • New ascii_faces in utils
  • Typehints update
  • Fix Okteto pinger messages removal
  • Add config validators (loader.validators, Boolean, Integer, Choice, Series)
  • Change info layout
  • Add .uninstall_hikka
  • Add .clearlogs
  • Refactor code
  • Fix minor bugs
  • Fix aliases being reset after restart (aliases will now be available only when userbot is fully loaded)
  • Add String and Link validators
  • Fix Series validator
  • Reformat core modules to use validators