Skip to content

v0.5.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 18 Dec 17:06

[0.5.1] - 2024-12-18

Added

  • Text over TCP: Added support for C++ and hex style control characters to e.g. add a new line, tab or a carriage return
    • C++ style characters can be escaped with a single additional backslash (e.g. \\n)
    • Hex style characters can be escaped with "0\\\" (e.g. 0\\\0x09)

Full Changelog: v0.5.0...v0.5.1