mirror of
https://github.com/samsonjs/Peekaboo.git
synced 2026-04-26 14:57:47 +00:00
1 KiB
1 KiB
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[1.0.0-beta.3] - YYYY-MM-DD
Added
- Enhanced
imagetool to support optional immediate analysis of the captured screenshot by providing aquestionandprovider_config.- If a
questionis given and nopathis specified, the image is saved to a temporary location and deleted after analysis. - If a
questionis given, Base64 image data is not returned in thecontentarray; the analysis result becomes the primary payload, alongside image metadata.
- If a
Changed
- Migrated test runner from Jest to Vitest.
- Updated documentation (
README.md,docs/spec.md) to reflect newimagetool capabilities.
[1.0.0-beta.2] - Previous Release Date
Fixed
- (Summarize fixes from beta.2 if known, otherwise remove or mark as TBD)
Added
- Initial E2E tests for CLI image capture.