about summary refs log tree commit diff stats
diff options
context:
space:
mode:
Diffstat (limited to '')
-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