Skip to content

Releases: ishuah/bifrost

v0.3.2

04 May 12:15
Compare
Choose a tag to compare

Squashing some technical debt.

Changelog

  • Upgrade to Go version 1.19
  • Created a release for the Apple M1

v0.2.2

29 Jan 12:07
Compare
Choose a tag to compare

This is a minor feature release!

Changelog

  • Save and load connection details to a config file
  • Support Delete key press event
  • Switched to Go modules

v0.2.1

17 Aug 11:33
Compare
Choose a tag to compare

This is a tech-debt-squash release.

Changelog

  • Added test coverage
  • Better key event detection
  • Improved error handling
  • Added documentation

v0.2.0

26 Jun 05:18
Compare
Choose a tag to compare

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

12 Apr 17:47
Compare
Choose a tag to compare
v0.1.21-rc1 Pre-release
Pre-release

Changelog

  • Better screen erase functions
  • Gracefully handle serial disconnect
  • Attempt to reestablish serial connection once it's lost

v0.1.20-rc1

08 Mar 11:14
Compare
Choose a tag to compare
v0.1.20-rc1 Pre-release
Pre-release

First version featuring an ANSI control sequence parser and a stable serial port connection.