Skip to content

Releases: iyear/tdl

v0.16.0

15 Feb 03:45
0e1ce1d
Compare
Choose a tag to compare

🏮Happy Spring Festival🏮

Highlights

  • [Feat] Support forward messages in reverse order with --desc flag. Doc
  • [Feat] Support edit forward message content with --edit flag. Doc
  • [Feat] Support forward single grouped message with --single flag. Doc
  • [Dev] Upgrade go version to 1.21

Changelog

New Features

  • c2535e6: feat(forward): forward message in reverse order with --desc flag. close #456 (@iyear)
  • 94091c3: feat(forward): support edit message content with --edit flag (@iyear)
  • fce339c: feat(forwarder): support forward single grouped message with --single flag. close #487 (@iyear)

Bug fixes

Documentation updates

Others

v0.15.1

01 Feb 06:09
Compare
Choose a tag to compare

Changelog

Others

  • 1e605a0: chore(deps): downgrade gotd to v0.89.0 because of go version (@iyear)

v0.15.0

31 Jan 13:30
Compare
Choose a tag to compare

Changelog

New Features

Bug fixes

Documentation updates

Others

v0.14.1

08 Jan 11:12
3021de5
Compare
Choose a tag to compare

Changelog

Others

v0.14.0

24 Dec 16:53
Compare
Choose a tag to compare

Highlights

  • [Feat] Login with QR code. Doc
  • [Feat] Add default namespace to simplify the command line. (Original namespaces still require -n flag) Doc
  • [Feat] Add --storage flag to specify storage. Doc
  • [Feat] Add tdl migrate command for migrating data between different storages. Doc

Changelog

New Features

Bug fixes

Documentation updates

Refactoring

Others

v0.13.3

10 Dec 10:04
Compare
Choose a tag to compare

Changelog

Bug fixes

  • 9c03d02: fix(forwarder): non-video document clone, text only message forwarding (@iyear)

v0.13.2

10 Dec 04:59
d077c11
Compare
Choose a tag to compare

Highlights

  • [Fix] Grouped clone and speed up.
  • [Fix] Inf client retries

Changelog

New Features

Bug fixes

Documentation updates

Refactoring

Others

v0.13.1

04 Dec 11:31
Compare
Choose a tag to compare

Tip

The current version has undergone significant refactoring. If you encounter any issues with the functionality, please degrade back to v0.13.0 and file new issues.

Sponsor

I've added a donation link to the documentation page. If you enjoy the project, please consider supporting development.

Highlights

  • [Feat] Support HTTP/HTTPS proxy
  • [Feat] tdl backup & tdl recover file format changed(Doc)
  • [Fix] Progress tracker length oversize.

Changelog

New Features

Bug fixes

Documentation updates

Refactoring

Others

v0.13.0

21 Nov 16:06
Compare
Choose a tag to compare

Important

If you are using an older version, it is recommended to upgrade to the latest version.

Highlights

Stability Improvement

With the introduction of the new retry strategy, the connection will become stable. You can even switch proxies or change Wi-Fi during the runtime. You won't encounter the engine was closed error anymore.(Maybe 😶‍🌫️)

And...increase your threads and limit flags might result in a faster speed!

Forward Command (Experimental)

Use tdl forward for message forwarding. It supports automatic fallback(for those protected content) and message routing.

Refer to the documentation for detailed information.

Others

Some dependency updates, code refactoring, and documentation refactoring...

Changelog

New Features

Bug fixes

Documentation updates

Refactoring

Others

v0.12.1

23 Oct 16:38
20d7705
Compare
Choose a tag to compare

Changelog

Bug fixes

  • f8daf6e: fix(users): just skip when encounter CHAT_ADMIN_REQUIRED (@iyear)

Documentation updates

  • c049ab5: docs(users): just skip when encounter CHAT_ADMIN_REQUIRED (@iyear)

Others