This repository has been archived on 2026-05-27. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
rustypipe/downloader/CHANGELOG.md

6.9 KiB

Changelog

All notable changes to this project will be documented in this file.

v0.2.6 - 2024-12-20

⚙️ Miscellaneous Tasks

  • (deps) Update rustypipe to 0.8.0

v0.2.5 - 2024-12-13

🐛 Bug Fixes

  • Replace futures dependency with futures-util - (5c39bf4)
  • Remove empty tempfile after unsuccessful download - (5262bec)

⚙️ Miscellaneous Tasks

  • Add docs badge to README - (706e881)

v0.2.4 - 2024-11-10

⚙️ Miscellaneous Tasks

  • (deps) Update rust crate thiserror to v2 (#16) - (e1e1687)
  • (deps) Update rustypipe to 0.7.0

v0.2.3 - 2024-10-28

🐛 Bug Fixes

  • Remove unnecessary image.rs dependencies - (1b08166)

⚙️ Miscellaneous Tasks

  • (deps) Update rustypipe to 0.6.0

v0.2.2 - 2024-10-13

⚙️ Miscellaneous Tasks

  • (deps) Update rust crate rstest to 0.23.0 (#12) - (96776e9)
  • (deps) Update rustypipe to 0.5.0

v0.2.1 - 2024-09-10

📚 Documentation

  • Fix license badge URL - (4a253e1)

⚙️ Miscellaneous Tasks

  • (deps) Update rust crate tokio to 1.20.4 [security] (#10) - (a445e51)

v0.2.0 - 2024-08-18

🚀 Features

  • Overhauled downloader - (11a0038)
  • [breaking] Add TV client - (e608811)
  • Downloader: add audio tagging - (1e1315a)
  • Downloader: add download_track fn, improve path templates - (e1e4fb2)
  • Add audiotag+indicatif features to downloader - (97fb057)
  • Add plaintext output to CLI - (91b020e)
  • Add potoken option to downloader - (904f821)
  • Add list of clients to downloader - (5e646af)
  • Retry with different client after 403 error - (d875b54)
  • [breaking] Update channel model, addd handle + video_count, remove tv/mobile banner - (e671570)

🐛 Bug Fixes

  • (deps) Update quick-xml to v0.35.0 - (298e4de)
  • Improve deobfuscator (support multiple nsig name matches, error if mapping all streams fails) - (8152ce6)
  • Set tracing instrumentation level to Error - (9da3b25)
  • Add docs.rs feature attributes - (ec13cbb)
  • Show docs.rs feature flags - (67a231d)

⚙️ Miscellaneous Tasks

  • (deps) Update rust crate quick-xml to 0.36.0 (#8) - (b6bc05c)
  • (deps) Update rust crate rstest to 0.22.0 (#9) - (abb7832)
  • Change repo URL to Codeberg - (1793331)
  • Adjust dependency versions - (70c6f8c)

Todo

v0.1.1 - 2024-06-27

📚 Documentation

⚙️ Miscellaneous Tasks

  • Changelog: fix incorrect version URLs - (97b6f07)
  • Update rstest to v0.19.0 - (50fd1f0)
  • Introduce MSRV - (5dbb288)
  • Fix clippy lints - (45b9f2a)
  • (deps) Update rust crate tokio to 1.20.4 [security] (#4) - (ce3ec34)
  • (deps) Update rust crate quick-xml to 0.34.0 (#5) - (1e8a1af)
  • (deps) Update rust crate rstest to 0.21.0 (#7) - (c3af918)
  • Update rustypipe to 0.2.0

v0.1.0 - 2024-03-22

Initial release