Features
- Show the project path in the help modal header by @iberflow in 00f8243.
- Disable builtin bubbles scroll keys by @iberflow in 857e12d.
- Allow disabling services by @iberflow in 4c8fe3a.
Fixes
- Show port and reload warnings in the TUI, not just plain mode by @iberflow in 0caf7ab.
- Report a crashed dependency instead of waiting for it forever by @iberflow in 4503d18.
- Make hand-written go/node/docker config work like blink init by @iberflow in 38800f2.
- Honor zen from the config file and reject invalid on/off values by @iberflow in 51eeba5.
- Remove config options that did nothing and validate package_manager by @iberflow in 34a760c.
- Warn when a port set via an env var cannot be resolved by @iberflow in 8faeeea.
- Correct wrong key labels and action names in the help modal by @iberflow in e304780.
- Match watched file extensions no matter the case by @iberflow in ea97fde.
Documentation
Refactors
CI & Build
Chores & Other
Full Changelog: v0.4.0...v0.5.0
Install
# go
go install github.com/toaweme/blink/cmd/blink@v0.5.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.5.0/blink_0.5.0_linux_x64.tar.gz | tar xz