diff options
author | Soispha <soispha@vhack.eu> | 2023-12-29 21:45:16 +0100 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-12-29 21:45:16 +0100 |
commit | 85060318000c75e06aaa6f7203756db7b89ac382 (patch) | |
tree | 0939ef8a622bc98c72b9350d78c68ca79e9e4428 /CHANGELOG.md | |
parent | feat(hm/pkgs/hibernate): Init (diff) | |
download | nixos-config-85060318000c75e06aaa6f7203756db7b89ac382.tar.gz nixos-config-85060318000c75e06aaa6f7203756db7b89ac382.zip |
chore(version): v1.22.0
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 79622a19..894b5eb1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,42 @@ All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines. - - - +## v1.22.0 - 2023-12-29 +#### Bug Fixes +- **(hm/conf/)** Use new xdg config module - (02f2218) - Soispha +- **(hm/conf/starship)** Also disable git_metrics because of speed - (71dd569) - Soispha +- **(hm/conf/starship)** Remove the on in the git branch module - (999be2a) - Soispha +- **(hm/conf/starship)** Use different approach to directory styling - (fc61706) - Soispha +- **(hm/conf/starship)** Try to change path colour based on exit - (f1641ed) - Soispha +- **(hm/conf/starship)** Correctly escape strings - (b2e3e1e) - Soispha +- **(hm/conf/xdg)** Correctly specify the attr names under xdg - (5474561) - Soispha +- **(hm/conf/xdg/url_handler)** Add final pipe, to improve rofi rendering - (e753294) - Soispha +- **(hm/conf/zsh)** Remove my prompt implementation - (00c05d5) - Soispha +- **(sys/svcs/xdg/portal)** Actually enable termfilechooser and wlr - (9e00787) - Soispha +- **(sys/svcs/xdg/portals)** Set the terminal window to floating - (20cb966) - Soispha +- **(sys/svcs/xdg/portals)** Fix typo in alacritty - (7614d6c) - Soispha +- **(sys/svcs/xdg/portals)** Add alacritty to the dependencies - (5c4f959) - Soispha +- **(sys/svcs/xdg/portals)** Set stdout and err debugging - (2e4821e) - Soispha +- **(sys/svcs/xdg/portals)** Switch to trace and set correct terminal exec - (af95c08) - Soispha +- **(sys/svcs/xdg/portals)** Set loglevel - (8888ac0) - Soispha +- **(sys/svcs/xdg/portals)** Set default download dir - (df27d12) - Soispha +- **(sys/svcs/xdg/portals)** Set correct permission of shell script - (f93f3fa) - Soispha +- **(sys/svcs/xdg/portals)** Use correct path to lf wrapper - (9d61601) - Soispha +#### Build system +- **(flake)** Update - (90b0a2b) - Soispha +- **(flake)** Update - (fc96d6c) - Soispha +#### Features +- **(hm/conf/git)** Update git defaults and add wip command - (a340fd2) - Soispha +- **(hm/conf/starship)** Add basic config - (5bd6ec4) - Soispha +- **(hm/conf/starship)** Init - (d3ff3d5) - Soispha +- **(hm/conf/xdg/url_handler)** Also support opening in zathura - (7fc5e9e) - Soispha +- **(hm/pkgs/hibernate)** Init - (e852be1) - Soispha +- **(sys/srvc/xdg/termfilechooser)** Reactive - (d562827) - Soispha +#### Refactoring +- **(hm/pkgs/)** Rename all 'src' to 'scr' to improve consistency - (e84c41c) - Soispha + +- - - + ## v1.21.0 - 2023-12-29 #### Bug Fixes - **(hm/conf/git)** Use correct path for codeberg ssh url substitution - (5a4815d) - Soispha |