rustypipe/CHANGELOG.md
ThetaDev ea5df007bc
All checks were successful
CI / Test (push) Successful in 3m6s
Release / Release (push) Successful in 3m3s
chore(release): release rustypipe v0.2.0
2024-06-27 13:36:39 +02:00

5.1 KiB

Changelog

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

v0.2.0 - 2024-06-27

🚀 Features

  • Add text formatting (bold/italic/strikethrough) - (b8825f9)
  • Prefix chip-style web links (social media) with the service name - (6c41ef2)
  • Make get_visitor_data() public - (da1d1bd)
  • Add UnavailabilityReason: IpBan - (401d4e8)
  • Add YtEntity trait - (792e3b3)

🐛 Bug Fixes

  • Remove Innertube API keys, update android player params - (a8fb337)
  • Parsing error when no music_related content available - (8fbd6b9)
  • Parsing audiobook type in European Portuguese - (041ce2d)
  • Renovate ci token - (e0759eb)

🚜 Refactor

  • [breaking] Rename VideoItem/VideoPlayerDetails.length to duration for consistency - (94e8d24)

📚 Documentation

⚙️ Miscellaneous Tasks

  • Changelog: fix incorrect version URLs - (97b6f07)
  • Update rstest to v0.19.0 - (50fd1f0)
  • Introduce MSRV - (5dbb288)
  • Fix clippy lints - (45b9f2a)
  • Vscode: enable rss feature by default - (e75ffbb)
  • Configure Renovate (#3) - (44c2deb)
  • (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)

v0.1.3 - 2024-04-01

🐛 Bug Fixes

◀️ Revert

  • "fix: improve VecLogErr messages" (leads to infinite loop) - (348c852)

v0.1.2 - 2024-03-26

🐛 Bug Fixes

  • Correctly parse subscriber count with new channel header - (180dd98)

v0.1.1 - 2024-03-26

🐛 Bug Fixes

  • Specify internal dependency versions - (6598a23)
  • Move package attributes to workspace - (e4b204e)
  • Parsing music details with video description tab - (a81c3e8)

⚙️ Miscellaneous Tasks

  • Changes to release command - (0bcced1)
  • Update user agent (FF 115.0) - (be314d5)
  • Fix release script (unquoted include paths) - (78ba9cb)

v0.1.0 - 2024-03-22

Initial release