From df217fdf31025d531a665706015f114d0a93a075 Mon Sep 17 00:00:00 2001 From: mixeme Date: Tue, 23 Jun 2026 22:25:45 +0300 Subject: [PATCH] P6.1: confirm Fyne 2.7.4 upgrade; mark done go.mod already pins fyne.io/fyne/v2 v2.7.4 (latest 2.7.x). Verified go mod tidy is a no-op and rebuilt under MSYS2 UCRT64/CGO: build, vet, and go test -race ./... all green with no code changes. 2.7 changelog review found no breaking changes affecting GoSentry. Co-Authored-By: Claude Opus 4.8 --- docs/PRE-RELEASE-TASKS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/PRE-RELEASE-TASKS.md b/docs/PRE-RELEASE-TASKS.md index 81a59e1..7ea71e4 100644 --- a/docs/PRE-RELEASE-TASKS.md +++ b/docs/PRE-RELEASE-TASKS.md @@ -109,7 +109,7 @@ These land together because both edit `domain/job.go` and `storage/store.go`. - [x] P5.2 — Size-appropriate per-platform icons (tray small; window via `.ico`/`IconSmall`); verify `.ico` ### Phase 6 — Fyne 2.7 upgrade + tray click -- [ ] P6.1 — Bump Fyne to 2.7.x; rebuild +- [x] P6.1 — Bump Fyne to 2.7.x; rebuild - [ ] P6.2 — `SetSystemTrayWindow` left-click-to-show - [ ] P6.3 — Re-measure startup → PERFORMANCE.md