about summary refs log tree commit diff stats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-05-17 21:42:03 +0200
committerSoispha <soispha@vhack.eu>2023-05-17 22:14:44 +0200
commitcb4c41dfa8d1da01f38c82b69c5b750ff1d8535b (patch)
tree4cfa051c827c4cc0653b58f2173cc771ce128364 /CHANGELOG.md
parentBuild(flake): Update (diff)
downloadnixos-config-cb4c41dfa8d1da01f38c82b69c5b750ff1d8535b.tar.gz
nixos-config-cb4c41dfa8d1da01f38c82b69c5b750ff1d8535b.zip
chore(version): v1.3.0
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 59c670a7..ab515787 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,24 @@
 All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
 
 - - -
+## v1.3.0 - 2023-05-17
+#### Bug Fixes
+- **(hm/conf/gpg)** Use nixos to write the agent script - (8ad4d4b) - Soispha
+- **(system)** Truly disable all the nixos default bloat - (c034509) - Soispha
+- **(system/boot)** Remove deprecated option - (b7000a2) - Soispha
+- **(system/services/printing)** Remove useless drivers - (57b7962) - Soispha
+- **(system/services/printing)** Only start cups as needed - (01941c4) - Soispha
+- **(system/services/snapper)** Use new option layout - (b952dd1) - Soispha
+- **(sytem/services/printing)** Make scanners work - (874e187) - Soispha
+#### Build system
+- **(flake)** Update - (d389a40) - Soispha
+#### Documentation
+- **(system/users)** Remove unneeded comment - (27340fd) - Soispha
+#### Features
+- **(hm/conf/gpg)** Enforce key entry through nixos config - (0a2afc6) - Soispha
+
+- - -
+
 ## v1.2.0 - 2023-05-16
 #### Bug Fixes
 - **(hm/conf/swaylock)** Use correct mapping from path to string - (df4b667) - Soispha