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 adb.exe detection on Windows for the Heatmap feature
Added Windows default SDK path (%LOCALAPPDATA%\Android\Sdk)
Uses where command instead of which on Windows for PATH lookup
First recomposition false positive fixed
Parameters and states no longer report changed = true on the first recomposition when no previous value exists
Changed
Log format updated — Parameter changes now display with [param] prefix, state changes with [state] prefix for clearer distinction
Tool window actions always visible — Toggle Heatmap, Clear Data, Settings, and GitHub icons moved from hover-only title bar to content toolbar (right-aligned) across all tabs
Tool window icon updated — Changed from monochrome gray to blue color matching the plugin icon
Stability comparison logic extracted to StabilityComparison.kt (PR #105)
Stability configuration parser added as StabilityConfigParser.kt (PR #105)