Skip to content

v0.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Aug 18:25
· 120 commits to master since this release

Feature

  • Use custom telethon fork with updated layer (91894fc) (9c7738e)
  • Transform x.await into await x (6117421) (fde6291)
  • Better version detection, ping() builtin improvements (265b83f)
  • Allow to specify data directory via environment variable TGPY_DATA (4d769da)

Fix

  • Setting/removing reaction no longer triggers reevaluation (#25) (cf6e64e)
  • Emojis no longer break messages markup (#10) (20f48bc)
  • Parsing of modules with triple quotes in code (485166d)

Documentation

  • Guide rewrite