about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md43
1 files changed, 43 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8a381aa4..9ef78ffd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,49 @@
 All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
 
 - - -
+## v1.25.0 - 2024-01-07
+#### Bug Fixes
+- **(flake)** Add `cargo` to make the rust language server work - (7aaea01) - Soispha
+- **(hm/pkgs/scr/specific/ytcc/yts)** Explicitly exit with 0 - (3ecbeb4) - Soispha
+- **(hm/pkgs/scr/specific/ytcc/yts)** Actually make the subcommands optional - (98fd08f) - Soispha
+- **(hm/pkgs/scr/specific/ytcc/yts)** Only trap the task stop if it's started - (40179fb) - Soispha
+- **(hm/pkgs/scr/specific/ytcc/yts)** Add default ordering mode - (ae777ec) - Soispha
+- **(hm/pkgs/scr/specific/ytcc/yts)** Recognize '' as a command - (da9e441) - Soispha
+- **(hm/pkgs/scr/specific/ytcc/yts)** Remove out-dated check - (ce67e20) - Soispha
+- **(hm/pkgs/scr/ytc)** Set output separator not to '"' but ';' - (57db8dc) - Soispha
+- **(hm/pkgs/scr/ytc)** Allow titles with commas in them - (6f337ee) - Soispha
+- **(hm/pkgs/scr/ytc)** Don't use while in a if situation - (a12e4fb) - Soispha
+- **(hm/pkgs/scr/ytc)** Add default volume and unrestrict filenames - (51c7243) - Soispha
+- **(hm/pkgs/scr/ytc)** Use `/tmp` instead of the xdg runtime dir - (8668bca) - Soispha
+- **(hm/pkgs/scr/ytcc/filter_comments)** Fail if not running - (20fa03a) - Soispha
+- **(hm/pkgs/scr/ytcc/filter_comments.sh)** Rename export script to 'comments' - (e7fc94b) - Soispha
+- **(hm/pkgs/scr/ytcc/nest_comments)** Correctly declare cli interface - (619c5cf) - Soispha
+- **(hm/pkgs/scr/ytcc/ytc)** Keep sorting from input - (6630f78) - Soispha
+- **(hm/pkgs/scr/ytcc/yts)** Adopt to new ytc input format - (c0eed61) - Soispha
+- **(hm/pkgs/scr/yts)** Always stop the active task, when exiting - (4284b35) - Soispha
+- **(hm/pkgs/specific/ytcc/yts)** Don't provide the id as one argument - (3ed86cd) - Soispha
+- **(sys/nixpkgs/pkgs/ytc)** Wrap program - (2876a83) - Soispha
+- **(sys/nixpkgs/pkgs/ytc/scr)** Create download dir - (0d63f06) - Soispha
+- **(sys/nixpkgs/pkgs/ytc/scr/main)** Also delete the file if no id is set - (30808e8) - Soispha
+- **(sys/nixpkgs/pkgs/ytc/scr/main)** Stop mpv from spamming up stdout - (4e00805) - Soispha
+#### Documentation
+- **(hm/pkgs/scr/specific/ytcc/yts)** Add a help text - (0b77143) - Soispha
+- **(sys/nixpkgs/pkgs/ytc)** Slightly improve error output - (82adf42) - Soispha
+#### Features
+- **(flake)** Add `rustfmt` to the dev environment - (180326f) - Soispha
+- **(hm/pkgs/scr)** Add support for python based scripts - (9aec145) - Soispha
+- **(hm/pkgs/scr/specific/ytcc/description)** Add command to display description - (458f532) - Soispha
+- **(hm/pkgs/scr/specific/ytcc/yts)** Add cli interface - (1c665e9) - Soispha
+- **(hm/pkgs/scr/ytcc)** Add support for showing comments - (ea09ccf) - Soispha
+- **(hm/pkgs/scr/ytcc/ytc)** Rewrite in Rust - (d33998b) - Soispha
+- **(hm/pkgs/scr/ytcc/ytc)** Add support for direct urls - (552f466) - Soispha
+#### Miscellaneous Chores
+- **(hm/soispha/conf/taskwarrior/projects)** Update - (d84d378) - Soispha
+#### Refactoring
+- **(hm/pkgs/scr/neorg)** Add subdir for specific script groups - (36f0084) - Soispha
+
+- - -
+
 ## v1.24.0 - 2024-01-01
 #### Bug Fixes
 - **(hm/conf/yambar)** Add some padding - (85a6304) - Soispha