Releases: ishuah/bifrost
Releases · ishuah/bifrost
v1.5.3
What's Changed
Improvements
- Upgrade Go version from 1.19 to 1.22 - Modernized codebase with latest Go features and security updates
- Improved error handling - Errors now exit with code 1 for proper CLI behavior in scripts
- Code refactoring - Reduced duplication with shared SerialPort interface
Maintenance
- Removed deprecated dep files (Gopkg.toml/Gopkg.lock)
- Fixed TestPollKeyEvents race condition on Linux
Full Changelog: v1.5.2...v1.5.3
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
\naround "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.