about summary refs log tree commit diff stats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-12-29 09:19:11 +0100
committerSoispha <soispha@vhack.eu>2023-12-29 09:19:11 +0100
commit7b4568b584454137f0b3dfcf549cf00487dd159a (patch)
tree8eec1fb323f994e716b27283710169a238c9316d /CHANGELOG.md
parentfix(hm/conf/git): Use correct path for codeberg ssh url substitution (diff)
downloadnixos-config-7b4568b584454137f0b3dfcf549cf00487dd159a.tar.gz
nixos-config-7b4568b584454137f0b3dfcf549cf00487dd159a.zip
chore(version): v1.21.0
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md38
1 files changed, 38 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 830ff8e0..79622a19 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,44 @@
 All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
 
 - - -
+## v1.21.0 - 2023-12-29
+#### Bug Fixes
+- **(hm/conf/git)** Use correct path for codeberg ssh url substitution - (5a4815d) - Soispha
+- **(hm/conf/git)** Revert changing the st alias to the short status - (5fbc81b) - Soispha
+- **(hm/conf/zsh/sessionVariables)** Add river specific variables - (5013bba) - Soispha
+- **(hm/pkgs)** Remove sane-ariscan, as that's covered by con2pdf - (9ed8f78) - Soispha
+- **(hm/pkgs/scr/neorg)** Convert context to project before use - (bd7226b) - Soispha
+- **(hm/pkgs/scr/neorg)** Escape single quotes in completion function - (77c3715) - Soispha
+- **(hm/pkgs/scr/neorg)** List all task when no context is set - (ea13e10) - Soispha
+- **(hm/pkgs/src/lyrics)** Adapt to new spotdl settings - (d3638ae) - Soispha
+- **(hm/pkgs/src/neorg)** Fix exit from subshell - (04d128b) - Soispha
+- **(hm/pkgs/src/neorg)** Move to script as completion generation function - (727f17e) - Soispha
+- **(hm/pkgs/src/neorg)** Remove duplicated `[[]]` in doc function - (7242fd6) - Soispha
+- **(hm/pkgs/src/neorg/fstart)** Fix typo in task filter - (8f976d1) - Soispha
+- **(hm/pkgs/src/neorg/project)** Exit instead of doing something different - (5b30a28) - Soispha
+- **(hm/pkgs/src/neorg/utils)** Correctly convert context to project names - (a499917) - Soispha
+- **(hm/pkgs/src/spodi)** Set constant bitrate - (0600b78) - Soispha
+- **(hm/wms/river/init)** Also export river env-vars to system user service - (60adb05) - Soispha
+- **(sys/svcs/xdg)** Use correct types in termchooser config - (5dfa705) - Soispha
+- **(sys/svcs/xdg/scripts/lf_wrapper)** Use correct name - (4a246f1) - Soispha
+- **(sys/svcs/xdg/termfilechooser)** Remove as river does not support it - (49ddb57) - Soispha
+#### Build system
+- **(flake)** Update - (9725b98) - Soispha
+- **(treewide)** Update shell library - (b726043) - Soispha
+- **(treewide)** Update to test xdg-desktop-portal-termfilechooser - (4275064) - Soispha
+#### Features
+- **(hm/conf/git)** Use correct escaping for '${}' in nix - (d28d93e) - Soispha
+- **(hm/conf/git)** Use the previous commit's scope when committing - (d3ed407) - Soispha
+- **(hm/conf/git)** Incorporate elements of other peoples configs - (b166f22) - Soispha
+- **(hm/conf/xdg)** Add a custom url_handler to support select the project - (e77f8ca) - Soispha
+- **(hm/pkgs/)** Add the bc calculator - (8acacc4) - Soispha
+- **(hm/pkgs/scr/neorg)** Add a subcommand to making starting task easier - (e628885) - Soispha
+- **(hm/pkgs/scr/neorg)** Change the active task and context when opening browser - (c4c5c71) - Soispha
+- **(sys/options/secret)** Add secret values to evaluation - (612dad9) - Soispha
+- **(sys/svcs/xdg/termchooser)** Init - (b9d22e2) - Soispha
+
+- - -
+
 ## v1.20.5 - 2023-12-19
 #### Bug Fixes
 - **(hm/pkgs/src/spodi)** Remove setting bitrate - (c950470) - Soispha