Skip to content

Releases: iyear/tdl

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

v0.2.0-beta

16 Sep 03:33
Compare
Choose a tag to compare

WARN: The APP_ID and APP_HASH of this version have been changed, if you have used the old version, you need to re-login.

Highlights

  • Add files upload cmd
  • Add chat list cmd
  • Fix Telegram application id and hash
  • Optimize style and output

Changelog

New Features

Bug fixes

Documentation updates

Refactoring

Others

v0.1.1

10 Sep 09:02
Compare
Choose a tag to compare

Highlights

  • Fix login status
  • Add cmd examples
  • Refactor dl mode flag

Changelog

New Features

Bug fixes

Documentation updates

Refactoring

v0.1.0

07 Sep 00:33
Compare
Choose a tag to compare

There is a bug when using dl, it will be fixed in v0.1.1. Please use v0.1.0-beta temporarily.

Changelog

Bug fixes

Documentation updates

Refactoring

v0.1.0-beta

05 Sep 15:34
Compare
Choose a tag to compare

Highlights

  • basic framework
  • login
  • download (url mode)

Changelog

New Features

Bug fixes

Documentation updates

Refactoring

Others