From 3f17a84ac63a3ddc69e549d2c4fb54b6de05be65 Mon Sep 17 00:00:00 2001 From: fdev31 Date: Tue, 16 May 2023 18:46:20 +0200 Subject: [PATCH] Add a changelog --- README.md | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/README.md b/README.md index 74c071c..cdfa0d7 100644 --- a/README.md +++ b/README.md @@ -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`.