diff --git a/HISTORY.md b/HISTORY.md index c6c3b88505e..f49febf53ca 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,46 @@ # Keyman Version History +## 18.0.45 alpha 2024-05-31 + +* change(mac): adopt unified logging APIs (#11515) +* chore(common): update labels to include change, style (#11527) +* chore(linux): run deb-package sourcepackage job on Ubuntu 24.04 (#11565) +* test(core): verify Unicode and ICU versions cross-platform (#11418) +* chore(linux): Debugging API verification (#11536) +* refactor(core): prepare normalization code to call into JS under WASM (#11519) +* feat(core): change normalize_nfd() to use JS native call instead of ICU on wasm (#11520) +* fix(linux): Restore artifacts for API verification in the correct job (#11571) +* fix(linux): Don't clean workdir after checkout in API verification (#11592) +* fix(developer): test existence of ngrok.exe before atttempting to start (#11543) +* fix(developer): handle unsupported `return` statement in `match` and `nomatch` in web compiler (#11546) +* fix(developer): handle invalid project file when scanning for owner project (#11558) +* fix(developer): ensure folder for MRU list is always created (#11552) +* fix(web): fixes error on tab, enter when only a single input element is on the page (#11470) +* fix(web): correctly handle cross-origin stylesheets when calculating keyboard size and key cap font size (#11472) +* fix(web): pre-init keyboard activation awaits init before proceeding (#11505) +* fix(android): host-page banner initialization (#11508) +* fix(web): add null guard for missing debug info when reporting to Sentry (#11579) +* chore(web): updates TypeScript version to 5.4.5 (#11414) +* fix(ios): remove incorrect cast in log statement to prevent crash (#11569) +* fix(web): headless recorder unhandled paths, invalid test-sequence references (#11596) +* fix(web): remove dead code-branches (#11597) +* chore(web): fixes implicit-this cases (#11459) +* fix(web): use intended source for prediction-to-context matching (#11598) +* fix(web): explicitly terminate banner gesture-handling when banner is swapped (#11599) +* chore(web): removes unused locals, imports, and private fields (#11460) +* fix(web): use correct parameter name in button UI OSK `hide` event (#11600) +* (#11444) +* fix(ios): do not write to shared storage from system keyboard (#11613) +* fix(developer): handle invalid default project path in options (#11555) +* fix(developer): handle missing data in .kps `` (#11563) +* fix(developer): use correct variable when fixing up flick and multitap in Layer Properties dialog (#11577) +* fix(developer): correct the inference of default hint from flicks (#11582) +* fix(developer): make top row of Character Map 1 pixel to avoid DIV/0 in gestures (#11590) +* chore: increase kmc-kmn build test timeout (#11608) +* chore(windows): support port in THTTPUploader (#11611) +* change(common): add extra commit message hints (#11585) +* chore(developer): add context/debug (#11629) + ## 18.0.44 alpha 2024-05-24 * fix(linux): Pass artifacts key to API verification GHA (#11517) diff --git a/VERSION.md b/VERSION.md index 175c4213bdd..871c9ef5b99 100644 --- a/VERSION.md +++ b/VERSION.md @@ -1 +1 @@ -18.0.45 \ No newline at end of file +18.0.46 \ No newline at end of file