Skip to content

Releases: lzambarda/hbt

v0.2.1

02 Nov 09:31
20582f8
Compare
Choose a tag to compare

What's Changed

  • fix(zsh): send request with correct arguments by @lzambarda in #6

Full Changelog: v0.2.0...v0.2.1

v0.2.0

18 Oct 13:25
8060a20
Compare
Choose a tag to compare

What's Changed

  • Add ability to test commands without running a server by @lzambarda in #3

Full Changelog: v0.1.1...v0.2.0

v0.1.1

28 Jan 17:49
c278540
Compare
Choose a tag to compare

What's Changed

  • Fall back del binding to default behaviour by @lzambarda in #2

Full Changelog: v0.1.0...v0.1.1

v0.1.0

21 Jan 14:08
Compare
Choose a tag to compare
  • Add ability to remove some suggestions by pressing "del" when they are shown.
  • Add golangci linter
  • Remove changelogs

Full Changelog: v0.0.5-alpha...v0.1.0

Fix highlighting issue

15 Apr 19:42
v0.0.5-alpha
4706668
Compare
Choose a tag to compare
v0.0.5-alpha

Periodic save

13 Apr 18:13
fdae8d3
Compare
Choose a tag to compare

hbt now periodically saves the internal graph state. By default this happens every 10 minutes but it can be tweaked with the HBT_SAVE_INTERVAL environment variable.
Any valid time.Duration can be used.

Working alpha 🎉

11 Apr 09:44
7c0e43d
Compare
Choose a tag to compare

Minimum functionality has been implemented and you can now try to use hbt in your terminal.