about summary refs log tree commit diff stats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-05-29 15:26:16 +0200
committerSoispha <soispha@vhack.eu>2023-05-29 15:26:16 +0200
commited8a843f81db563dfb211eea6dc670b6d85bb873 (patch)
tree76e502ade3336a138ad845d2b39d7686a99a3d5e /CHANGELOG.md
parentBuild(flake): Update (diff)
downloadnixos-config-ed8a843f81db563dfb211eea6dc670b6d85bb873.tar.gz
nixos-config-ed8a843f81db563dfb211eea6dc670b6d85bb873.zip
chore(version): v1.7.0
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 61cb1794..37c013eb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,21 @@
 All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
 
 - - -
+## v1.7.0 - 2023-05-29
+#### Bug Fixes
+- **(hm/conf/lf/keybinds)** Update - (f94e50a) - Soispha
+- **(hm/conf/zsh)** Quote string - (d4ff072) - Soispha
+- **(hm/conf/zsh)** Also add a version for the shell library - (180f86c) - Soispha
+- **(hm/pkgs/scrs/ll)** Don't use the tempdir provided by lib - (9cc1b8c) - Soispha
+#### Build system
+- **(flake)** Update - (ce9a7aa) - Soispha
+#### Features
+- **(hm/conf/lf/cmds)** Add a way to create temp scripts - (7d320b8) - Soispha
+#### Style
+- **(hm/conf/zsh)** Indent comment - (95e7be9) - Soispha
+
+- - -
+
 ## v1.6.0 - 2023-05-28
 #### Bug Fixes
 - **(bootstrap)** Quote scripts - (1f79cb3) - Soispha