Add a changelog

This commit is contained in:
fdev31 2023-05-16 18:46:20 +02:00
parent 1ecfa3443c
commit 3f17a84ac6

View file

@ -322,6 +322,50 @@ allow to hide the window when the focus is lost when set to "hide"
number of pixels separating the scratchpad from the screen border
# Changelog
- Add `expose` addon
## 1.3.1
- `monitors` triggers rules on startup (not only when a monitor is plugged)
## 1.3.0
- Add `shift_monitors` addon
- Add `monitors` addon
- scratchpads: more reliable client tracking
- bugfixes
## 1.2.1
- scratchpads have their own special workspaces now
- misc improvements
## 1.2.0
- Add `magnify` addon
- focus fix when closing a scratchpad
- misc improvements
## 1.1.0
- Add `lost_windows` addon
- Add `toggle_dpms` addon
- `workspaces_follow_focus` now requires hyprland 0.25.0
- misc improvements
## 1.0.1, 1.0.2
- bugfixes & improvements
## 1.0
- First release, a modular hpr-scratcher (`scratchpads` plugin)
- Add `workspaces_follow_focus` addon
# Writing plugins
You can start enabling a plugin called "experimental" and add code to `plugins/experimental.py`.