All notable changes to this project will be documented in this file.
v1.15 - 2022-01-27
- Massive performance upgrade, UseCurrentSession is now 200x faster than before.
TDesktop
now hasPerformanceMode
which is enabled by default. It will now load and save tdata 200x faster.- Huge performance boost when converting
TelegramClient
toTDesktop
. - Replace
inspect.stack()
withinspect.currentframe()
inOpenTeleException
. Usinginspect.stack()
is a stupid move, it's really slow.
v1.14 - 2022-01-26
TelegramClient
will now useTelegramDesktop
api by default.- Fix a bug when saving tdata.
v1.13 - 2022-01-21
- Fix
unique_id
not generated correctly inAPI.Generate()
- Added DC mismatched handling when authorizing a new client.
First Stable Release - 2022-01-20
- First stable release of opentele.