diff options
author | Soispha <soispha@vhack.eu> | 2023-09-05 17:19:09 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-09-05 17:19:09 +0200 |
commit | b2583b4f31e9e9878fb5bddd8b3f2adac5edd65a (patch) | |
tree | 0306b3f1678572a73c7e4295ed986469be322fd3 /CHANGELOG.md | |
parent | Docs(sys/disks/hibernate): Remove resolved TODO comment (diff) | |
download | nixos-config-b2583b4f31e9e9878fb5bddd8b3f2adac5edd65a.tar.gz nixos-config-b2583b4f31e9e9878fb5bddd8b3f2adac5edd65a.zip |
chore(version): v1.10.0
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 620fab12..eec92777 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,36 @@ All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines. - - - +## v1.10.0 - 2023-09-05 +#### Bug Fixes +- **(hm/conf/lf/keybinds)** Fix missing settings in the cd commands - (63f844e) - Soispha +- **(hm/conf/lf/keymappings)** Add command to go to nixos-config - (1a115c3) - Soispha +- **(hm/conf/lf/keymaps)** Run the rename command in the console - (b15b661) - Soispha +- **(hm/conf/nvim/plgs/luasnip/todo_snippets)** Decapitalize my name - (d57032a) - Soispha +- **(hm/wms/river)** Use new keymaps - (892133c) - Soispha +- **(sys/impermanence)** Add waydroid image directory - (fb92fea) - Soispha +- **(sys/impermanence)** Add `/var/lib/systemd` to saved paths - (df405e6) - Soispha +- **(sys/impermanence)** Add `/var/lib/bluetooth` to saved path - (439bb90) - Soispha +- **(sys/locale/keymap)** Formatting issues - (5cb803a) - Soispha +- **(sys/locale/keymaps)** Set correct amount of levels for the `a` key - (2e6687e) - Soispha +- **(sys/locale/keymaps/us)** Use compose key and deal with qmk macros - (680b15c) - Soispha +- **(sys/locale/keymaps/us)** Switch to lalt, as caps is hard to map in qmk - (bf6c569) - Soispha +- **(sys/srvs/xdg)** Add gtk desktop portal - (851a4cf) - Soispha +- **(sys/waydroid)** Disable waydroid again, as it breaks fuse mounts - (7e12b54) - Soispha +- **(treewide)** Update to new shell library version - (f68f558) - Soispha +#### Build system +- **(treewide)** Update - (bcdba47) - Soispha +#### Documentation +- **(sys/disks/hibernate)** Remove resolved TODO comment - (d807fb1) - Soispha +#### Features +- **(flake/packages)** Pass through `shell_library_update` packages - (c0ac01f) - Soispha +- **(hm/pkgs/scripts/neorg)** Init - (c60fbe6) - Soispha +- **(sys/locale)** Add modified dvorak keymap - (a97a8df) - Soispha +- **(sys/locale)** Add a keymap with special char support - (fe00eef) - Soispha +- **(sys/waydroid)** Init - (fce35d5) - Soispha + +- - - + ## v1.9.1 - 2023-08-30 #### Bug Fixes - **(hm/conf/nvim/mappings)** Switch `gg` to `uu` - (9bbbae9) - Soispha |