Skip to content

Hikka 1.1.28

Compare
Choose a tag to compare
@hikariatama hikariatama released this 25 May 16:35
· 325 commits to master since this release
  • Fix non-working param share_link in loader
  • Assure logging bot is a member of logchat
  • Do not store partial phone number in session, only ID
  • Rework fast uploader so more types can be passed. For more information check code docstrings and typehints
  • Rework installer so it properly displays which action is currently happening
  • Fix Series not accepting one item
  • Show upcoming commit in update and warn if update is not required
  • Add reset to default button to config
  • Merge hikka_logger.py with test.py
  • Localization
  • Allow opening options of specific mod via arguments in .config
  • Add add and remove buttons to Series params
  • Do not unload form immediately, if ttl param was passed explicitly
  • Reorder the steps of parsing in loader.validators.Series
  • Fix aliases (yet another time)
  • Fix minor bug in loader.validators.Series, which allowed to put empty string in it
  • Fix some translation issues and type conversion ones
  • Fix incorrect modules loading if multiple links end with specified name
  • Fix type conversion bug in loader.validators.String
  • Fix typehints flaws
  • Add additional fields to inline.form: gif, file, mime\_type, video, location, audio
  • Add reset-to-default action, if config is invalid while loading the userbot to prevent fall
  • Add verification emoji to input to let user know, that new value was processed
  • Add badge showing how much the last restart took
  • Add min_len, max_len, fixed_len params to loader.validators.Series
  • Add option to show downloaded module link in result message of .dlmod
  • Add explicit database save after applying new config
  • Add hint to web
  • Add code of conduct
  • Add changelog
  • Remove redundant code in database.py as it literally does nothing