about summary refs log tree commit diff stats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2024-01-30 07:40:00 +0100
committerSoispha <soispha@vhack.eu>2024-01-30 07:40:00 +0100
commit1bb8fc74317bed52b1c62c2bc963f24fc25732c0 (patch)
tree749c9bfe4d4bcf1bfda1ff32f8e89cc667c06779 /CHANGELOG.md
parentbuild(treewide): Update (diff)
downloadnixos-config-1bb8fc74317bed52b1c62c2bc963f24fc25732c0.tar.gz
nixos-config-1bb8fc74317bed52b1c62c2bc963f24fc25732c0.zip
chore(version): v1.26.0
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md75
1 files changed, 75 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9ef78ffd..4ed0678b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,81 @@
 All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
 
 - - -
+## v1.26.0 - 2024-01-30
+#### Bug Fixes
+- **(hm)** Move the session variables to their associated service - (12e3c1a) - Soispha
+- **(hm/conf/alacritty)** Correct hint regex - (bfaf53d) - Soispha
+- **(hm/conf/alacritty)** Streamline config - (8b9f77e) - Soispha
+- **(hm/conf/alacritty)** Use correct name in hint key - (f0e0952) - Soispha
+- **(hm/conf/alacritty)** Switch to a toml config - (5442310) - Soispha
+- **(hm/conf/less)** Ensure that less can read the lesskey file - (af48eca) - Soispha
+- **(hm/conf/less)** Correctly export less variables - (a9ed7c6) - Soispha
+- **(hm/conf/less)** Add arguments to MANPAGER back - (90c1c9f) - Soispha
+- **(hm/conf/unison)** Correctly implement path ignoring - (e341aea) - Soispha
+- **(hm/conf/unison)** Ignore links and the task dir - (e033172) - Soispha
+- **(hm/conf/unison)** Set UNISON dir - (4116272) - Soispha
+- **(hm/conf/unison)** Add unison to PATH - (adbddd2) - Soispha
+- **(hm/conf/unison)** Correct names so that systemd can use them - (722e0b4) - Soispha
+- **(hm/conf/unison)** Quickly disable to ensure consistent (manual) updates - (878f9b7) - Soispha
+- **(hm/files)** Add manifest.json symlink - (084e140) - Soispha
+- **(hm/files)** Generate manifest.json to help home-manager - (7fba735) - Soispha
+- **(hm/files/manifest_json)** Make the ln idempotent - (cdf4dde) - Soispha
+- **(hm/impermanence)** Persist `~/.local/state/mpv` - (6601bdf) - Soispha
+- **(hm/pkgs)** Remove old `comments` scripts and use rust rewrite - (d711c5f) - Soispha
+- **(hm/pkgs/neorg)** Add execution permission - (f25b69f) - Soispha
+- **(hm/pkgs/neorg/utils)** Use correct DOM access path - (a4d81fe) - Soispha
+- **(hm/pkgs/scr/spec/ytcc/comments)** Add `wl-clipboard` to support copy - (3c855a3) - Soispha
+- **(hm/pkgs/yts)** Use new rewritten version - (335d6d5) - Soispha
+- **(sys/nixpkgs/pkgs)** Actually add new comments package - (03e9271) - Soispha
+- **(sys/nixpkgs/pkgs/comments)** Export the package under the correct name - (5ccb0b0) - Soispha
+- **(sys/nixpkgs/pkgs/comments)** Reduce copied `expects` - (90a3452) - Soispha
+- **(sys/nixpkgs/pkgs/comments)** Append comments to the back of replies - (5e56177) - Soispha
+- **(sys/nixpkgs/pkgs/comments)** Wrap with correct `fmt` - (1e4bf48) - Soispha
+- **(sys/nixpkgs/pkgs/yt)** Use correct type in json parsing - (f168344) - Soispha
+- **(sys/nixpkgs/pkgs/yt)** Use already existing cargo lock file - (f2c6758) - Soispha
+- **(sys/nixpkgs/pkgs/yt)** Don't remove path as 'yt' and 'yts' need nvim - (b02f39f) - Soispha
+- **(sys/nixpkgs/pkgs/yt/ytc)** Allow watching already watched ids - (3c9e46f) - Soispha
+- **(sys/nixpkgs/update_pkgs)** Allow to hide expansive updates behind flag - (ba72754) - Soispha
+- **(sys/nixpkgs/yt)** Ensure that the downloader downloads everything - (1ccb124) - Soispha
+- **(sys/nixpkgs/yt/constants)** Add extension to last selection path - (0ec39f4) - Soispha
+- **(sys/nixpkgs/yt/downloader)** Be more lenient with yt-dlp exit codes - (d771ab4) - Soispha
+- **(sys/nixpkgs/yt/{yt,ytc})** Ignore sponsor block API access errors - (8e85492) - Soispha
+- **(sys/nixpkgs/yt/{yt,yts})** Correctly wrap them - (094b1e1) - Soispha
+- **(sys/nixpkgs/ytc)** Check if symlink path exists - (2871dfb) - Soispha
+- **(sys/svcs/nix)** Improve some default configuration - (2631fac) - Soispha
+- **(treewide)** Comply with the shell library's new argument names - (98b5114) - Soispha
+#### Build system
+- **(flake)** Update - (27a28f3) - Soispha
+- **(treewide)** Update - (df31b93) - Soispha
+- **(treewide)** Update - (4ad7626) - Soispha
+- **(treewide)** Update - (24c6fb9) - Soispha
+- **(treewide)** Update - (51fdcaf) - Soispha
+- **(treewide)** Update shell library - (7678a8a) - Soispha
+- **(treewide)** Update shell library - (fae6e6a) - Soispha
+- **(treewide)** Update shell library - (86560bc) - Soispha
+- **(treewide)** Update shell library - (bf2895e) - Soispha
+- **(treewide)** Update flake and shell library - (95c9314) - Soispha
+#### Documentation
+- **(hm/pkgs/scrs/neorg/utils)** Fix typo in comment - (8096743) - Soispha
+#### Features
+- **(flake)** Add `pkgs` subattribute - (3a0db9d) - Soispha
+- **(hm/conf/less)** Configure the full lesskey file - (4b17d30) - Soispha
+- **(hm/conf/nvim/plgs/treesitter)** Add custom parser for `yts` - (849cd60) - Soispha
+- **(hm/conf/unison)** Init - (cbe0179) - Soispha
+- **(hm/pkgs/scr/nato)** init - (f45cd31) - Soispha
+- **(hm/pkgs/scr/show)** init - (6099fd8) - Soispha
+- **(hm/pkgs/specific/neorg)** Add draft of rewrite in nu - (361c87c) - Soispha
+- **(hosts)** Disable Steam - (da93c52) - Soispha
+- **(sys/nixpkgs/pkgs)** Add update scripts - (d7d898d) - Soispha
+- **(sys/nixpkgs/pkgs/comments)** Init - (736d448) - Soispha
+- **(sys/nixpkgs/pkgs/yt)** Merge ytc and the rewritten ytc - (089c08a) - Soispha
+- **(sys/nixpkgs/yt)** Add support for the 'url' command - (b53a8d8) - Soispha
+- **(sys/nixpkgs/yt/{yt,ytc})** Persist old selection file - (ba3273c) - Soispha
+#### Refactoring
+- **(hm/pkgs/scrs/specific/neorg/sh)** Split the script into sub-scripts - (94b2cdc) - Soispha
+
+- - -
+
 ## v1.25.0 - 2024-01-07
 #### Bug Fixes
 - **(flake)** Add `cargo` to make the rust language server work - (7aaea01) - Soispha