From 0cff09ccd048de4f2451bdbb149f126ccada2dd5 Mon Sep 17 00:00:00 2001 From: Daniel Bedeleanu Date: Wed, 22 Apr 2026 11:33:46 +0300 Subject: [PATCH] docs: final SESSION_STATE for v1.14.5 - Complete debug panel --- dev_docs/SESSION_STATE.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev_docs/SESSION_STATE.md b/dev_docs/SESSION_STATE.md index e1fa0d29..8be040a3 100644 --- a/dev_docs/SESSION_STATE.md +++ b/dev_docs/SESSION_STATE.md @@ -43,8 +43,10 @@ Store the original EXIF-stripped image (before crop/rotation) separately for deb - Cleared logs between rotation updates (was continuously expanding) - Increased canvas size from 600×450 to 900×600 for better crop box visibility - Reorganized layout: left controls + right large preview + single-line log +- Removed dark overlay hiding the image beneath crop box +- Added orientation indicators (UP/DOWN/LEFT/RIGHT) to show image direction -**Status:** ✅ **READY FOR TESTING** — Original images stored, debug panel redesigned for usability +**Status:** ✅ **COMPLETE** — Original images stored, debug panel fully usable for validation ---