Commit bcb28bd
chore: release (#31)
This PR was opened by the [Changesets
release](https://github.com/changesets/action) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.
# Releases
## [email protected]
### Minor Changes
- 48be2ba: Add standalone binary distribution via Bun compile
- Build standalone binaries for 5 platforms: linux-x64, linux-arm64,
darwin-x64, darwin-arm64, windows-x64
- Auto-detect system browsers (Chrome, Edge, Chromium) with fallback to
Playwright's bundled Chromium
- Binaries are built automatically on GitHub releases via the
build-binaries workflow
- No Node.js required to run the standalone binary
- 0b6ef74: Add --workers flag for parallel screenshot capture
- Add `--workers <count>` CLI flag to run multiple capture workers
concurrently
- Speed up large screenshot collections at the cost of more system
resources
- Default is 1 (sequential capture, same as before)
- 1426b83: Refactor codebase into modular structure and improve CLI test
coverage
- Extract browser.ts into modular `src/browser/` folder
- Extract CLI into modular `src/cli/` folder
- Extract sync into modular `src/sync/` folder
- Replace string-based page.evaluate with typed functions
- Expand CLI test coverage (9 → 24 tests)
- Remove dead CLI flags (`--omit-background`, `--timeout`) that were
never wired through
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>1 parent 5b98825 commit bcb28bd
File tree
5 files changed
+24
-32
lines changed- .changeset
5 files changed
+24
-32
lines changedThis file was deleted.
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
3 | 26 | | |
4 | 27 | | |
5 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments