diff options
| author | Don Williams <don.e.williams@gmail.com> | 2025-12-06 13:05:20 -0500 |
|---|---|---|
| committer | Don Williams <don.e.williams@gmail.com> | 2025-12-06 13:05:20 -0500 |
| commit | 58475bc5c42985f865f466d04a642135debe999a (patch) | |
| tree | 7635a426bb6ef1f6fb73daa37730486ba4c67e0d /CHANGELOG.md | |
| parent | 75d256e3ce56abce1754c5182e61cdf6b50c3661 (diff) | |
Updated CHANGELOG.md merged CHANGES-v2.3.18.md
On branch development
Your branch is up to date with 'origin/development'.
Changes to be committed:
modified: CHANGELOG.md
deleted: CHANGES-v2.3.18.md
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 99 |
1 files changed, 86 insertions, 13 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 36ca06c2..0ed39939 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,19 +1,92 @@ # Changelog — JAK's Hyprland Dotfiles -## v2.3.18 — 2025-12-01 +## v2.3.18 — 2025-12-06 -- FIXED: Not all waybars had `custom/nightlight` -- Keybinds: initialize SUPER+J/K at login to match the default layout (master or - dwindle). - - Adds scripts/KeybindsLayoutInit.sh and wires it to Startup_Apps so J/K and O - (togglesplit) are correct on first session. - - ChangeLayout.sh continues to rebind dynamically when layouts are toggled. - - Credits: [Suresh Thagunna](https://github.com/suresh466) for identifying the - mismatch and proposing an auto-alignment approach. -- Startup config sourcing: load vendor Startup_Apps and WindowRules first, then - user overlays, restoring baseline autostarts while keeping user additions. -- Quick Settings: “Edit Startup Apps” opens the full vendor defaults for - clarity. +## FIXES: + +- Fixed: Not all waybars had `custom/nightlight` +- Fixed: `Weather.py` cache wasn't updating when UNITS changed from C to F +- Fixed: Wallpapers with periods in names truncated + - https://github.com/JaKooLit/Hyprland-Dots/pull/873 + - Thanks to @godlyfast for the fix. +- Fixed: Overview Toggle keyind SUPER + A now properly detects QuickShell + - If QS i`overview` fails, or not installed AGS `overview` will be started instead +- Fixed: `Super J/K` cycle next/prev weren't working in both master / dwindle +- Fixed: `Weather.py` one-off run +- Removed: `Hyprsunset` from status group. + - Credit: Alberson Miranda +- Added: more application icons for waybars +- `Weather.py` basically rewritten to improve look and functionality + - Credit: Prabin Panta + - The Jak team also heavily contributed to the rewrite +- Fixed: Waybar + - Changing the waybar config `SUPERALT + B` would sometimes need to be done twice + - Cause: options were incorrect annotated with "👉 ${name}" +- Fixed: `GameMode.sh` to function consistently +- Updated: `WalllustSwww.sh` wallpaper path +- Corrected: Typo in Show Open Apps +- GameMode.sh / Refresh.sh + - Enabling / Disabling repeatedly would result in multiple waybars + - Added additional `sleep` commands in `GameMode.sh` and `Refresh.sh` + - Resolves [Issue 870](https://github.com/JaKooLit/Hyprland-Dots/issues/870) + +## CHANGES: + +- ChangeLayout.sh continues to rebind dynamically when layouts are toggled. + - Credits: [Suresh Thagunna](https://github.com/suresh466) + - For identifying the mismatch and proposing an auto-alignment approach. + +- Startup config order: + - load System Defaults Startup_Apps and WindowRules first + - Then user overlays, restoring baseline autostarts while keeping user additions. +- Lock screen: + - Clock now horizontal and smaller + - Adjust spacing margines of the various fields + - Small changes to color variables Trying to balance colors + - Fixed both 1080 and 2K+ configurations +- `UserConfigs/Startup_App.conf` is now sourced in `hyprland.conf` + - It was being sourced twice +- Some scripts weren't executable + - `scripts/Battery.sh` + - `scripts/ComposeHyprConfigs.sh` + - `scripts/OverviewToggle.sh` + - `scripts/sddm_wallpaper.sh` +- Updated: SWWW to v0.11.2 + - Fixes numerous issues + - Portrait monitors especially + - SWWW isn't being maintained In future will switch to AWWWW +- Added: A message before installing wallpapers that some are AI generated or enhanced +- Changed: `/usr/bin/bash` to `/usr/bin/evn bash` for better portability +- Adjusted: Small change to `DropDownterminal.sh` + - Increased top margin % to center it more + - Widened it. + - These options are settable in the script. + +## FEATURES: + +- Hyprsunset retains last state on/off + - Credit: Alberson Miranda +- Fastfetch now displays the version of the Jak Dotfiles +- `ChangeLayout.sh` + - Dynamically binds SUPER J/K based on current layout + - Previously only worked in Master Layout + - Credit: Suresh Thagunna + - Along with that `KeybindsLayoutInit` script reads current default layout + - Then it adjusts the SUPER J/K keybindings appropriately +- RofiBeats dynamic music system added +- Binds now include descriptions. + - Switched from `bind` to `bindd` + - Improves usability of keybind search +- Add new laptop gesture for zoom system. + +Thanks to everyone that contributed, or reported issues. + +Contributors: + +Alberson Miranda +Prabin Panta +Suresh Thagunna +@goldlyfast ## October 2025 |
