diff options
| author | Donald Williams <129223418+dwilliam62@users.noreply.github.com> | 2026-07-03 08:43:30 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-07-03 08:43:30 -0400 |
| commit | 09f47360d1d520ea7746d3a9f0045ffcf2af7d72 (patch) | |
| tree | 8fef34dc169a6287ddd4e4260e660382819857ce /CHANGELOG.md | |
| parent | 4166fc30fb567f95c3513ede44f0e117448c0e5f (diff) | |
Development to main - fix changelog and animation files (#86)
* Created v2.3.26 development branch
Signed-off-by: Don Williams <don.e.williams@gmail.com>
On branch development
Changes to be committed:
modified: CHANGELOG.md
modified: config/hypr/configs/ENVariables.conf
modified: config/hypr/lua/env.lua
renamed: config/hypr/v2.3.25 -> config/hypr/v2.3.26
* Fixed bezier control point values out-of-range
Signed-off-by: Don Williams <don.e.williams@gmail.com>
On branch development
Your branch is up to date with 'origin/development'.
Changes to be committed:
modified: CHANGELOG.md
modified: config/hypr/animations/00-default.conf
modified: config/hypr/animations/00-default.lua
modified: config/hypr/animations/01-default - v2.conf
modified: config/hypr/animations/01-default - v2.lua
modified: config/hypr/animations/END-4.conf
modified: config/hypr/animations/END-4.lua
modified: config/hypr/animations/HYDE - default.conf
modified: config/hypr/animations/HYDE - default.lua
modified: config/hypr/animations/HYDE - minimal-1.conf
modified: config/hypr/animations/HYDE - minimal-1.lua
modified: config/hypr/animations/HYDE - optimized.conf
modified: config/hypr/animations/HYDE - optimized.lua
modified: config/hypr/animations/ML4W - classic.conf
modified: config/hypr/animations/ML4W - classic.lua
modified: config/hypr/animations/ML4W - dynamic.conf
modified: config/hypr/animations/ML4W - dynamic.lua
modified: config/hypr/animations/ML4W - fast.conf
modified: config/hypr/animations/ML4W - fast.lua
modified: config/hypr/animations/ML4W - high.conf
modified: config/hypr/animations/ML4W - high.lua
modified: config/hypr/animations/ML4W - moving.conf
modified: config/hypr/animations/ML4W - moving.lua
modified: config/hypr/animations/ML4W - standard.conf
modified: config/hypr/animations/ML4W - standard.lua
modified: config/hypr/animations/Mahaveer - me-1.conf
modified: config/hypr/animations/Mahaveer - me-1.lua
modified: config/hypr/animations/Mahaveer - me-2.conf
modified: config/hypr/animations/Mahaveer - me-2.lua
* Fixed bad SED substitution
Signed-off-by: Don Williams <don.e.williams@gmail.com>
* Added new animation inspired by amitpadhan525
https://github.com/amitpadhan525
Added animations for other features like windowsIn/Out/Move, etc
Signed-off-by: Don Williams <don.e.williams@gmail.com>
On branch development
Your branch is up to date with 'origin/development'.
Changes to be committed:
new file: config/hypr/animations/amitpadhan.conf
new file: config/hypr/animations/amitpadhan.lua
* Added acrediation in file for amitpadhan525
Signed-off-by: Don Williams <don.e.williams@gmail.com>
* docs: Updated change log, fixed fullscreen keybind (#85)
Co-authored-by: sharof <pardaev.sharofiddin@technobiz.sg>
---------
Signed-off-by: Don Williams <don.e.williams@gmail.com>
Co-authored-by: sharofiddin <pardayev.sharofiddin@gmail.com>
Co-authored-by: sharof <pardaev.sharofiddin@technobiz.sg>
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f06eef0..8481a0dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog — KoolDots +## v2.3.26 + +## Fixed: + +- Some animation bezier values out-of-range + - Fixed both hyprlang and lua config files + +## Updated: + +## Changed: + ## v2.3.25 ## Fixed @@ -44,6 +55,7 @@ - NVIDIA Hybrid laptops have issues with cursors and GDM - Added more defensive code with fallbacks - Dynamic wallpaper is now also per monitor + ## Fixed: - Disabled LayerRule for swaync @@ -129,7 +141,7 @@ - Not supported and no longer needed - Reset binding for fullscreen and maximize - `SUPER + F` is maximize - - `SHIFT + SHIFT + F` is fullscreen + - `SUPER + SHIFT + F` is fullscreen - Now works in all layouts - Enabled 12 min timer on turning off monitor - For a very long that's been disabled by default @@ -138,6 +150,7 @@ - Compliant with standard especially with `UWSM` --- + - `Hyprlock.conf` and `Hyprlock-1080.conf` were removed, re-added ## v2.3.24 |
