Skip to content

Releases: iyear/tdl

v0.5.4

29 Nov 08:36
Compare
Choose a tag to compare

Changelog

Others

v0.5.3

25 Nov 02:05
Compare
Choose a tag to compare

Highlights

  • Better desktop login interaction
  • Support desktop login with local passcode

Changelog

New Features

Bug fixes

Documentation updates

v0.5.2

04 Nov 05:20
Compare
Choose a tag to compare

Highlights

  • Simulate tdesktop application
  • Support export based on message id

Changelog

New Features

  • a3f0d35: feat(export): support export based on message id (@iyear)

Documentation updates

Refactoring

Others

v0.5.1

23 Oct 14:21
Compare
Choose a tag to compare

Changelog

Bug fixes

  • da51754: fix(login): process path that points to Telegram executable file (@iyear)

Documentation updates

Others

v0.5.0

14 Oct 16:42
Compare
Choose a tag to compare

Highlights

  • Add chat export (especially for protected chat)
  • Add duration, width and height for mp4 uploads
  • Fix media judgement
  • Improve performance

Changelog

New Features

Bug fixes

Documentation updates

Refactoring

Others

v0.4.0

08 Oct 08:35
Compare
Choose a tag to compare

Highlights

  • Add ps info of progress bar
  • Add download file name template
  • Fix deleted message getter

Changelog

New Features

Bug fixes

Documentation updates

v0.3.0

01 Oct 04:49
Compare
Choose a tag to compare

Note

Breaking update! Please re-login and the usage of dl command has been changed.

Highlights

  • Support download files from chat history #27
  • Support backup&recover #13
  • Fix unaligned 64-bit atomic operation on 32-bit machine #14
  • Modify dl command
  • Optimize the risk of blocking
    • Transfer default configs is consistent with the official clients #30
    • Use official AppID and AppHash when import desktop client session #28
  • Improve docs

Changelog

New Features

Bug fixes

Documentation updates

Refactoring

Others

v0.3.0-beta

27 Sep 02:08
Compare
Choose a tag to compare

Note

Breaking update! Please re-login and the usage of dl command has been changed.

Highlights

  • Support download files from chat history #27
  • Support backup&recover #13
  • Fix unaligned 64-bit atomic operation on 32-bit machine #14
  • Modify dl command
  • Optimize the risk of blocking
    • Transfer default configs is consistent with the official clients #30
    • Use official AppID and AppHash when import desktop client session #28
  • Improve docs

Changelog

New Features

Bug fixes

Documentation updates

Refactoring

Others

v0.2.1

21 Sep 14:17
Compare
Choose a tag to compare

Highlights

  • Support debug flag
  • Support ntp clock
  • Support env vars
  • Rename part-size flag to size flag

Changelog

New Features

Bug fixes

Documentation updates

Refactoring

Others

v0.2.0

17 Sep 08:20
Compare
Choose a tag to compare

Highlights

  • Support import desktop client session
  • Update docs

Changelog

New Features

  • 2aa6c25: feat(login): support import desktop client session (@iyear)

Documentation updates

Others