mirror of
https://github.com/samsonjs/Peekaboo.git
synced 2026-04-27 15:07:41 +00:00
chore: Bump version to 1.0.0-beta.19
- Updated package.json version
- Added CHANGELOG entry for beta.19 release
Features in this release:
- Auto-fallback to PNG for invalid format values and screen captures
- Enhanced error messages showing all matching apps for ambiguous identifiers
🤖 Generated with Claude Code
Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
2676decf51
commit
277ae64b61
2 changed files with 3 additions and 1 deletions
|
|
@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [1.0.0-beta.19] - 2025-06-08
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
- Automatic format fallback for screen captures to prevent JavaScript stack overflow errors
|
- Automatic format fallback for screen captures to prevent JavaScript stack overflow errors
|
||||||
- When `format: "data"` is specified for screen captures, the tool automatically falls back to PNG format
|
- When `format: "data"` is specified for screen captures, the tool automatically falls back to PNG format
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@steipete/peekaboo-mcp",
|
"name": "@steipete/peekaboo-mcp",
|
||||||
"version": "1.0.0-beta.18",
|
"version": "1.0.0-beta.19",
|
||||||
"description": "A macOS utility exposed via Node.js MCP server for advanced screen captures, image analysis, and window management",
|
"description": "A macOS utility exposed via Node.js MCP server for advanced screen captures, image analysis, and window management",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue