From 75bda4bae4d15db0baebe2c101e99deddbcd6288 Mon Sep 17 00:00:00 2001 From: Keyman Build Agent Date: Tue, 7 Apr 2020 14:00:56 -0400 Subject: [PATCH] auto: increment master version to 14.0.48 --- HISTORY.md | 8 ++++++++ VERSION.md | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index a224f366f8..7c390a0e25 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,13 @@ # Keyman Version History +## 14.0.47 alpha 2020-04-07 + +* fix(common/lmlayer): use searchTermToKey() on input (#2954) +* refactor(web/engine): proper split-off of DOM-reliant code (#2939) +* refactor(web/engine): InputProcessor/KeyboardProcessor split (#2940) +* fix(ios): prevents in-app keyboard resets (#2951) +* refactor(web/engine): headless KeyboardProcessor (#2941) + ## 14.0.46 alpha 2020-04-06 * fix(android): Add check for WRITE_EXTERNAL_STORAGE permission (#2946) diff --git a/VERSION.md b/VERSION.md index fbe1dfb2c3..0b3cf20ec6 100644 --- a/VERSION.md +++ b/VERSION.md @@ -1 +1 @@ -14.0.47 \ No newline at end of file +14.0.48 \ No newline at end of file