v0.8.1
What's new
- Installable PWA — Pharos is now installable as a Progressive Web App with stable port identity. Run
pharos startand 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 installproduces a binary that doesn't trip AV heuristics. Generated viascripts/gen-winres.sh. - Windows process cleanup —
pharos stopnow usestaskkillon Windows for reliable subprocess teardown. - Build output moved to
bin/—pharos buildwrites tobin/pharos(gitignored), cleanly separated fromdist/(GoReleaser output) and.bin/(tailwind CLI). The Makefilebuild/cleantargets follow. - About page — external links open in a new tab with
rel="noopener".
Full Changelog: v0.8.0...v0.8.1