From 89da84dbd6f966bda4877217d3121af6f02f2693 Mon Sep 17 00:00:00 2001 From: Nicolas Varrot Date: Fri, 13 Feb 2026 22:02:05 +0000 Subject: [PATCH] docs: mark #67 and #68 as done --- FEEDBACK.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/FEEDBACK.md b/FEEDBACK.md index c73e286..ad5533f 100644 --- a/FEEDBACK.md +++ b/FEEDBACK.md @@ -703,11 +703,13 @@ ## Item #67 - **Date:** 2026-02-13 - **Priority:** medium -- **Status:** pending +- **Status:** done +- **Completed:** 2026-02-13 — commit `d478eee`, tagged `v1.40.1` - **Description:** Add an update indicator next to the version number in the UI. When a newer Docker image/release is available on GitHub (compare current version vs latest GitHub release tag), show a visual indicator (badge, dot, or link) so users know they can update. ## Item #68 - **Date:** 2026-02-13 - **Priority:** high -- **Status:** pending +- **Status:** done +- **Completed:** 2026-02-13 — commit `d478eee`, tagged `v1.40.1` - **Description:** Cursor desync in textarea STILL present after v1.39.2 fix. The cursor position still gets ahead of where characters actually appear. The previous fix (removing padding/bold from backdrop tokens) was insufficient. Need deeper investigation — likely the HighlightedTextarea backdrop and textarea have mismatched rendering (font metrics, line-height, word-wrap differences, or span wrapping in the backdrop creating different text flow). Consider disabling highlight entirely as test, or ensuring backdrop uses identical character-level rendering with zero extra styling that could affect text width/flow.