about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md44
1 files changed, 44 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1261046b..d916963c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,50 @@
 All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
 
 - - -
+## v1.17.0 - 2023-12-09
+#### Bug Fixes
+- **(flake)** Use self instead of a reimport of itself - (e97702e) - Soispha
+- **(flake)** Remove the pkgs from the devenv, which are already in nvim - (113499d) - Soispha
+- **(hm/conf/firefox/package)** Readd policies to firefox - (2f28361) - Soispha
+- **(hm/conf/firefox/pkg)** Adapt to new override options in nixpkgs - (3f3141e) - Soispha
+- **(hm/conf/firefox/policies)** Use correct attr name - (000027f) - Soispha
+- **(hm/conf/firefox/profs)** Put all downloads into the download dir - (5bdc12e) - Soispha
+- **(hm/conf/nvim/ftplgs/tex)** Use newer nvim keymaps api - (361a25b) - Soispha
+- **(hm/conf/nvim/lsp/rust-analyzer)** Don't install rustc and cargo - (ddf0a22) - Soispha
+- **(hm/conf/nvim/plgs/lsp/server/pylyzer)** Disable again - (7f9d68c) - Soispha
+- **(hm/conf/nvim/plgs/vim-tex)** Use treesitter highlight - (7a6266c) - Soispha
+- **(hm/pkgs/scr/con2pdf)** Fix command usage errors - (d2cd292) - Soispha
+- **(hm/pkgs/scripts)** Use the library function correctly - (a7c8259) - Soispha
+- **(hm/pkgs/spodi)** Disable, as spotdl doesn't build right now - (81fdc51) - Soispha
+- **(hm/pkgs/src/con2pdf)** Fully support n pages, instead of 2 - (ec76bfb) - Soispha
+- **(hm/pkgs/srcs/con2pdf)** Limit the file search depth - (35cde91) - Soispha
+- **(hm/pkgs/srcs/neorg)** Prepare to new shell-library version - (203ad54) - Soispha
+- **(sys/impermanence)** Persist the postgresql datebase, if it exists - (b01d2db) - Soispha
+- **(sys/nixpkgs/plgs-pkgs/override)** Add only actually used plugins - (31f0c39) - Soispha
+- **(sys/svcs/xdg/portals)** Use new configuration scheme - (b57ee1e) - Soispha
+#### Build system
+- **(flake)** Update - (bafd46f) - Soispha
+- **(flake)** Update - (a38b54b) - Soispha
+- **(flake)** Update - (fe1cd67) - Soispha
+- **(treewide)** Update - (c5f2993) - Soispha
+- **(treewide)** Update shell library - (437bf84) - Soispha
+- **(treewide)** Update - (5f9a797) - Soispha
+- **(treewide)** Update - (bdf5e03) - Soispha
+- **(treewide)** Update - (e4454f8) - Soispha
+#### Documentation
+- **(hm/conf/nvim/plgs/treesitter)** Improve comments - (402925c) - Soispha
+#### Features
+- **(hm/conf/nvim/plgs/lsp/ltex)** Also activate in `mail` files - (cde288b) - Soispha
+- **(hm/conf/nvim/plgs/lsp/servers)** Add python language servers - (f440a08) - Soispha
+- **(hm/pkgs/scrs/con2pdf)** Enable completions - (9d4e1de) - Soispha
+- **(sys/srvs/postgresql)** Re-enable - (3f2f515) - Soispha
+- **(treewide)** Specify nvim plugins in my flake - (b6302ae) - Soispha
+#### Miscellaneous Chores
+- **(hm/soispha/conf/taskwarrior/projects)** Update - (963062f) - Soispha
+- **(treewide)** Update shell library - (da8f3ab) - Soispha
+
+- - -
+
 ## v1.16.0 - 2023-10-28
 #### Bug Fixes
 - **(flake)** Lock unstable version, until flask-sqlalchemy builds - (0cb2f95) - Soispha