diff options
| author | Don Williams <don.e.williams@gmail.com> | 2026-01-22 19:04:18 -0500 |
|---|---|---|
| committer | Don Williams <don.e.williams@gmail.com> | 2026-01-22 19:25:45 -0500 |
| commit | a64c7f7f3ecfe188af8723a10d18a1c0ce6d2665 (patch) | |
| tree | e47efbe52fc78e0d75bc1fbe11ce79f3e27f78e5 | |
| parent | 8eae87e4361e33eb75547911da86a850d5504798 (diff) | |
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
| -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 |
