diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-08-22 14:42:38 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-08-22 14:42:38 +0200 |
commit | 7022b2570eb349594fb6c54a5c790d72a67ee2a9 (patch) | |
tree | 0c4dd8a686c7d78946a4b4f33d0d5066bb98a5c4 /NEWS.md | |
parent | chore(treewide): Add missing license (diff) | |
download | yt-7022b2570eb349594fb6c54a5c790d72a67ee2a9.tar.gz yt-7022b2570eb349594fb6c54a5c790d72a67ee2a9.zip |
chore(version): v1.0.0 v1.0.0
Diffstat (limited to 'NEWS.md')
-rw-r--r-- | NEWS.md | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md index d2cf4ef..96163bc 100644 --- a/NEWS.md +++ b/NEWS.md @@ -14,6 +14,28 @@ 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.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) +- **(storage/get_videos)** Also order by `publish_date` - ([e072f23](https://git.vhack.eu/soispha/clients/yt/commit/e072f23cdb739837b69165b889c2792a815a192d)) - [@soispha](https://git.vhack.eu/soispha) +- **(subscriptions/add)** Ignore the trailing slash on URLs - ([a2015b8](https://git.vhack.eu/soispha/clients/yt/commit/a2015b82eeb1dde1aded82435b3f3700232b9d83)) - [@soispha](https://git.vhack.eu/soispha) +- **(update)** Correctly treat a success as a success - ([c0245c2](https://git.vhack.eu/soispha/clients/yt/commit/c0245c2a33dd4b59067f7b67dc4f26190abab59c)) - [@soispha](https://git.vhack.eu/soispha) +- **(watch/events)** Also mark a video inactive on the stop event - ([6b16545](https://git.vhack.eu/soispha/clients/yt/commit/6b16545ce7b4cb1fe8c029e40e64ebca020f4968)) - [@soispha](https://git.vhack.eu/soispha) +- **(yt_dlp/info_json)** Add further missing fields - ([c72dc6e](https://git.vhack.eu/soispha/clients/yt/commit/c72dc6e1c2fd836ad0894877207b834ce3aedc6c)) - [@soispha](https://git.vhack.eu/soispha) +#### Build system +- **(package)** Include python `blake3` dependency - ([812dde8](https://git.vhack.eu/soispha/clients/yt/commit/812dde842c25183a482a98e02eeca724a5d24320)) - [@soispha](https://git.vhack.eu/soispha) +#### Features +- **(download)** Support limiting the downloader by maximal cache size - ([6bfc7ee](https://git.vhack.eu/soispha/clients/yt/commit/6bfc7ee06dc1a598014dd5bec659b14a3aa87bbd)) - [@soispha](https://git.vhack.eu/soispha) +- **(select/file)** Allow `--priority` argument to all functions - ([2fd17e5](https://git.vhack.eu/soispha/clients/yt/commit/2fd17e51868b5f25e888b6aee1c1f56f3fbec40b)) - [@soispha](https://git.vhack.eu/soispha) +#### Miscellaneous Chores +- **(treewide)** Add missing license - ([e227b92](https://git.vhack.eu/soispha/clients/yt/commit/e227b92207401c6904e0507360d63461d822ffd7)) - [@soispha](https://git.vhack.eu/soispha) +#### Performance Improvements +- **(raw_update.py)** Don't fetch entries that are already in the database - ([53f49fa](https://git.vhack.eu/soispha/clients/yt/commit/53f49fa9279ac86944dfdc48f80a5783430632bf)) - [@soispha](https://git.vhack.eu/soispha) +#### Tests +- **(benches/update)** Init - ([72acfb9](https://git.vhack.eu/soispha/clients/yt/commit/72acfb93627918f6fc9c68a5bf5b4ecf34d07a23)) - [@soispha](https://git.vhack.eu/soispha) + +- - - + ## [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) |