Skip to content

v0.5.0

Latest

Choose a tag to compare

@github-actions github-actions released this 13 Jul 12:12
v0.5.0
f08aee1

Features

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

  • Drop the env vars that only mirror flags, keep config and paths by @iberflow in 7db9722.

CI & Build

  • Publish code.json via codereport action by @iberflow in #5.

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