From d6bb75582bc07839a93124cd158d888902e5e366 Mon Sep 17 00:00:00 2001 From: Keyman Build Agent Date: Sun, 2 Jun 2024 07:30:54 -0400 Subject: [PATCH] auto: increment stable-17.0 version to 17.0.327 --- HISTORY.md | 27 +++++++++++++++++++++++++++ VERSION.md | 2 +- 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 507cdd8008..83fa6c598f 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,32 @@ # Keyman Version History +## 17.0.326 stable 2024-06-02 + +* cherrypick(android/engine): Handle globe key on lock screen (#11468) +* fix(android/app): Verify extracted text is not null (#11482) +* chore(linux): Trigger GHA packaging for stable builds (#11494) +* chore(android,mac,windows): Update crowdin strings for DE (#11498) +* fix(developer): handle `KM_CORE_IT_INVALIDATE_CONTEXT` in debugger (#11489) +* fix(developer): test existence of ngrok.exe before atttempting to start (#11544) +* fix(developer): handle unsupported `return` statement in `match` and `nomatch` in web compiler (#11547) +* fix(developer): ensure folder for MRU list is always created (#11553) +* fix(developer): handle invalid project file when scanning for owner project (#11559) +* fix(ios): remove incorrect cast in log statement to prevent crash (#11570) +* fix(ios): do not write to shared storage from system keyboard (#11622) +* fix(android): Ignore updating invalid selections (#11529) +* fix(developer): handle invalid default project path in options (#11556) +* fix(developer): handle missing data in .kps `` (#11564) +* fix(developer): save touch layout editor selection when loading state (#11576) +* fix(developer): use correct variable when fixing up flick and multitap in Layer Properties dialog (#11578) +* fix(developer): correct the inference of default hint from flicks (#11583) +* fix(developer): make top row of Character Map 1 pixel to avoid DIV/0 in gestures (#11591) +* fix(web): fixes error on tab, enter when only a single input element is on the page (#11615) +* fix(web): correctly handle cross-origin stylesheets when calculating keyboard size and key cap font size (#11616) +* fix(web): pre-init keyboard activation awaits init before proceeding (#11617) +* fix(web): add null guard for missing debug info when reporting to Sentry (#11619) +* fix(android): host-page banner initialization (#11618) +* fix(developer): support Windows and Unicode names in .ttf (#11634) + ## 17.0.325 stable 2024-05-15 * chore: update history for stable (#11448) diff --git a/VERSION.md b/VERSION.md index 5d912ad5fd..7f66435687 100644 --- a/VERSION.md +++ b/VERSION.md @@ -1 +1 @@ -17.0.326 \ No newline at end of file +17.0.327 \ No newline at end of file