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
Fixed overlay width jitter (#2): The overlay now maintains a stable 3-digit baseline width for FPS and 1% low metrics. The widget no longer shrinks, expands, or jumps horizontally on screen when framerates fluctuate around the 100 FPS boundary (e.g., between 90 and 110 FPS). Higher framerates ($\ge 1000$ FPS) are still dynamically accommodated so numbers are never cut off.
Modernized Windows API bindings: Upgraded the windows-rs dependencies to 0.62 and updated Win32 GDI/DWM calls for improved stability and compatibility with the latest Windows updates.
Test suite coverage: Added automated unit tests to verify overlay dimension stability across framerate fluctuations and scaling settings.