From 20bdfa5cfcd017c0f6cfa403214a5e99035b8cdb Mon Sep 17 00:00:00 2001 From: thewh1teagle <61390950+thewh1teagle@users.noreply.github.com> Date: Fri, 17 Jan 2025 19:21:29 +0200 Subject: [PATCH] feat(window-state): Introduce filter callback for dynamic window exclusion --- .changes/window-state-filter-callback.md | 6 ++++++ .changes/window-state-glob-pattern-denylist.md | 6 ------ 2 files changed, 6 insertions(+), 6 deletions(-) create mode 100644 .changes/window-state-filter-callback.md delete mode 100644 .changes/window-state-glob-pattern-denylist.md diff --git a/.changes/window-state-filter-callback.md b/.changes/window-state-filter-callback.md new file mode 100644 index 00000000..a4ca33b9 --- /dev/null +++ b/.changes/window-state-filter-callback.md @@ -0,0 +1,6 @@ +--- +window-state: patch +window-state-js: patch +--- + +Introduces a filter callback to exclude specific windows from saving their state. This allows for more flexibility by enabling dynamic exclusion of windows based on custom logic. \ No newline at end of file diff --git a/.changes/window-state-glob-pattern-denylist.md b/.changes/window-state-glob-pattern-denylist.md deleted file mode 100644 index d5dbaab6..00000000 --- a/.changes/window-state-glob-pattern-denylist.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -window-state: patch -window-state-js: patch ---- - -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.