Scheme layer used: 66 (changes) |
This release features:
- The documentation, available online here, has a new search bar.
- Better cross-thread safety by using
threading.Event
. - More improvements for running Telethon during a long period of time.
With the following bug fixes:
- Avoid a certain crash on login (occurred if an unexpected object ID was received).
- Avoid crashing with certain invalid UTF-8 strings.
- Avoid crashing on certain terminals by using known ASCII characters where possible.
- The
UpdatesThread
is now a daemon, and should cause less issues. - Temporary sessions didn't actually work (with
session=None
).
Minor notes:
.get_dialogs(count=
was renamed to.get_dialogs(limit=
.