0.1.2
0.1.2 - 2026-06-13
Features
- (cli) added arg for setting outgoing newline encoding - (7b3fc5b) - @mroetsc
- (cli) added argument for local echo; also added to settings and state struct - (f87d6a9) - @mroetsc
- (cli) added option to not lock the port - (1b00b37) - @mroetsc
- (serial) enum for newline encodings - (bab71f2) - @mroetsc
- (state) echo_local function to show locally typed bytes - (96fa0c8) - @mroetsc
- (ui) added outgoing newline option in settings - (5c11339) - @mroetsc
- send newline configured newline to connected device - (42ce5bb) - @mroetsc
Bug Fixes
- (ui) control mode hardly readable on light terminals - (d0c79b2) - @mroetsc
- no lock can only work on unix systems - (f474100) - @mroetsc