about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-10-29 17:47:36 +0100
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-10-29 17:47:36 +0100
commitf5663a5272df726a0ca7424da619872e3858b10e (patch)
treeb0fa705cc2a9a5f58115323d1ee37a00760494f9
parentstyle(treewide): Format (diff)
downloadyt-1.3.1.tar.gz
yt-1.3.1.zip
chore(version): v1.3.1 v1.3.1
-rw-r--r--Cargo.lock14
-rw-r--r--Cargo.toml2
-rw-r--r--NEWS.md15
3 files changed, 23 insertions, 8 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 74dd452..3b43ea2 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -239,7 +239,7 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
 
 [[package]]
 name = "bytes"
-version = "1.3.0"
+version = "1.3.1"
 dependencies = [
  "serde",
 ]
@@ -905,7 +905,7 @@ checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058"
 
 [[package]]
 name = "libmpv2"
-version = "1.3.0"
+version = "1.3.1"
 dependencies = [
  "crossbeam",
  "libmpv2-sys",
@@ -916,7 +916,7 @@ dependencies = [
 
 [[package]]
 name = "libmpv2-sys"
-version = "1.3.0"
+version = "1.3.1"
 dependencies = [
  "bindgen",
 ]
@@ -2421,11 +2421,11 @@ checksum = "213b7324336b53d2414b2db8537e56544d981803139155afa84f76eeebb7a546"
 
 [[package]]
 name = "yt"
-version = "1.3.0"
+version = "1.3.1"
 dependencies = [
  "anyhow",
  "blake3",
- "bytes 1.3.0",
+ "bytes 1.3.1",
  "chrono",
  "chrono-humanize",
  "clap",
@@ -2450,9 +2450,9 @@ dependencies = [
 
 [[package]]
 name = "yt_dlp"
-version = "1.3.0"
+version = "1.3.1"
 dependencies = [
- "bytes 1.3.0",
+ "bytes 1.3.1",
  "log",
  "pyo3",
  "serde",
diff --git a/Cargo.toml b/Cargo.toml
index d0eedcd..782670a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -20,7 +20,7 @@ members = [
 
 [workspace.package]
 edition = "2021"
-version = "1.3.0"
+version = "1.3.1"
 rust-version = "1.80.0"
 authors = ["Benedikt Peetz <benedikt.peetz@b-peetz.de>"]
 repository = "https://git.vhack.eu/soispha/clients/yt"
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)