Skip to content

Commit

Permalink
New version 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Hexer10 committed Apr 2, 2024
1 parent f4587df commit 21064e2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 21064e2

Please sign in to comment.