Skip to content

Releases: tm-a-t/TGPy

v0.15.1

06 May 20:02
Compare
Choose a tag to compare

Fix

  • Config is no longer erased when it fails to save. Also, the config is saved synchronously now (df539a3)
  • Restart now works correctly when tgpy is not in PYTHONPATH (e.g. in a container) (16d3830)
  • The correct data directory is now used when TGPY_DATA is set to a relative path and restart is called (f483d6c)

v0.15.0

28 Apr 19:51
Compare
Choose a tag to compare

Feature

  • Telethon: Layer 179 (010f4ef)
  • Cd to DATA_DIR/workdir on tgpy start (f51dc84)
  • Real time progress feedback (8e85d7a)
  • Stop running message execution on cancel, add stop command to only stop execution without blacklisting the message (547c1c6)
  • Truncate exceptions (#39) (739fbbc)

Documentation

  • Reset page scale back to normal (20ec126)

v0.14.1

09 Mar 20:26
Compare
Choose a tag to compare

Fix

  • Use cryptg-anyos again, because there are no official cp312-aarch64 binaries (50ca341)

v0.14.0

09 Mar 18:19
Compare
Choose a tag to compare

Feature

  • docker: Run specified commands on container creation. This feature can be used for example to persist installed packages between updates (456f503)

Fix

  • Tgpy error when editing MessageService, e.g. when deleting all messages in pm or beating your high score in games (5d6fb5e)

v0.13.2

10 Dec 20:05
Compare
Choose a tag to compare

Fix

  • Update telethon (fix draft constructor), update all dependencies (a2b6064)

v0.13.1

06 Dec 15:33
Compare
Choose a tag to compare

Fix

  • Use official cryptg (prebuilt wheels for Python 3.12), bump telethon (fixes usage of Draft), set minimum python version to 3.10 (9e49739)

v0.13.0

05 Dec 20:27
Compare
Choose a tag to compare

Feature

v0.12.1

28 Oct 22:39
Compare
Choose a tag to compare

Fix

  • Telethon: New layer fix (8145bd3)

v0.12.0

28 Oct 22:21
Compare
Choose a tag to compare

Feature

  • Telethon: Update to layer 166 (a18dc0d)

v0.11.0

29 Sep 21:31
Compare
Choose a tag to compare

Feature

  • Telethon: Fixes for the new layer and many more fixes from upstream (800fcd5)