v1.11.2

Vanessa219/vditorv1.11.2May 24, 2026by skyfallsin

AI Summary

This release adds a CLI binary executable named 'camofox-browser' that can be run standalone via npx or installed globally. The executable runs on port 9377 and uses the same environment variables as source installations.

Key Highlights

  • Adds 'camofox-browser' CLI executable
  • Can run standalone via npx @askjo/camofox-browser
  • Supports global installation with npm install -g
  • Uses default port 9377 with configurable environment variables

New Features

  • CLI binary executable for standalone operation
  • Npx execution support
  • Global npm installation support

Full Release Notes

## CLI Binary

The npm package now installs a `camofox-browser` executable.

Run standalone from npm:

```bash
npx @askjo/camofox-browser
```

Or install globally:

```bash
npm install -g @askjo/camofox-browser
camofox-browser
```

Default port is still `9377`; configure via the same environment variables as source installs.