diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e4d07f..47be8cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 2.2.0 +- Implement shorts filter. Thanks to @igormidev #269. +- Implement `AudioTrack`s in `StreamInfo` to find the language of an audio track. +- Added `fullManifest` optional parameter for `StreamClient.getManifest` to fetch a manifest with more streams, including all the languages provided by YouTube. +- Fix issue where 1440p videos would be detected as 144p. +- Fix endless loop with fetching some playlists. + ## 2.1.0 - BREAKING CHANGE: - In `getUploadsFromPage`: the `videoSorting` parameter is now a named parameter diff --git a/pubspec.yaml b/pubspec.yaml index 01ba109..3ce8e25 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: youtube_explode_dart description: A port in dart of the youtube explode library. Supports several API functions without the need of Youtube API Key. -version: 2.1.0 +version: 2.2.0 homepage: https://github.com/Hexer10/youtube_explode_dart topics: