Skip to content

browsercli v1.0.4

Latest

Choose a tag to compare

@github-actions github-actions released this 26 Feb 20:28
· 4 commits to main since this release

Added

  • Built-in templates -- 4 starter templates (tailwind, dashboard, chart, form) ship with the binary, no plugins needed. Use browsercli start --template <name>. All templates use Tailwind CSS v4 CDN with zero build step.
  • TROUBLESHOOTING.md -- comprehensive guide covering browser detection, port conflicts, headless mode, permissions, and more
  • Improved browser-not-found error -- platform-specific install instructions (macOS/Linux/Windows) shown when no Chromium browser is detected

Changed

  • plugin list now displays built-in templates alongside plugin-provided templates
  • README and README_CN updated with built-in template documentation and troubleshooting section