- Ensure that virtual terminal sequences are processed on Windows when raw mode is enabled. This is needed for bash/terminal-colorsaurus#19.
- Update
windows-sys
dependency to 0.59.
- Tests can now be run directly from the packaged sources instead of relying on in-tree sources.
- Remove private
__test_unsupported
feature.
- Breaking:
lock()
now ignores poisoning errors, removing the need forPoisonError
.
Initial release