diff options
author | Soispha <soispha@vhack.eu> | 2024-02-28 21:57:15 +0100 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2024-02-28 21:57:15 +0100 |
commit | 7f2cf686800e63e4d5d99190fb7b4e08f5db5248 (patch) | |
tree | 8394d214aa2ba1c17dfd899feb69f60cd4378e3a | |
parent | docs(todo): Update (diff) | |
download | nixos-config-7f2cf686800e63e4d5d99190fb7b4e08f5db5248.tar.gz nixos-config-7f2cf686800e63e4d5d99190fb7b4e08f5db5248.zip |
chore(version): v1.36.0
-rw-r--r-- | CHANGELOG.md | 16 | ||||
-rw-r--r-- | todo.md | 40 |
2 files changed, 36 insertions, 20 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 diff --git a/todo.md b/todo.md index 6934d5ae..a249a801 100644 --- a/todo.md +++ b/todo.md @@ -1,22 +1,22 @@ # Things to do -- [ ] Tex - - [ ] Rework the luasnip snippets -- [ ] look at [this](https://github.com/EdenEast/nyx) -- [ ] git-bug - - [ ] Integrate git-bug into gitea -- [ ] Transfer the last user configs -- [ ] Go through the system configs -- [ ] grep for TODO: -- [ ] Go through `journalctl -p warning -b` -- [ ] Fixes - - [ ] Use correct drivers for printer instead of raw - - [ ] Update hosts config - - [ ] Set Default volume -> xdg-desktop-portal - - [ ] rt for audio - - [ ] disable systemd services, which already have a timer - - [ ] remove nixos-presistend subvol (disko) - - [ ] Networking for vms - - [ ] https://stackoverflow.com/a/58550269 -- [ ] River - - [ ] Change the bar to sth else +- \[ \] Tex + - \[ \] Rework the luasnip snippets +- \[ \] look at [this](https://github.com/EdenEast/nyx) +- \[ \] git-bug + - \[ \] Integrate git-bug into gitea +- \[ \] Transfer the last user configs +- \[ \] Go through the system configs +- \[ \] grep for TODO: +- \[ \] Go through `journalctl -p warning -b` +- \[ \] Fixes + - \[ \] Use correct drivers for printer instead of raw + - \[ \] Update hosts config + - \[ \] Set Default volume -> xdg-desktop-portal + - \[ \] rt for audio + - \[ \] disable systemd services, which already have a timer + - \[ \] remove nixos-presistend subvol (disko) + - \[ \] Networking for vms + - \[ \] https://stackoverflow.com/a/58550269 +- \[ \] River + - \[ \] Change the bar to sth else |