about summary refs log tree commit diff stats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2024-01-01 20:06:23 +0100
committerSoispha <soispha@vhack.eu>2024-01-01 20:06:23 +0100
commit545e6a2c300de50f5e7535f934c92c054fd0fce7 (patch)
tree7d633046eb614410b968baff2c42c328a2ce26ed /CHANGELOG.md
parentbuild(treewide): Update (diff)
downloadnixos-config-545e6a2c300de50f5e7535f934c92c054fd0fce7.tar.gz
nixos-config-545e6a2c300de50f5e7535f934c92c054fd0fce7.zip
chore(version): v1.24.0
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0d84df0b..8a381aa4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,25 @@
 All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
 
 - - -
+## v1.24.0 - 2024-01-01
+#### Bug Fixes
+- **(hm/conf/yambar)** Add some padding - (85a6304) - Soispha
+- **(hm/conf/yambar/config)** Use correct anchor - (acea986) - Soispha
+- **(hm/conf/yambar/scripts/sound_volume)** Add higher sleep time - (05ff197) - Soispha
+- **(hm/conf/ytcc)** Use better nested download directories - (df7ce08) - Soispha
+- **(hm/conf/ytcc/conf)** Remove duplicated config key - (43eb4d1) - Soispha
+- **(hm/pkgs/ytc)** Wait for last mpv instance to exit before starting burndown - (0d09df6) - Soispha
+- **(hm/pkgs/ytc)** Improve cli output - (fae4583) - Soispha
+#### Build system
+- **(treewide)** Update - (076b147) - Soispha
+#### Features
+- **(hm/conf/yambar)** Show currently playing song in bar - (f3ca160) - Soispha
+- **(hm/conf/ytcc)** Init - (4ace681) - Soispha
+- **(hm/pkgs/ytc)** Init - (2c2458c) - Soispha
+- **(hm/pkgs/yts)** Init - (b155308) - Soispha
+
+- - -
+
 ## v1.23.0 - 2023-12-31
 #### Bug Fixes
 - **(hm/conf/task/hooks/)** Correctly wrap python hooks to add timewarrior - (3cc639d) - Soispha