diff --git a/CHANGELOG.md b/CHANGELOG.md index 62c46cc..256543c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ twitch-dl changelog +### [2.3.0 (2024-04-27)](https://github.com/ihabunek/twitch-dl/releases/tag/2.3.0) + +* Show more playlist data when choosing quality +* Improve detection of 'source' quality for Twitch Enhanced Broadcast Streams + (#154) + ### [2.2.4 (2024-04-25)](https://github.com/ihabunek/twitch-dl/releases/tag/2.2.4) * Add m dot url support to video and clip regexes (thanks @localnerve) diff --git a/changelog.yaml b/changelog.yaml index 037f003..6eb76a4 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -1,3 +1,9 @@ +2.3.0: + date: 2024-04-27 + changes: + - "Show more playlist data when choosing quality" + - "Improve detection of 'source' quality for Twitch Enhanced Broadcast Streams (#154)" + 2.2.4: date: 2024-04-25 changes: diff --git a/docs/changelog.md b/docs/changelog.md index 62c46cc..256543c 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -3,6 +3,12 @@ twitch-dl changelog +### [2.3.0 (2024-04-27)](https://github.com/ihabunek/twitch-dl/releases/tag/2.3.0) + +* Show more playlist data when choosing quality +* Improve detection of 'source' quality for Twitch Enhanced Broadcast Streams + (#154) + ### [2.2.4 (2024-04-25)](https://github.com/ihabunek/twitch-dl/releases/tag/2.2.4) * Add m dot url support to video and clip regexes (thanks @localnerve)