Features
- Version indicator: the header now shows the current version and notifies you when a new release is available.
- Persistent model cache: the YOLO and CLIP models are cached in a named Docker volume, so they survive container updates without re-downloading.
Fixes
- CPU-only default:
docker-compose.ymlnow defaults to the:cpuimage with GPU acceleration as an opt-in. Uncomment thedeployblock and switch to the:latestimage to enable NVIDIA GPU. - UI bound to localhost: the UI now binds to
127.0.0.1by default, preventing unauthenticated access from other devices on the network. - Low confidence count: the "Review N low confidence" count in scan results now matches the number of photos actually shown in the review panel.
- Not my pets count: the label now always shows a plain number instead of extra status text.
- UI font alignment: minor font consistency fix.