✨ v0.22.2
Vizzly CLI v0.22.2
What's Changed
Changed
-
Performance optimization for screenshot type detection: The client SDK now explicitly specifies the image data type (
'base64'or'file-path'), allowing the server to skip expensive regex validation on every screenshot. This eliminates O(n) processing for large base64 strings and significantly speeds up processing for content-heavy pages. -
Reduced CLI bundle size: Removed unused static-site SDK dependency from CLI package dependencies.
Fixed
- File path detection false positives: Fixed
looksLikeFilePathutility to correctly distinguish between JPEG base64 data (which starts with/9j/) and actual file paths.
Backwards Compatibility
All changes are fully backwards compatible. The server gracefully falls back to type detection for client SDKs that don't yet provide the explicit type field.
Full Changelog: v0.22.1...v0.22.2