Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: iyear/tdl

v0.20.1

14 Dec 16:41

Choose a tag to compare

Changelog

Bug fixes

Others

v0.20.0

23 Nov 12:03

Choose a tag to compare

Changelog

New Features

Bug fixes

Documentation updates

Refactoring

Others

v0.19.2

20 Sep 09:19

Choose a tag to compare

What's Changed

  • chore(deps): bump golang.org/x/sync from 0.15.0 to 0.16.0 in /core by @dependabot[bot] in #992
  • fix: NPE due to nil mimetype by @ernado in #1043
  • chore(deps): bump actions/setup-go from 5 to 6 by @dependabot[bot] in #1036
  • chore(deps): bump github.com/spf13/pflag from 1.0.6 to 1.0.10 by @dependabot[bot] in #1035
  • chore(deps): bump github.com/go-viper/mapstructure/v2 from 2.3.0 to 2.4.0 by @dependabot[bot] in #1025
  • chore(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in #1023
  • chore(deps): bump github.com/onsi/gomega from 1.37.0 to 1.38.2 by @dependabot[bot] in #1030
  • chore(deps): bump actions/upload-pages-artifact from 3 to 4 by @dependabot[bot] in #1028

Full Changelog: v0.19.1...v0.19.2

v0.19.1

05 Jul 17:13

Choose a tag to compare

What's Changed

  • chore(deps): bump dawidd6/action-homebrew-bump-formula from 3 to 5 by @dependabot in #978
  • chore(deps): bump github.com/go-viper/mapstructure/v2 from 2.2.1 to 2.3.0 by @dependabot in #982
  • chore(deps): bump github.com/go-playground/validator/v10 from 10.26.0 to 10.27.0 by @dependabot in #985
  • chore(go): update module replacements and add go.work file by @iyear in #990

Full Changelog: v0.19.0...v0.19.1

v0.19.0

13 Jun 13:50

Choose a tag to compare

Changelog

New Features

Bug fixes

Others

v0.18.5

25 Jan 11:44

Choose a tag to compare

Changelog

Bug fixes

Others

v0.18.4

23 Jan 07:39

Choose a tag to compare

Changelog

Others

v0.18.3

29 Nov 08:39

Choose a tag to compare

Changelog

New Features

  • 20aec50: feat(extension): pass namespace and pool config (@iyear)

Bug fixes

  • 0d57473: fix(extension): extension process control lifecycle by self (@iyear)
  • 245b42a: fix(tplfunc): convert date arg to int64 with the best effort (@iyear)

Refactoring

Others

v0.18.1

18 Nov 09:13

Choose a tag to compare

Highlights

Extensions

Important

Extensions are a new feature in tdl. They are still in the experimental stage, and the CLI may change in future versions.
If you encounter any problems or have any suggestions, please open an issue on GitHub.

As more features and tools are added, tdl core has become increasingly bloated. Users need to download the entire binary file, but they may only need a single feature. Therefore, in version v0.18.1, the concept of Extensions was introduced to improve the extensibility and flexibility of tdl.

To get started with extensions:

$ tdl extension install iyear/tdl-whoami
β€’ installing extension tdl-whoami...
  β€’ extension tdl-whoami installed
$ tdl whoami
You are XXXXX. ID: XXXXXXXX

Refer to Doc for more details.

Docker installation

The tdl Docker images are now officially supported. Using Docker for installation allows for easy multi-version management and resource limitations.

To get started with Docker:

$ docker run --rm -it iyear/tdl version
Version: 0.18.1
Commit: c19fb82
Date: 2024-11-18T15:44:21+08:00

go1.21.13 linux/amd64

Refer to Doc for more details

Others

  • [Feat] Support downloading grouped media files using the --group flag. Doc
  • [Feat] Support using the filenamify helper function in the downloader template to get safe file names. Doc
  • [Fix] The -s global flag has been deprecated. Now, all download and upload part sizes use the max value by default.
  • [Doc] Support more powerful search in the documentation.

Changelog

New Features

Bug fixes

Documentation updates

Others

v0.17.7

01 Nov 06:56

Choose a tag to compare

Important

Sorry, v0.17.6 has a serious bug. If you are using v0.17.6, please upgrade to the latest version immediately.
v0.17.6 has been marked as deprecated, please do not use it anymore.

Changelog

Bug fixes

Others