summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2026-02-24Add note about opencv incompatibility with OpenCV 4.xOpenCode Bot
- Document that face detection (--faceDetection) is not currently supported - opencv@6.2.0 npm package requires legacy OpenCV C API removed in OpenCV 4.0 - Arch Linux ships OpenCV 4.13 which is incompatible - Remove optdepends for opencv to avoid confusion - Add build() function for proper Arch packaging guidelines - Improve package() permissions handling
2026-02-23Initial commit: smartcrop-cli 2.0.3-1OpenCode Bot