You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix the macOS 27 AttributeGraph crash by giving the donation prompt an explicit SwiftUI content size and matching AppKit window content rect, avoiding recursive button/window measurement during prompt creation.
Restore Settings title readability with the native titlebar material and soft scroll-edge treatment, hide the Ping History picker label, and bump app, helper, and widget versions to 2.4.2.
Co-Authored-By: Codex <codex@openai.com>
Copy file name to clipboardExpand all lines: RELEASE_NOTES.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,16 @@
1
+
# Ping Warden 2.4.2
2
+
3
+
[Support Ping Warden on Buy Me a Coffee](https://buymeacoffee.com/oliverames)
4
+
5
+
Patch release for the 2.4 line.
6
+
7
+
## Reliability
8
+
-**Donation prompt crash fix**: The support prompt now uses an explicit SwiftUI content size and matching AppKit window content rect. This avoids an unbounded macOS 27 SwiftUI/AppKit button measurement loop that could abort with an AttributeGraph stack overflow.
9
+
-**Dashboard picker layout fix**: The Ping History timeframe segmented control no longer shows a squeezed visible picker label when the dashboard card is narrow.
10
+
-**Settings title readability**: Settings section titles now use the native macOS titlebar material and soft scroll-edge treatment so scrolled content fades underneath without muddying the header text.
11
+
12
+
---
13
+
1
14
# Ping Warden 2.4.1
2
15
3
16
[Support Ping Warden on Buy Me a Coffee](https://buymeacoffee.com/oliverames)
0 commit comments