diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 673eba6d..7a5bf77c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,37 @@ All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines. - - - +## v1.31.0 - 2024-02-23 +#### Bug Fixes +- **(hm/conf/lf/commands)** Check for the file name with the extension added - (2f1960b) - Soispha +- **(hm/conf/lf/commands)** Remove useless 'open_config' cmd - (55ed106) - Soispha +- **(hm/conf/lf/keymappings)** Correctly import dir_move file - (47d70f8) - Soispha +- **(hm/conf/lf/keymappings)** Separate and update moving key mappings - (a30b6fc) - Soispha +- **(hm/pkgs/specific/neorg)** Add missing '.sh' suffix - (1c1fde6) - Soispha +#### Build system +- **(flake)** Update - (b981a01) - Soispha +#### Features +- **(hm/conf/git)** Switch to zdiff3 instead of diff3 - (19b06fa) - Soispha +- **(hm/conf/lf)** Add a `execute` subcommand - (f14e173) - Soispha +- **(hm/conf/lf)** Start zathura on opening pdfs in lf - (3b2ee24) - Soispha +- **(hm/conf/lf/cmds/unarchive)** Add support for multiple files - (616ad5a) - Soispha +- **(hm/conf/unison)** Add support for link syncing - (4761669) - Soispha +- **(hm/pkgs/git-edit-index)** Init - (17d0ff7) - Soispha +- **(hm/pkgs/mpc)** Init - (c0659d7) - Soispha +- **(sys/nixos_git_rev)** Add a file with the current git reverence - (1fd3abb) - Soispha +- **(sys/svcs/nix)** Switch to nixUnstable - (21bfc86) - Soispha +#### Refactoring +- **(flake)** Remove by-now vendored dependency - (50ca4e7) - Soispha +- **(hm/conf/lf)** Move configs to `settings` attr - (5e7a6de) - Soispha +- **(hm/conf/lf/cmds/archive)** Use non-abbreviated cli option - (f8cf3b1) - Soispha +- **(hm/conf/lf/cmds/open)** Remove, as it's better handled by xdg-handlers - (a5b890a) - Soispha +- **(hm/conf/unison)** Rename the script to `unison-sync` - (0e12e45) - Soispha +- **(treewide)** Remove my unused binaries - (2531f80) - Soispha +#### Style +- **(treewide)** Format - (9cafe29) - Soispha + +- - - + ## v1.30.0 - 2024-02-20 #### Features - **(hm/pkgs/battery)** Init - (954ff9a) - Soispha |