Peekaboo/peekaboo-cli/Sources/peekaboo/Version.swift
Peter Steinberger 30277bbf6c fix: Prevent format 'data' for screen captures to avoid stack overflow
- Screen captures now reject format: 'data' with clear error message
- Large screen images cause JavaScript stack overflow when base64 encoded
- Application window captures can still use format: 'data'
- Update tests and documentation to reflect this limitation
2025-06-08 06:04:09 +01:00

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.18"
}