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
2025-02-09 03:15:30 +01:00

9.5 KiB

Changelog

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

v0.3.0 - 2025-02-09

🚀 Features

  • [breaking] Remove manual PO token options from downloader in favor of rustypipe-botguard - (cddb32f)

🐛 Bug Fixes

  • Ensure downloader futures are send - (812ff4c)
  • Download audio with dolby codec - (9234005)

🚜 Refactor

  • [breaking] Add client_type field to DownloadError, rename cli option po-token-cache to pot-cache - (594e675)

📚 Documentation

  • Add Botguard info to README - (9957add)

⚙️ Miscellaneous Tasks

  • (deps) Update rustypipe to 0.10.0

v0.2.7 - 2025-01-16

🚀 Features

  • Extract player DRM data - (2af4001)
  • Prefer maxresdefault.jpg thumbnail if available - (a8e97f4)
  • Add DRM and audio channel number filtering to StreamFilter - (d5abee2)

🐛 Bug Fixes

  • Remove Unix file metadata usage (Windows compatibility) - (5c6d992)

📚 Documentation

⚙️ Miscellaneous Tasks

  • (deps) Update rustypipe to 0.9.0
  • (deps) Update rust crate rstest to 0.24.0 (#20) - (ab19034)
  • (deps) Update rust crate lofty to 0.22.0 - (addeb82)
  • (deps) Update rust crate dirs to v6 (#24) - (6a60425)

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