diff options
| -rw-r--r-- | CHANGELOG.md | 10 | ||||
| -rw-r--r-- | config/hypr/configs/ENVariables.conf | 2 | ||||
| -rw-r--r-- | config/hypr/v2.3.20 (renamed from config/hypr/v2.3.19) | 0 |
3 files changed, 11 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c3e8ca96..c733649f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog — JAK's Hyprland Dotfiles +## v2.3.20 + +- Bugfix release +- Fixed issue with express-update + - It bypassed the code to remove duplicates in system vs. user + - Now checks for dups in version <= 2.3.19 + - Improved the checking code for better matching system vs. User + - Merged `tak0dan` update to `Tak0-Autodispatch.sh` script + - Removed stale `nvim` config. It was never copied but not needed + ## v2.3.19 - 2026-01-20 diff --git a/config/hypr/configs/ENVariables.conf b/config/hypr/configs/ENVariables.conf index 2421199c..6be44e9b 100644 --- a/config/hypr/configs/ENVariables.conf +++ b/config/hypr/configs/ENVariables.conf @@ -5,7 +5,7 @@ # environment-variables # Current Version of JakooLit Dotfiles: -env = DOTS_VERSION,2.3.19 +env = DOTS_VERSION,2.3.20 ### Toolkit Backend Variables ### env = GDK_BACKEND,wayland,x11,* diff --git a/config/hypr/v2.3.19 b/config/hypr/v2.3.20 index 31b3414d..31b3414d 100644 --- a/config/hypr/v2.3.19 +++ b/config/hypr/v2.3.20 |
