Skip to content

Releases: batreller/AndroidTelePorter

v1.1.1

08 Sep 16:24
Compare
Choose a tag to compare

New features

  • Implemented conversion to pyrogram format as asked in issue #16

Improved

  • Improved error handling in UserConfigManager related to issue #14

v1.0.2

05 Jul 21:37
Compare
Choose a tag to compare

Bug fix

  • Fixed issue #12 where AndroidTelePorter did not work on python < 3.11 as typing.Self did not exist.

Replaced typing.Self with actual class name in commit 390e0b0

v1.0.1

23 Jun 02:21
Compare
Choose a tag to compare

This release focuses on implementing all basic needed features: serialization and deserialization of mobile android session, conversion it into other popular formats, creating mobile android session from minimum data needed (auth key, datacenter id, user id) and also proper documentation