Skip to content
This repository was archived by the owner on Mar 3, 2025. It is now read-only.

Hikka 1.1.24

Choose a tag to compare

@hikariatama hikariatama released this 20 May 13:38
· 332 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