From a71a1fd968d5987a531bd9b3450cf9dc7b1deee5 Mon Sep 17 00:00:00 2001 From: Cyril Date: Wed, 7 Jan 2026 12:48:42 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D(docs)=20add=20changelog=20entry=20?= =?UTF-8?q?for=20visio=20button=20tooltip=20a11y=20fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit documents fix ensuring tooltip appears only on keyboard nav --- CHANGELOG.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49603a03..2aafa104 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,10 @@ and this project adheres to - 📈(frontend) track new recording's modes +### Fixed + +- 🐛(frontend) remove unexpected F2 tooltip when clicking video screen + ## [1.2.0] - 2026-01-05 ### Added @@ -35,7 +39,7 @@ and this project adheres to ## [1.1.0] - 2025-12-22 -### Added +### Added - ✨(backend) enable user creation via email for external integrations - ✨(summary) add Langfuse observability for LLM API calls @@ -47,6 +51,6 @@ and this project adheres to - ♿(frontend) improve accessibility: - ♿️(frontend) hover controls, focus, SR #803 - ♿️(frontend) change ptt keybinding from space to v #813 -- ♿(frontend) indicate external link opens in new window on feedback #816 +- ♿(frontend) indicate external link opens in new window on feedback #816 - ♿(frontend) fix heading level in modal to maintain semantic hierarchy #815 - ♿️(frontend) Improve focus management when opening and closing chat #807