Skip to content

v0.2.2

Latest

Choose a tag to compare

@github-actions github-actions released this 17 Mar 13:56

Fixed

  • Terminal.app exits when resetting background color — OSC 111
    (\033]111\007) causes Terminal.app to exit cleanly (no crash report) when
    processing the sequence, likely due to its parser partially matching OSC 11
    then encountering unexpected input. Replaced all OSC 111 usage with OSC 11
    set to Terminal.app's default background color (5866, 5866, 5866).

Changed

  • Increased red/green brightness ~25% to better match v0.1 AppleScript appearance