about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2024-02-07 21:03:38 +0100
committerSoispha <soispha@vhack.eu>2024-02-07 21:03:38 +0100
commit691627319a99fe6ec660edc01205005fb823f2ea (patch)
treeb3c4f96f0539d7df8d425ac39ac30076452a331d
parentbuild(.envrc): Set the CDPATH (diff)
downloadnixos-config-691627319a99fe6ec660edc01205005fb823f2ea.tar.gz
nixos-config-691627319a99fe6ec660edc01205005fb823f2ea.zip
chore(version): v1.27.0
-rw-r--r--CHANGELOG.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c7080cb7..564f5b5c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,23 @@
 All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
 
 - - -
+## v1.27.0 - 2024-02-07
+#### Bug Fixes
+- **(hm/pkgs/spodi)** Allow more providers - (55cc9d6) - Soispha
+- **(sys)** Use new module options - (57f5a13) - Soispha
+- **(sys/nixpkgs/pkgs/comments)** Make `channel_is_verified` optional - (cd344b3) - Soispha
+- **(sys/svcs/printing)** Use correct printer network address - (765f20b) - Soispha
+- **(sys/svcs/printing)** Configure Cups to be stateless - (6a32061) - Soispha
+#### Build system
+- **(.envrc)** Set the CDPATH - (f986c96) - Soispha
+- **(treewide)** Update - (72ce420) - Soispha
+#### Features
+- **(hm/pkgs/scrs)** Add `mpc-fav` and `sort_song` - (04e4fe4) - Soispha
+#### Refactoring
+- **(hm/pkgs/scrs)** Sort the declarations alphabetical - (f2ada3a) - Soispha
+
+- - -
+
 ## v1.26.3 - 2024-01-30
 #### Bug Fixes
 - **(sys/nixpkgs/comments)** Add missing fields to info_json parser - (0bf099b) - Soispha