Skip to content

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 25 Jun 03:29

Added

  • Brand identity: an eye mark (open eye + green "available" pupil) in
    assets/vigil.svg, rasterized to PNGs and embedded as the Windows binary
    icon
    + version info (make icons regenerates both from the SVG).
  • Banner: vigil version now prints a masthead — name, tagline, version/
    commit/date, author, contact, and product/source URLs — colored on a terminal,
    plain ASCII when piped or under NO_COLOR (--json unchanged).
  • Network-connection indicator: a live green ● online / red ● offline dot
    in the TUI status strip, an Internet: line in vigil status (online in
    --json), and a network check in vigil doctor. Detection uses the standard
    generate_204 captive-portal probe with a TCP-dial fallback and a short
    timeout (best-effort, silent on failure).
  • Glyph icons in the TUI menu and header (with the eye mark).

Full Changelog: v0.4.0...v0.5.0