From dccb598b8c09c16136ff61aed18ffed01d96f829 Mon Sep 17 00:00:00 2001 From: mixeme Date: Thu, 25 Jun 2026 23:22:22 +0300 Subject: [PATCH] docs: add roadmap item for window size not saved when maximized Co-Authored-By: Claude Sonnet 4.6 --- docs/ROADMAP.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/ROADMAP.md b/docs/ROADMAP.md index 73dfb38..fea395e 100644 --- a/docs/ROADMAP.md +++ b/docs/ROADMAP.md @@ -5,6 +5,15 @@ Completed work is recorded in [CHANGELOG.md](CHANGELOG.md), not here. ## Open Items +### Window size — skip saving when maximized + +When the window is closed or the app quits while maximized, the maximized +dimensions are persisted and the window opens at that size on the next launch. +The fix requires detecting the window's maximized state via the native OS API +(`IsZoomed` on Windows, `_NET_WM_STATE` on X11/Linux, `NSWindow.isZoomed` on +macOS). A platform-specific implementation per OS is needed; a cross-platform +Fyne API for this does not exist in v2.x. + ### History tab — column filters (Trigger / Job / State) Add dropdown filters above the History table so the user can narrow rows by