diff --git a/CHANGELOG.md b/CHANGELOG.md index c5533400..6142f92d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## streamlink 6.7.1 (2024-03-19) + +Patch release: + +- Fixed: CLI download progress missing the last data chunk ([#5887](https://github.com/streamlink/streamlink/pull/5887)) +- Fixed: compatibility with `trio>=0.25` ([#5895](https://github.com/streamlink/streamlink/pull/5895)) +- Updated plugins: + - tv3cat: fixed plugin and added VODs ([#5890](https://github.com/streamlink/streamlink/pull/5890)) + - vimeo: fixed event streams and embedded player URLs ([#5892](https://github.com/streamlink/streamlink/pull/5892), [#5899](https://github.com/streamlink/streamlink/pull/5899)) +- Build: bumped `trio` dependency version requirement to `>=0.25,<1` ([#5895](https://github.com/streamlink/streamlink/pull/5895)) +- Build: added `exceptiongroup` dependency ([#5895](https://github.com/streamlink/streamlink/pull/5895)) +- Tests: fixed root logger level not being reset ([#5888](https://github.com/streamlink/streamlink/pull/5888), [#5897](https://github.com/streamlink/streamlink/pull/5897)) + +[Full changelog](https://github.com/streamlink/streamlink/compare/6.7.0...6.7.1) + + ## streamlink 6.7.0 (2024-03-09) Release highlights: