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: split divider on dark themes (#26), browser downloads to ~/Downloads (#9), shellState dedup guard (#32) (#45)
* fix: lighten split divider on dark backgrounds so it stays visible (#26)
On near-black terminal backgrounds the computed divider was darkened toward
black and vanished. Lighten dark backgrounds with an additive-brightness
helper instead; light backgrounds still darken. An explicit
split-divider-color override always wins. Adds GhosttyConfig divider tests.
* test: guard shellState dedup race in SocketFastPathState (#32)
shouldPublishShellActivity must not record the state it reads, or a report
that never applies (panel absent) suppresses the next identical report and
the activity update is lost. The fix is already on main; this regression
guard locks it in.
* fix: auto-save browser downloads to ~/Downloads, Safari-style (#9)
Replace the NSSavePanel prompt on download completion with a direct move to
~/Downloads, appending " 2", " 3", … on filename collisions like Safari.
0 commit comments