mirror of
https://github.com/samsonjs/Peekaboo.git
synced 2026-04-27 15:07:41 +00:00
- Added new "auto" capture focus mode that intelligently brings windows to foreground only when needed - Changed default capture_focus from "background" to "auto" for better screenshot success rates - Fixed list tool server_status validation to allow empty include_window_details arrays - Added comprehensive tests for new auto mode functionality - Enhanced error messages for better user experience 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
4 lines
132 B
Swift
4 lines
132 B
Swift
// This file is auto-generated by the build script. Do not edit manually.
|
|
enum Version {
|
|
static let current = "1.0.0-beta.16"
|
|
}
|