Skip to content

Releases: iyear/tdl

v0.9.0

24 May 03:18
Compare
Choose a tag to compare

BREAKING CHANGES

tdl chat export filter is replaced by expression engine, see https:/iyear/tdl#chat-utilities for details

Highlights

Feel free to file new issues if you have any questions.

Chat export

  • [Feat] More powerful filter powered by expression engine: -f
  • [Feat] Specific thread(topic or post replies): --topic --reply
  • [Feat] Support Telegram MTProto raw format: --raw
  • [Feat] Support export non-media messages: --all

Chat ls

  • [Feat] Enhance table format output
  • [Feat] Support filters powered by expression engine: -f
  • [Feat] Support JSON format output: -o json

Others

  • [Feat] Support remove uploaded files in tdl up: --rm
  • [Fix] Stable file name. #185
  • [Refactor] DC pool lazy init

Changelog

New Features

Bug fixes

Documentation updates

Refactoring

Others

v0.8.6

17 May 10:07
Compare
Choose a tag to compare

Note

Set flag --reconnect-timeout 30m or higher value or 0(INF) when use poor network.

Changelog

Bug fixes

Documentation updates

v0.8.5

15 May 12:48
Compare
Choose a tag to compare

Changelog

Bug fixes

Others

v0.8.4

05 May 16:07
Compare
Choose a tag to compare

Changelog

Others

v0.8.3

30 Apr 12:25
Compare
Choose a tag to compare

Changelog

Bug fixes

Others

v0.8.2

26 Apr 02:20
Compare
Choose a tag to compare

Note

The v0.80.0 version of gotd updates many things and may cause some bugs. I decided to revert the update to make sure it's OK before upgrading.

Changelog

Bug fixes

  • edb46df: Revert "fix(storage): added context state interface" (@iyear)

Others

  • 3d05daf: Revert "chore(deps): bump github.com/gotd/td from 0.79.0 to 0.80.0 (#153)" (@iyear)

v0.8.1

24 Apr 06:55
Compare
Choose a tag to compare

Changelog

Bug fixes

Documentation updates

Others

v0.8.0

09 Apr 14:00
Compare
Choose a tag to compare

Highlights

  • [Feat] Support export with message content. #46
  • [Feat] Support export with regexp filter.
  • [Feat] Support command flag completions.
  • [Feat] Add logout survey to separate from imported session.
  • [Feat] Make max part size as default value.
  • [Fix] Smaller connection backoff elapsed time and multiplier.
  • [Fix] Don't collect CDN dcs.
  • [Fix] Old gotd dependencies.

Changelog

New Features

Bug fixes

Documentation updates

Refactoring

Others

v0.7.3

22 Mar 05:40
Compare
Choose a tag to compare

1K+ Stars, Thank you!

Highlights

Warning
There are some BREAKING CHANGES. See README for details.

  • [Feat] Auto find possible paths when login with desktop (CLI BREAK)
  • [Feat] Support export last N media files (CLI BREAK)
  • [Feat] Support nested directories with template.
  • [Fix] Ignore MP4 information errors

Changelog

New Features

Bug fixes

Documentation updates

Refactoring

Others

v0.7.2

18 Feb 07:22
Compare
Choose a tag to compare

Highlights

  • [Feat] Support --continue --restart flag to control download resuming
  • [Feat] Support custom filename template functions. Link

Changelog

New Features

Documentation updates