diff options
author | Soispha <soispha@vhack.eu> | 2023-05-21 15:34:53 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-05-21 15:34:53 +0200 |
commit | afd28b48076f58be3b28b45dfa21551777ec54f1 (patch) | |
tree | 776c31934524e59bf9b7027f206ba6ad4bf612c1 /CHANGELOG.md | |
parent | Build(flake): Update (diff) | |
download | nixos-config-afd28b48076f58be3b28b45dfa21551777ec54f1.tar.gz nixos-config-afd28b48076f58be3b28b45dfa21551777ec54f1.zip |
chore(version): v1.5.0
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index a36644b3..7d79e9a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,34 @@ All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines. - - - +## v1.5.0 - 2023-05-21 +#### Bug Fixes +- **(hm/conf/cups)** Delete cups folder, as it's useless - (75cb791) - Soispha +- **(hm/conf/gpg/keys)** Add soispha@vhack.eu - (b4dabf8) - Soispha +- **(hm/pkgs/scr/con2pdf)** Don't try batch mode when using the Flatbed - (6aea234) - Soispha +- **(hm/pkgs/scr/con2pdf)** Add status output - (b8b3014) - Soispha +- **(hm/pkgs/scr/con2pdf)** Remove useless awk call - (fb592f6) - Soispha +- **(hm/pkgs/scr/con2pdf)** Actually create output directory - (d590bc8) - Soispha +- **(hm/pkgs/scr/con2pdf)** Typo - (7e2393c) - Soispha +- **(hm/wms/river)** Remove accel from the moonlander pointer - (9bb00ad) - Soispha +- **(system)** Add configs for networkmanager only if it's enabled - (4d1a37c) - Soispha +- **(system/libvirt)** Remove omvf for aarch, as it's not used - (8e6d126) - Soispha +- **(system/users)** Remove plugdev group, as it's deprecated - (3188a97) - Soispha +#### Build system +- **(flake)** Update - (52d2b73) - Soispha +- **(flake)** Update - (c75c2cb) - Soispha +- **(flake)** Update deps - (443a925) - Soispha +- **(fupdate)** Add generate_extensions to the inputs to avoid gc - (725047d) - Soispha +#### Features +- **(hm/conf/gpg)** Add gpg key of sils@sils.li - (9d9e942) - Soispha +#### Refactoring +- **(system/services/printing)** Split printing and scanning - (c025d9c) - Soispha +- **(system/users)** Add the groups in the file, giving context - (c84419c) - Soispha +#### Style +- **(treewide)** Format - (3ae3782) - Soispha + +- - - + ## v1.4.0 - 2023-05-18 #### Bug Fixes - **(hm/conf/gpg)** Use nixos to write the agent script - (00afa44) - Soispha |