about summary refs log tree commit diff stats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2024-02-28 21:57:15 +0100
committerSoispha <soispha@vhack.eu>2024-02-28 21:57:15 +0100
commit7f2cf686800e63e4d5d99190fb7b4e08f5db5248 (patch)
tree8394d214aa2ba1c17dfd899feb69f60cd4378e3a /CHANGELOG.md
parentdocs(todo): Update (diff)
downloadnixos-config-7f2cf686800e63e4d5d99190fb7b4e08f5db5248.tar.gz
nixos-config-7f2cf686800e63e4d5d99190fb7b4e08f5db5248.zip
chore(version): v1.36.0
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