diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-08-21 19:54:00 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-08-21 19:54:00 +0200 |
commit | 23934c94b498e64cc08bed6020c488d2e04aa1ed (patch) | |
tree | a84a1e42c34b675cdb479e0e5312c23dcd137de1 /NEWS.md | |
parent | fix(yt_dlp/info_json): Add further fields (diff) | |
download | yt-23934c94b498e64cc08bed6020c488d2e04aa1ed.tar.gz yt-23934c94b498e64cc08bed6020c488d2e04aa1ed.zip |
chore(version): v0.1.2 v0.1.2
Diffstat (limited to 'NEWS.md')
-rw-r--r-- | NEWS.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md index 5073e11..6495bdc 100644 --- a/NEWS.md +++ b/NEWS.md @@ -14,6 +14,16 @@ 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. - - - +## [v0.1.2](https://git.vhack.eu/soispha/clients/yt/compare/54ad8cdafba9ac3e054bb12e26a025ae2fb088e8..v0.1.2) - 2024-08-21 +#### Bug Fixes +- **(yt_dlp/info_json)** Add further fields - ([947e3f1](https://git.vhack.eu/soispha/clients/yt/commit/947e3f119995b02ca5455683632f4ca7e1b6e670)) - [@soispha](https://git.vhack.eu/soispha) +#### Build system +- **(flake)** Wrap the yt binary with the required dependencies - ([54ad8cd](https://git.vhack.eu/soispha/clients/yt/commit/54ad8cdafba9ac3e054bb12e26a025ae2fb088e8)) - [@soispha](https://git.vhack.eu/soispha) +#### Documentation +- **(yt_dlp/lib)** Improve some comments - ([269cf79](https://git.vhack.eu/soispha/clients/yt/commit/269cf79c5e25b6b3440ad11dee4b0662cdc74221)) - [@soispha](https://git.vhack.eu/soispha) + +- - - + ## [v0.1.1](https://git.vhack.eu/soispha/clients/yt/compare/4907705f19ba5299247c4a16fc0675c6b6f5f016..v0.1.1) - 2024-08-21 #### Bug Fixes - **(select/duration)** Also parse `[No Duration]` as duration - ([27a007a](https://git.vhack.eu/soispha/clients/yt/commit/27a007ad021c4b8d62b857a6e312a608d33b6cb0)) - [@soispha](https://git.vhack.eu/soispha) |