about summary refs log tree commit diff stats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2024-02-28 20:55:27 +0100
committerSoispha <soispha@vhack.eu>2024-02-28 20:55:27 +0100
commitd91eea7d7adcab30db847dfa3a33a646dfe1fe87 (patch)
tree8a5af8b5d016a01cac33d686ce757adc13b27a21 /CHANGELOG.md
parentstyle(sys/svcs/nix): Inline the `nixpkgs` variable (diff)
downloadnixos-config-d91eea7d7adcab30db847dfa3a33a646dfe1fe87.tar.gz
nixos-config-d91eea7d7adcab30db847dfa3a33a646dfe1fe87.zip
chore(version): v1.35.0
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b6207cc4..e59dbc6c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,23 @@
 All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
 
 - - -
+## v1.35.0 - 2024-02-28
+#### Bug Fixes
+- **(hm/conf/unison)** Add `less`, as it's needed to display diffs - (8d7ab76) - Soispha
+- **(hm/conf/unison)** Don't pass `links` argument along twice - (1080d8e) - Soispha
+- **(hm/pkgs)** Put all my scripts in the `scripts` namespace - (8d5effa) - Soispha
+- **(pkgs/scripts/fupdate)** Exit after running the main loop - (564a52f) - Soispha
+#### Features
+- **(hm)** Add nix-index and associated command_not_found_handler - (c733f33) - Soispha
+- **(hm/conf/unison)** Support merging special paths - (8224aa5) - Soispha
+- **(sys/svcs/nix)** Set nix path - (490eefd) - Soispha
+#### Miscellaneous Chores
+- **(hm/soispha/conf/taskwarrior/projects)** Update - (f99652d) - Soispha
+#### Style
+- **(sys/svcs/nix)** Inline the `nixpkgs` variable - (ead6456) - Soispha
+
+- - -
+
 ## v1.34.0 - 2024-02-24
 #### Bug Fixes
 - **(hm/conf/lf/cmds)** Better manage files with pre-defined extensions - (49a1622) - Soispha