diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-10-29 17:47:36 +0100 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-10-29 17:47:36 +0100 |
commit | f5663a5272df726a0ca7424da619872e3858b10e (patch) | |
tree | b0fa705cc2a9a5f58115323d1ee37a00760494f9 /NEWS.md | |
parent | style(treewide): Format (diff) | |
download | yt-f5663a5272df726a0ca7424da619872e3858b10e.tar.gz yt-f5663a5272df726a0ca7424da619872e3858b10e.zip |
chore(version): v1.3.1 v1.3.1
Diffstat (limited to 'NEWS.md')
-rw-r--r-- | NEWS.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md index 1cbfb2d..e47445f 100644 --- a/NEWS.md +++ b/NEWS.md @@ -14,6 +14,21 @@ 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.3.1](https://git.vhack.eu/soispha/clients/yt/compare/48fee6897097ef9eb5a21271d55155388a05a13b..v1.3.1) - 2024-10-29 +#### Bug Fixes +- **(yt/cache)** Don't try to delete video cache paths that don't exist anymore - ([dd1d471](https://git.vhack.eu/soispha/clients/yt/commit/dd1d471820251dc9c5f60a5508e0e80711fb221a)) - [@soispha](https://git.vhack.eu/soispha) +- **(yt/download)** Create the download dir, if it does not exist - ([48fee68](https://git.vhack.eu/soispha/clients/yt/commit/48fee6897097ef9eb5a21271d55155388a05a13b)) - [@soispha](https://git.vhack.eu/soispha) +- **(yt/videos/display)** Also replace '“' in titles - ([0eb2a33](https://git.vhack.eu/soispha/clients/yt/commit/0eb2a33115db423f1deec0fa5da598b0981f2af5)) - [@soispha](https://git.vhack.eu/soispha) +- **(yt/watch)** Refine the warning on empty queue - ([a3a1318](https://git.vhack.eu/soispha/clients/yt/commit/a3a13188d9eafefc58751fe539137ca5a733f18c)) - [@soispha](https://git.vhack.eu/soispha) +- **(yt_dlp/lib/progress_hook)** Avoid overriding previous messages - ([5c7a167](https://git.vhack.eu/soispha/clients/yt/commit/5c7a16758c956d1ff30e68f497a07bfeefae22bb)) - [@soispha](https://git.vhack.eu/soispha) +- **(yt_dlp/lib/progress_hook)** Estimate `total_byte_size` better - ([709066c](https://git.vhack.eu/soispha/clients/yt/commit/709066c8c6a8ee1cc1f4dfbc032cfaad141e12f8)) - [@soispha](https://git.vhack.eu/soispha) +#### Miscellaneous Chores +- **(yt_dlp/wrapper/info_json)** Add further structure fields - ([a874544](https://git.vhack.eu/soispha/clients/yt/commit/a87454466800e5f360b6ea0c9ee9bec4ae2d2ce7)) - [@soispha](https://git.vhack.eu/soispha) +#### Style +- **(treewide)** Format - ([9a47c1f](https://git.vhack.eu/soispha/clients/yt/commit/9a47c1ffe2baab5aa6bf1aa39689aa376afec145)) - [@soispha](https://git.vhack.eu/soispha) + +- - - + ## [v1.3.0](https://git.vhack.eu/soispha/clients/yt/compare/b3a7ad39bb07e1b447b52c92505158f8a1030f10..v1.3.0) - 2024-10-14 #### Bug Fixes - **(cli)** Avoid having to interleave `sedowa` with dashes - ([29c2ec6](https://git.vhack.eu/soispha/clients/yt/commit/29c2ec6113542d65b45fb6cb6897954f1ea225af)) - [@soispha](https://git.vhack.eu/soispha) |