about summary refs log tree commit diff stats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e59dbc6c..d476fbf8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,22 @@
 All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
 
 - - -
+## v1.36.0 - 2024-02-28
+#### Bug Fixes
+- **(hm/conf/lf/keymappings)** Use 'k' for sort mappings - (4165445) - Soispha
+- **(hm/conf/zsh)** Add a newline to the shell library import - (7f189ae) - Soispha
+- **(hm/conf/zsh/command_not_found.sh)** Improve case 2 output - (48e468c) - Soispha
+- **(hm/conf/zsh/command_not_found.sh)** Add missing space in cmd name - (c0e0dbe) - Soispha
+- **(hm/conf/zsh/command_not_found.sh)** Output a status message for shell - (8681fca) - Soispha
+- **(hm/conf/zsh/command_not_found.sh)** Correctly count found attrs - (3f0ccc2) - Soispha
+- **(sys/svcs/nix)** Ensure that the nix path actually gets set - (e55f05c) - Soispha
+#### Documentation
+- **(todo)** Update - (694b2ec) - Soispha
+#### Features
+- **(hm/conf/lf/keymappings)** Set up search keymappings - (19c703f) - Soispha
+
+- - -
+
 ## v1.35.0 - 2024-02-28
 #### Bug Fixes
 - **(hm/conf/unison)** Add `less`, as it's needed to display diffs - (8d7ab76) - Soispha