Update changelog

This commit is contained in:
Ivan Habunek 2024-04-23 17:25:48 +02:00
parent a0ad66ee69
commit ca38b9239f
No known key found for this signature in database
GPG Key ID: F5F0623FF5EBCB3D
3 changed files with 18 additions and 0 deletions

View File

@ -3,6 +3,12 @@ twitch-dl changelog
<!-- Do not edit. This file is automatically generated from changelog.yaml.-->
### [2.2.1 (2024-04-23)](https://github.com/ihabunek/twitch-dl/releases/tag/2.2.1)
* Fix compat with < Python 3.10 (#152)
* Fix division by zero in progress calculation when video duration is reported
as 0
### [2.2.0 (2024-04-10)](https://github.com/ihabunek/twitch-dl/releases/tag/2.2.0)
* **Requires Python 3.8+**

View File

@ -1,3 +1,9 @@
2.2.1:
date: 2024-04-23
changes:
- "Fix compat with < Python 3.10 (#152)"
- "Fix division by zero in progress calculation when video duration is reported as 0"
2.2.0:
date: 2024-04-10
changes:

View File

@ -3,6 +3,12 @@ twitch-dl changelog
<!-- Do not edit. This file is automatically generated from changelog.yaml.-->
### [2.2.1 (2024-04-23)](https://github.com/ihabunek/twitch-dl/releases/tag/2.2.1)
* Fix compat with < Python 3.10 (#152)
* Fix division by zero in progress calculation when video duration is reported
as 0
### [2.2.0 (2024-04-10)](https://github.com/ihabunek/twitch-dl/releases/tag/2.2.0)
* **Requires Python 3.8+**