diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d9b05b0..0d84df0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,28 @@ All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines. - - - +## v1.23.0 - 2023-12-31 +#### Bug Fixes +- **(hm/conf/task/hooks/)** Correctly wrap python hooks to add timewarrior - (3cc639d) - Soispha +- **(hm/conf/task/hooks/)** Correctly wrap python hooks to add timewarrior - (1b744b9) - Soispha +- **(hm/pkgs)** Remove unneeded array - (9bc0c05) - Soispha +- **(hm/pkgs/con2pdf)** Don't reassing `name` variable as it's global - (b9c9e06) - Soispha +- **(hm/pkgs/con2pdf)** Correctly sort and clear inputs - (05fd93a) - Soispha +- **(hm/pkgs/con2pdf)** Allow for multiple pages on adf - (efafba1) - Soispha +- **(hm/pkgs/neorg)** Don't limit too many things on 'tracking' - (ba85d7e) - Soispha +- **(hm/pkgs/scr/neorg)** The id argument to 'fstart' is not optional - (97def8c) - Soispha +- **(sys/svcs/postgresql)** Only active if not on a laptop - (3d97e34) - Soispha +#### Build system +- **(treewide)** Update - (a9bb6cf) - Soispha +#### Documentation +- **(hm/pkgs/con2pdf)** Add dbg statements - (c35ede7) - Soispha +#### Features +- **(hm/pkgs)** Add ytcc - (371a980) - Soispha +- **(hm/pkgs/lock)** Init - (8ea57d8) - Soispha +- **(hm/pkgs/neorg)** Add a subcommand to stop the currently active task - (7853b10) - Soispha + +- - - + ## v1.22.1 - 2023-12-29 #### Bug Fixes - **(hm/pkgs/hibernate)** Only unset task context + active if existing - (2292808) - Soispha |