v0.2.0
Features
- Bound docker log backlog on attach with configurable tail by @iberflow in 9865a89.
- Log a reconnect notice when docker stack is already up by @iberflow in 296437a.
- Show restart and help key hints in the scroll footer by @iberflow in efcc415.
- Allow tabbing in zen mode by @iberflow in 26cf994.
Fixes
- Clear runner slot on exit to harden restart by @iberflow in 49bc1ad.
- Don't restart self-reloading node dev servers on source edits by @iberflow in f47e603.
- Zen -z start blanked the screen; cap view-switch flush to a screenful by @iberflow in ae28048.
- Stream full docker log history on attach (--tail all) by @iberflow in ec4ddb7.
- Show recent docker logs on attach via --tail, drop reconnect notice by @iberflow in 5186ac9.
- Keep docker stack up on quit and skip log replay on reconnect by @iberflow in bf45a39.
Refactors
Chores & Other
Full Changelog: v0.1.3...v0.2.0
Install
# go
go install github.com/toaweme/blink/cmd/blink@v0.2.0
# homebrew (macos/linux)
brew install toaweme/tap/blink
# scoop (windows)
scoop bucket add toaweme https://github.com/toaweme/scoop-bucket
scoop install toaweme/blink
# binary (linux x64; swap os/arch as needed)
wget -qO- https://github.com/toaweme/blink/releases/download/v0.2.0/blink_0.2.0_linux_x64.tar.gz | tar xz