Skip to content

v0.8.1

Choose a tag to compare

@github-actions github-actions released this 04 Jul 20:14
· 52 commits to main since this release

What's new

  • Installable PWA — Pharos is now installable as a Progressive Web App with stable port identity. Run pharos start and use the browser's install prompt for an app-like window.
  • Windows app icon & metadata — the .exe now carries an embedded icon and version/company metadata (DPI-aware manifest included), so go install produces a binary that doesn't trip AV heuristics. Generated via scripts/gen-winres.sh.
  • Windows process cleanuppharos stop now uses taskkill on Windows for reliable subprocess teardown.
  • Build output moved to bin/pharos build writes to bin/pharos (gitignored), cleanly separated from dist/ (GoReleaser output) and .bin/ (tailwind CLI). The Makefile build/clean targets follow.
  • About page — external links open in a new tab with rel="noopener".

Full Changelog: v0.8.0...v0.8.1