diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-08-23 14:17:16 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-08-23 14:17:16 +0200 |
commit | 39cfa40976e7f9f85fa28ff2cf8b4724fb6d4cbc (patch) | |
tree | 811367978ff00d33b0558b893e506970b12a9b9e | |
parent | docs(config): Add an example configuration file (diff) | |
download | yt-39cfa40976e7f9f85fa28ff2cf8b4724fb6d4cbc.tar.gz yt-39cfa40976e7f9f85fa28ff2cf8b4724fb6d4cbc.zip |
chore(version): v1.1.0 v1.1.0
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | Cargo.toml | 2 | ||||
-rw-r--r-- | NEWS.md | 35 |
3 files changed, 37 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index ed5f824..7d69dbf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2345,7 +2345,7 @@ checksum = "213b7324336b53d2414b2db8537e56544d981803139155afa84f76eeebb7a546" [[package]] name = "yt" -version = "1.0.0" +version = "1.1.0" dependencies = [ "anyhow", "blake3", diff --git a/Cargo.toml b/Cargo.toml index 8b77b16..1670b2a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ [package] name = "yt" -version = "1.0.0" +version = "1.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/NEWS.md b/NEWS.md index 96163bc..1e2e673 100644 --- a/NEWS.md +++ b/NEWS.md @@ -14,6 +14,41 @@ 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.1.0](https://git.vhack.eu/soispha/clients/yt/compare/07fe26382e7a13a3a14a664345f73d97039d0b03..v1.1.0) - 2024-08-23 +#### Bug Fixes +- **(cli)** Always log with a verbosity of at least WARN - ([0cf8d97](https://git.vhack.eu/soispha/clients/yt/commit/0cf8d9759f1bcfef39626406867c41b425178d48)) - [@soispha](https://git.vhack.eu/soispha) +- **(cli/verbosity)** Simplify setting the default level - ([0929e66](https://git.vhack.eu/soispha/clients/yt/commit/0929e662cbf5cde2f0558df785830a24118c930e)) - [@soispha](https://git.vhack.eu/soispha) +- **(package)** Actually provide the blake3 library to the python interpreter - ([07fe263](https://git.vhack.eu/soispha/clients/yt/commit/07fe26382e7a13a3a14a664345f73d97039d0b03)) - [@soispha](https://git.vhack.eu/soispha) +- **(storage/downloader)** Sort the next videos to be downloaded like in the selection file - ([f497dd5](https://git.vhack.eu/soispha/clients/yt/commit/f497dd5581358fc6e8fdd895500eea4141dd1519)) - [@soispha](https://git.vhack.eu/soispha) +- **(storage/schema.sql)** Tell SQLite to perform type-checking - ([aded88a](https://git.vhack.eu/soispha/clients/yt/commit/aded88ac8094a71a8ed559615e4150d302fb5e8b)) - [@soispha](https://git.vhack.eu/soispha) +- **(storage/setters)** Enforce status invariants - ([2e75681](https://git.vhack.eu/soispha/clients/yt/commit/2e75681a0569b67c81efc051ea57f56f14c09543)) - [@soispha](https://git.vhack.eu/soispha) +- **(storage/setters)** Avoid writing a literal "NULL" string into the db - ([42971f7](https://git.vhack.eu/soispha/clients/yt/commit/42971f7b1ae7fb006a1a2007db72a8c45e45fd36)) - [@soispha](https://git.vhack.eu/soispha) +- **(treewide)** Actually use the values from the config - ([86e9c74](https://git.vhack.eu/soispha/clients/yt/commit/86e9c745681a6cde96e1089b9a70f7cd2397a720)) - [@soispha](https://git.vhack.eu/soispha) +- **(update)** Propagate the logging options to the `update_raw.py` script - ([8594386](https://git.vhack.eu/soispha/clients/yt/commit/85943861ea66ee5eaf40aa2c405892636b59ce71)) - [@soispha](https://git.vhack.eu/soispha) +- **(yt_dlp/lib)** Standardize the formatting of bytes with the new `bytes` crate - ([2e168d0](https://git.vhack.eu/soispha/clients/yt/commit/2e168d07314c38adbe25a046a06c8f62e5e33c6e)) - [@soispha](https://git.vhack.eu/soispha) +#### Documentation +- **(config)** Add an example configuration file - ([d78f57a](https://git.vhack.eu/soispha/clients/yt/commit/d78f57a5b3ae5af7e5711f7d050dfb6f9c6057b3)) - [@soispha](https://git.vhack.eu/soispha) +#### Features +- **(cli)** Add an explicit `subs export` subcommand - ([ce55247](https://git.vhack.eu/soispha/clients/yt/commit/ce5524775bb7a7f34f92ee732c7e4df29142cf00)) - [@soispha](https://git.vhack.eu/soispha) +- **(crates/bytes)** Init - ([d21a523](https://git.vhack.eu/soispha/clients/yt/commit/d21a523ab459f7a6893e85822d0ef5d4ec795949)) - [@soispha](https://git.vhack.eu/soispha) +- **(treewide)** Use a configuration file - ([94c656a](https://git.vhack.eu/soispha/clients/yt/commit/94c656ad40a7aae570e5a5fb61ad32632acc6d46)) - [@soispha](https://git.vhack.eu/soispha) +- **(watch/events)** Add further understood script-messages - ([293b7b2](https://git.vhack.eu/soispha/clients/yt/commit/293b7b2bcf3b6ae6db98eb5dfa0c3496f2a1b2df)) - [@soispha](https://git.vhack.eu/soispha) +#### Miscellaneous Chores +- **(yt_dlp/info_json)** Add further fields - ([a5a80eb](https://git.vhack.eu/soispha/clients/yt/commit/a5a80eb2de4beddca9e1c1478e63eb783c1bdc1d)) - [@soispha](https://git.vhack.eu/soispha) +- **(yt_dlp/progress_hook)** Also consider the `total_bytes_estimate` field - ([82f40b3](https://git.vhack.eu/soispha/clients/yt/commit/82f40b353a744924816a5844fbfe44781ca40df3)) - [@soispha](https://git.vhack.eu/soispha) +#### Refactoring +- **(cli)** Replace the byte parser with the one from the `bytes` crate - ([08e9d68](https://git.vhack.eu/soispha/clients/yt/commit/08e9d686a836032ec54834a8142be4d7302205e0)) - [@soispha](https://git.vhack.eu/soispha) +- **(cli)** Remove the useless `concurrent_processes` flag from `update` - ([6603420](https://git.vhack.eu/soispha/clients/yt/commit/66034207a6b98fb8e9b7a6b1f9d860731dc44743)) - [@soispha](https://git.vhack.eu/soispha) +- **(libmpv2)** Move to the `crates` directory - ([0ae5018](https://git.vhack.eu/soispha/clients/yt/commit/0ae5018c33cc4bfe27583c9902472b499f4bd269)) - [@soispha](https://git.vhack.eu/soispha) +- **(storage)** Make all URL parsings panic - ([d71f3ef](https://git.vhack.eu/soispha/clients/yt/commit/d71f3efe57646d639ae19b26dbea5115c219557c)) - [@soispha](https://git.vhack.eu/soispha) +- **(storage/downloader)** Remove unused `get_next_video_watchable` - ([9a53a73](https://git.vhack.eu/soispha/clients/yt/commit/9a53a739b0f0e1a6741ec6f1bef6a572a8743182)) - [@soispha](https://git.vhack.eu/soispha) +- **(storage/getters)** Inline an Option re-creation with `map` - ([b334010](https://git.vhack.eu/soispha/clients/yt/commit/b33401043b512f2538079ea9ee618b09deffe0d5)) - [@soispha](https://git.vhack.eu/soispha) +- **(yt_dlp)** Also move the `crates` subdirectory - ([52e99b3](https://git.vhack.eu/soispha/clients/yt/commit/52e99b38eae6b4f3cb991342ff9ba9abbab9e42c)) - [@soispha](https://git.vhack.eu/soispha) +#### Style +- **(treewide)** Format - ([4c8a71e](https://git.vhack.eu/soispha/clients/yt/commit/4c8a71e3fc2e0d9c30e47241d3740c49c834d3fa)) - [@soispha](https://git.vhack.eu/soispha) + +- - - + ## [v1.0.0](https://git.vhack.eu/soispha/clients/yt/compare/812dde842c25183a482a98e02eeca724a5d24320..v1.0.0) - 2024-08-22 #### Bug Fixes - **(constants)** Don't set a default subtile language - ([b26ffaa](https://git.vhack.eu/soispha/clients/yt/commit/b26ffaa3d0815bae5ea7663df8690326c4a06e56)) - [@soispha](https://git.vhack.eu/soispha) |