Skip to content

Latest commit

 

History

History
53 lines (29 loc) · 1.64 KB

File metadata and controls

53 lines (29 loc) · 1.64 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[v0.3.1] - 2026-04-06

Added

  • Add parsing of DECRPM for mode 2026 (grapheme clustering)

[v0.3.0] - 2026-03-26

Added

  • Add parsing of OSC dynamic color sequences from the terminal. (980077903880)
  • Add CSI sequences for the Kitty Multiple Cursor protocol. (#14)

Fixed

  • Catch OSC sequences in the Event::is_escape predicate. (3c1e399b8dd1)

[v0.2.0] - 2026-03-14

Added

  • Implement legacy console API for Windows (#16)
  • Add OSC sequences for changing and resetting terminal colors (#17)

Fixed

  • Fix reading VT data which includes non-ASCII characters from Windows (#15)

[v0.1.1] - 2025-09-12

Added

  • Expose the Parser type (#12)

Fixed

  • Fix overflowing subtraction on large mouse positions without SGRMouse enabled (#11)
  • Fix Illumos build by avoiding compiling macOS-specific polling functions (#13)

[v0.1.0] - 2025-08-31

Added

  • Initial publish