Releases: lzambarda/hbt
Releases · lzambarda/hbt
v0.2.1
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
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
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
- 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
v0.0.5-alpha
Periodic save
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 🎉
Minimum functionality has been implemented and you can now try to use hbt in your terminal.