From 832e99045afab3953cb85297fcffe55710b8195c Mon Sep 17 00:00:00 2001 From: thewh1teagle <61390950+thewh1teagle@users.noreply.github.com> Date: Fri, 17 Jan 2025 01:08:09 +0200 Subject: [PATCH] changefile --- .changes/window-state-glob-pattern-denylist.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .changes/window-state-glob-pattern-denylist.md diff --git a/.changes/window-state-glob-pattern-denylist.md b/.changes/window-state-glob-pattern-denylist.md new file mode 100644 index 000000000..572ec2590 --- /dev/null +++ b/.changes/window-state-glob-pattern-denylist.md @@ -0,0 +1,7 @@ +--- +"window-state": minor:feat +--- + +feat(window-state): Add glob pattern support to denylist for flexible window management + +This change introduces the ability to use glob patterns in the denylist for windows that shouldn't be tracked and managed. This allows for more flexible window matching, such as ignoring multiple windows that fit a certain naming pattern.