From 5aa309d0f92ecc6c70e4ea70c8acf389e12ce14e Mon Sep 17 00:00:00 2001 From: Darcy Wong Date: Fri, 31 Jan 2020 11:29:34 +0700 Subject: [PATCH] chore(web): Update history.md --- android/history.md | 1 + web/history.md | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/android/history.md b/android/history.md index 5d3179add5..7379877ae8 100644 --- a/android/history.md +++ b/android/history.md @@ -3,6 +3,7 @@ ## 2020-01-31 13.0.6051 beta * Bug fix: * Fix cancelling dictionary update notifications (#2547) + * Fix external keyboard key "tab" (updated Keyman Web Engine #2546) ## 2020-01-28 13.0.6050 beta * New Features: diff --git a/web/history.md b/web/history.md index 453c97e74b..0708749bde 100644 --- a/web/history.md +++ b/web/history.md @@ -1,6 +1,9 @@ # KeymanWeb Version History -## 2020-01-28 13.0.32 beta +## 2020-01-31 13.0.32 beta +* Bug fix: Fixed external keyboard key "tab" for embedded devices (#2546) + +## 2020-01-28 13.0.31 beta * Start version 13.0 * Feature: iOS dark mode support (#2468, #2484) * Bug fix: Scroll characters into view on Chrome when editing (#2514)