From a64c7f7f3ecfe188af8723a10d18a1c0ce6d2665 Mon Sep 17 00:00:00 2001 From: Don Williams Date: Thu, 22 Jan 2026 19:04:18 -0500 Subject: Moved version to v2.3.20 On branch development Your branch is ahead of 'origin/development' by 1 commit. (use "git push" to publish your local commits) Changes to be committed: modified: CHANGELOG.md modified: config/hypr/configs/ENVariables.conf renamed: config/hypr/v2.3.19 -> config/hypr/v2.3.20 --- CHANGELOG.md | 10 ++++++++++ config/hypr/configs/ENVariables.conf | 2 +- config/hypr/v2.3.19 | 5 ----- config/hypr/v2.3.20 | 5 +++++ 4 files changed, 16 insertions(+), 6 deletions(-) delete mode 100644 config/hypr/v2.3.19 create mode 100644 config/hypr/v2.3.20 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.19 deleted file mode 100644 index 31b3414d..00000000 --- a/config/hypr/v2.3.19 +++ /dev/null @@ -1,5 +0,0 @@ -### https://github.com/JaKooLit ### -## https://github.com/JaKooLit/Hyprland-Dots -## This is to have a reference of which version would be - -## note that this will always be higher than the released versions \ No newline at end of file diff --git a/config/hypr/v2.3.20 b/config/hypr/v2.3.20 new file mode 100644 index 00000000..31b3414d --- /dev/null +++ b/config/hypr/v2.3.20 @@ -0,0 +1,5 @@ +### https://github.com/JaKooLit ### +## https://github.com/JaKooLit/Hyprland-Dots +## This is to have a reference of which version would be + +## note that this will always be higher than the released versions \ No newline at end of file -- cgit v1.2.3