Releases: tm-a-t/TGPy
Releases · tm-a-t/TGPy
v0.8.0
v0.7.0
v0.6.2
v0.6.1
v0.6.0
Feature
- Use MessageEntityPre with language set to 'python' to enable syntax highlighting on supported clients (e.g. WebZ). Closes #24 (
5de6ded
)
Fix
- Keep 'cancel' message when replying to other user (fixes #21) (
057231d
) - Ignore error when running code deletes the message itself (
d022450
)
Documentation
- Update readme (
a321bbf
)
v0.5.1
v0.5.0
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
v0.4.1
v0.4.0
Feature
- Multiple improvements (
6b9cbda
)
Fix
- code detection: Ignore messages like "cat (no)" and "fix: fix" (
75bb43e
) - Data directory path on Windows (
7d0e283
) - Print now always writes to message from which code is executed (
0e46527
) - Ctx.msg now always points to message from which code is executed (
59acde9
)