aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMartin Guzman <55927935+brockar@users.noreply.github.com>2025-11-22 13:42:39 -0300
committerGitHub <noreply@github.com>2025-11-22 13:42:39 -0300
commitbcfd5e7c2b67f0a62b1ceeb62d20b0a80ca55a70 (patch)
treee87f649fe0c9d8f382b8f465d1468b6495fb5886 /CHANGELOG.md
parentc862835221decf03b6640bb43e4044861cceaa04 (diff)
parent1351220a092414ae593bc006e3a3ebc09523198d (diff)
Merge pull request #871 from JaKooLit/development
[Bug] Change to waybar sleep timers was too long, slowed down waybar start/refressh
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md34
1 files changed, 31 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cd0effc4..f6623708 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,19 +1,46 @@
# Changelog — JAK's Hyprland Dotfiles
+## v2.3.18 — 2025-11-05
+
+- 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.
+
## October 2025
+### ⌨️ Keybinds
+
+- Convert Hyprland keybinds to description form (`bindd`, `bindld`, `binded`,
+ `bindmd`, `bindlnd`) in `config/hypr/...`.
+- Add concise descriptions for each keybind; keep the name "powermenu".
+- Update `config/hypr/scripts/KeyBinds.sh` to parse and display descriptions
+ as: MODS+KEY — DESCRIPTION — DISPATCHER [PARAMS].
+
### 🐛 Fixes
+- Updated `/bin/bash` to `/usr/bin/env bash`
- Correct `windowrule` syntax error.
- Ensure wallpaper selector applies wallpaper to SDDM.
- Update theme colors when a new wallpaper is selected.
+### 🖥️ Jak dotfiles version now in `fastfetch` output.
+
### 🌦️ Weather.py
+Key Changes:
+
+- 2nd Weather.py Update by prabinpanta0
- ♻️ Substantial rewrite.
-- ✅ Launches properly in Waybar.
-- 📍 Improved location detection; overridable variables exposed.
-- 🌐 Switched to Open-Meteo for weather data with fallback providers.
+- ✨ New unified weather entrypoint (weatherWrap.sh)
+ - With Python-first execution
+- 🔒 Automatic weather updates before screen lock
+- 🚀 Weather cache initialization at session startup
+- 🛡️ Enhanced error handling and fallback mechanisms
+- 📍 Automatic location detection via IP geolocation
+- 🎨 Improved weather condition mapping and JSON output
### 🖥️ Support for debian and ubuntu installs
@@ -34,6 +61,7 @@
### 👥 Contributors
+- [prabinpanta0](https://github.com/prabinpanta0)
- [CharlyMH](https://github.com/CharlyMH)
- [ndeekshith](https://github.com/ndeekshith)
- [SherLock707](https://github.com/SherLock707)
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage