v0.6.9
Fixes
- Replaced
unwrap()calls with proper error handling in OCR module to prevent panics in production - Added binary existence check on macOS before executing OCR
- Added graceful failure handling for
APP_HANDLEinitialization instead of panicking - Changed error behavior from panic to logging in production builds
fix: replace unwrap/expect with proper error handling in OCR module
Changes:
- Replace all unwrap() with proper error handling in OCR module
- Add binary existence check on macOS before executing OCR
- Handle APP_HANDLE initialization failures gracefully
- Log errors instead of panicking in production
Fixes OCR panic in production builds.