diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-12-14 16:34:46 +0100 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-12-14 16:34:46 +0100 |
commit | 313141e9cfe245f2a8b4f613b92a213d541957bd (patch) | |
tree | 015fdfb696bb94ed6371b464aa7c07c634386382 /NEWS.md | |
parent | fix(yt_dlp/wrappers/info_json): Add further fields to `RequestedDownloads` (diff) | |
download | yt-313141e9cfe245f2a8b4f613b92a213d541957bd.tar.gz yt-313141e9cfe245f2a8b4f613b92a213d541957bd.zip |
Diffstat (limited to 'NEWS.md')
-rw-r--r-- | NEWS.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md index 2c09ec9..95ce885 100644 --- a/NEWS.md +++ b/NEWS.md @@ -14,6 +14,12 @@ If not, see <https://www.gnu.org/licenses/gpl-3.0.txt>. All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines. - - - +## [v1.4.1](https://git.vhack.eu/soispha/clients/yt/compare/72434a90d6a3dbba48d40a23b840befe7649b558..v1.4.1) - 2024-12-14 +#### Bug Fixes +- **(yt_dlp/wrappers/info_json)** Add further fields to `RequestedDownloads` - ([72434a9](https://git.vhack.eu/soispha/clients/yt/commit/72434a90d6a3dbba48d40a23b840befe7649b558)) - [@soispha](https://git.vhack.eu/soispha) + +- - - + ## [v1.4.0](https://git.vhack.eu/soispha/clients/yt/compare/fcb297027bfb5f1bb97094b23b18522c761106f4..v1.4.0) - 2024-12-14 #### Bug Fixes - **(yt/cli)** Ensure that all `[No <xyz>]` value can be parsed - ([beb5640](https://git.vhack.eu/soispha/clients/yt/commit/beb56409e033fb6d89749788cbf0c91046e3fc16)) - [@soispha](https://git.vhack.eu/soispha) |