Releases: ishuah/bifrost
Releases · ishuah/bifrost
v1.5.2
v0.4.0
What's Changed
- Unbuffer reading the port for real-time interaction by @puhitaku in #21
- Some housekeeping using
go mod tidy
- Farewell with a fresh line: added a
\n
around "bye!"
- Some housekeeping using
- Bump golang.org/x/sys from 0.0.0-20190215142949-d0b11bdaac8a to 0.1.0 by @dependabot in #22
New Contributors
Full Changelog: v0.3.2...v0.4.0
v0.3.2
v0.2.2
v0.2.1
v0.2.0
Notes
Happy to announce the first stable version of bifrost!
This version supports scrolling (view your history by simply scrolling up), proper window dimensions and a faster command interface.
PRs and issues are welcome!
v0.1.21-rc1
Changelog
- Better screen erase functions
- Gracefully handle serial disconnect
- Attempt to reestablish serial connection once it's lost
v0.1.20-rc1
First version featuring an ANSI control sequence parser and a stable serial port connection.