blob: d2cf4ef084f48c939b6de8920fa785ae6406bd31 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
<!--
yt - A fully featured command line YouTube client
Copyright (C) 2024 Benedikt Peetz <benedikt.peetz@b-peetz.de>
SPDX-License-Identifier: GPL-3.0-or-later
This file is part of Yt.
You should have received a copy of the License along with this program.
If not, see <https://www.gnu.org/licenses/gpl-3.0.txt>.
-->
# Changelog
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
- - -
## [v0.1.3](https://git.vhack.eu/soispha/clients/yt/compare/be14a2827878e1c86ced04d595af7317766153ec..v0.1.3) - 2024-08-21
#### Bug Fixes
- **(yt_dlp/info_json)** Add another missing attribute - ([be14a28](https://git.vhack.eu/soispha/clients/yt/commit/be14a2827878e1c86ced04d595af7317766153ec)) - [@soispha](https://git.vhack.eu/soispha)
- - -
## [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)
- **(update)** Use the `raw_update.py` from the path - ([c89c6a0](https://git.vhack.eu/soispha/clients/yt/commit/c89c6a07925cfeb1287fff42a8964ae5253d3b83)) - [@soispha](https://git.vhack.eu/soispha)
#### Build system
- **(flake)** Add package definition - ([4907705](https://git.vhack.eu/soispha/clients/yt/commit/4907705f19ba5299247c4a16fc0675c6b6f5f016)) - [@soispha](https://git.vhack.eu/soispha)
- - -
Changelog generated by [cocogitto](https://github.com/cocogitto/cocogitto).
|