Skip to content

Releases: ishuah/bifrost

v1.5.2

26 Mar 13:40
Compare
Choose a tag to compare

What's Changed

  • Added Windows Support by @ishuah in #23
  • Some improvements in how configs are saved and loaded

Full Changelog: v0.4.0...v1.5.2

v0.4.0

11 Feb 11:51
Compare
Choose a tag to compare

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!"
  • 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

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.