docs: mark #67 and #68 as done

This commit is contained in:
Nicolas Varrot
2026-02-13 22:02:05 +00:00
parent 6048b9ef13
commit 89da84dbd6

View File

@@ -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.