Skip to content

Releases: toaweme/blink

v0.5.0

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

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 10 Jul 10:42
v0.4.0
6db7833

Features

Fixes

Documentation

CI & Build

Chores & Other

New Contributors

Full Changelog: v0.3.0...v0.4.0

Install

# go
go install github.com/toaweme/blink/cmd/blink@v0.4.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.4.0/blink_0.4.0_linux_x64.tar.gz | tar xz

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 06 Jul 13:53
v0.3.0
4bea222

Features

  • Best-effort Windows port probing via netstat and process tree by @iberflow in e64b6a4.
  • Drop ephemeral ports from runtime probe results by @iberflow in 37387f2.

Fixes

  • Keep hand-edited ports from being overwritten by stale probe results by @iberflow in 211e1fb.

Full Changelog: v0.2.1...v0.3.0

Install

# go
go install github.com/toaweme/blink/cmd/blink@v0.3.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.3.0/blink_0.3.0_linux_x64.tar.gz | tar xz

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 05 Jul 12:48
v0.2.1
0787001

Fixes

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

Install

# go
go install github.com/toaweme/blink/cmd/blink@v0.2.1

# 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.1/blink_0.2.1_linux_x64.tar.gz | tar xz

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 05 Jul 11:39
v0.2.0
dba5d8c

Features

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

  • Coalesce log bursts into one render to stop backlog scroll animation by @iberflow in a982245.

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

v0.1.3

Choose a tag to compare

@github-actions github-actions released this 03 Jul 09:27
v0.1.3
52fa41f

Features

Documentation

Refactors

Chores & Other

Full Changelog: v0.1.2...v0.1.3

Install

# go
go install github.com/toaweme/blink/cmd/blink@v0.1.3

# 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.1.3/blink_0.1.3_linux_x64.tar.gz | tar xz

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 01 Jul 14:02
v0.1.2
2c701de

Documentation

  • Consolidate install options and add binary download example by @iberflow in 03914e7.

Full Changelog: v0.1.1...v0.1.2

Install

# go
go install github.com/toaweme/blink/cmd/blink@v0.1.2

# homebrew
brew install toaweme/tap/blink

# binary (linux x64; swap os/arch as needed)
wget -qO- https://github.com/toaweme/blink/releases/download/v0.1.2/blink_0.1.2_linux_x64.tar.gz | tar xz

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 01 Jul 13:54
v0.1.1
06f7a86

Chores & Other

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

Install

# go
go install github.com/toaweme/blink/cmd/blink@v0.1.1

# homebrew
brew install toaweme/tap/blink

# binary (linux x64; swap os/arch as needed)
wget -qO- https://github.com/toaweme/blink/releases/download/v0.1.1/blink_0.1.1_linux_x64.tar.gz | tar xz

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 01 Jul 13:46
v0.1.0
e01c674

Features

Fixes

Documentation

Refactors

CI & Build

Chores & Other

Install

# go
go install github.com/toaweme/blink/cmd/blink@v0.1.0

# homebrew
brew install toaweme/tap/blink

# binary (linux x64; swap os/arch as needed)
wget -qO- https://github.com/toaweme/blink/releases/download/v0.1.0/blink_0.1.0_linux_x64.tar.gz | tar xz