docs: update VERSION and SESSION_STATE for v1.14.3 - Image Confirmation UX

Documented the complete image pipeline feature:
- v1.14.1: Type system fix (photo_path fields)
- v1.14.2: Serialization fix (Blob to base64)
- v1.14.3: User control (image confirmation buttons)

Users now have full control over whether extracted photos are auto-saved
through the 'Use Photo' / 'Skip Photo' buttons in the editing form.
This commit is contained in:
2026-04-21 20:01:28 +03:00
parent c3f63ade6a
commit 1c13ebd76f
2 changed files with 31 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
{
"version": "1.14.2",
"version": "1.14.3",
"lastUpdated": "2026-04-21",
"phase": "Phase 3 Complete - Blob Serialization Fix"
"phase": "Phase 3 Complete - Image Confirmation UX"
}