From 511f2645acd7897d7583f878bb65ccc7928ec101 Mon Sep 17 00:00:00 2001 From: Keyman Build Agent Date: Thu, 23 Nov 2023 13:03:23 -0500 Subject: [PATCH] auto: increment master version to 17.0.217 --- HISTORY.md | 11 +++++++++++ VERSION.md | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index b0587ac8fa..2342633ded 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,16 @@ # Keyman Version History +## 17.0.216 alpha 2023-11-23 + +* fix(common): kmx struct alignment (#9977) +* fix(developer): vis kbd callbacks instead of throw (#9979) +* fix(core): dx: ldml: startContext should be optional in ldml test data (#10021) +* chore(windows): remove `wm_keymandebug` messages and functions (#10055) +* chore(windows): remove legacy LoadKeyboard (#10057) +* chore(windows): remove unused globals relating to old keyboard debugging (#10058) +* chore(core): remove vkey output from kmx processor (#10060) +* fix(web): app/webview did not clear deadkeys on context-reset (#10039) + ## 17.0.215 alpha 2023-11-22 * feat(core): ldml marker normalization (#9761) diff --git a/VERSION.md b/VERSION.md index 1a17e0d6c0..980da1ad1a 100644 --- a/VERSION.md +++ b/VERSION.md @@ -1 +1 @@ -17.0.216 \ No newline at end of file +17.0.217 \ No newline at end of file