- Nov 12, 2022
-
-
Marc Durdin authored
-
Keyman Server authored
auto: increment master version to 17.0.6
-
Keyman Build Agent authored
-
- Nov 11, 2022
-
-
Eberhard Beilharz authored
chore(linux): Update debian changelog
🍒 -
Marc Durdin authored
-
Darcy Wong authored
fix(android/engine): Use IME package name if query permission denied
-
Marc Durdin authored
fix(developer): URL parameters should be UTF-8
-
Marc Durdin authored
fix(windows): base layout support in Keyman Core
-
Marc Durdin authored
fix(windows): Improve shutdown robustness
-
Keyman Server authored
auto: increment beta version to 16.0.101
-
Keyman Build Agent authored
-
Keyman Server authored
auto: increment master version to 17.0.5
-
Keyman Build Agent authored
-
Eberhard Beilharz authored
(cherry picked from commit acdb16fd)
-
Eberhard Beilharz authored
(cherry picked from commit 3b3d4e9e)
-
- Nov 10, 2022
-
-
Darcy Wong authored
fix(web): Add additional checks on className.indexOf
-
Darcy Wong authored
chore(android/engine): Don't show Toast errors on stable tier
-
Eberhard Beilharz authored
chore(linux): Update debian changelog
🍒 -
Marc Durdin authored
Relates to KEYMAN-WINDOWS-B. While this doesn't address the root cause of the exception, it should prevent this unhandled exception, and adds breadcrumbs to help us see which code path might be triggering the issue.
-
Marc Durdin authored
-
Darcy Wong authored
-
Marc Durdin authored
chore(deps): bump socket.io-parser from 4.0.4 to 4.0.5
-
dependabot[bot] authored
Bumps [socket.io-parser](https://github.com/socketio/socket.io-parser) from 4.0.4 to 4.0.5. - [Release notes](https://github.com/socketio/socket.io-parser/releases) - [Changelog](https://github.com/socketio/socket.io-parser/blob/main/CHANGELOG.md) - [Commits](https://github.com/socketio/socket.io-parser/compare/4.0.4...4.0.5 ) --- updated-dependencies: - dependency-name: socket.io-parser dependency-type: indirect ... Signed-off-by:
dependabot[bot] <support@github.com>
-
Darcy Wong authored
-
Darcy Wong authored
chore: Update history-and-versioning to match history
-
Darcy Wong authored
-
Darcy Wong authored
-
Darcy Wong authored
chore(linux): Update whatsnew
-
Darcy Wong authored
Co-authored-by:Eberhard Beilharz <ermshiperete@users.noreply.github.com>
-
Marc Durdin authored
While Keyman Core already supported the base layout flags, they were not being passed in from Keyman Engine for Windows. This meant that any rules that used `baselayout` would fail, such as in sil_ipa with AltGr+0 for } https://github.com/keymanapp/keyboards/blob/0bf72bed74f563f823b1af002f6a8ccef8510ebf/release/sil/sil_ipa/source/sil_ipa.kmn#L348-L350 This patch adds support for the following properties: * KM_KBP_KMX_ENV_BASELAYOUT: the legacy base layout name, e.g. kbdus.dll * KM_KBP_KMX_ENV_BASELAYOUTALT: the BCP 47 base layout name, e.g. en-US * KM_KBP_KMX_ENV_SIMULATEALTGR: whether the user has selected to emulate AltGr with Ctrl+Alt, for example on laptops without a right alt key. * KM_KBP_KMX_ENV_BASELAYOUTGIVESCTRLRALTFORRALT: whether the system base layout in use generates Ctrl+RAlt when RAlt is pressed, which can be true for many European system layouts. This is necessary when associating the keyboard with a European language because the base keyboard becomes the language's default keyboard, rather than kbdus.
-
Keyman Server authored
auto: increment beta version to 16.0.100
-
Keyman Build Agent authored
-
Keyman Server authored
auto: increment master version to 17.0.4
-
Keyman Build Agent authored
-
Eberhard Beilharz authored
(cherry picked from commit 3b3d4e9e)
-
- Nov 09, 2022
-
-
Marc Durdin authored
fix(core): emit keystroke was writing to wrong queue
-
Marc Durdin authored
fix(core): `save()` should be on internal kmx action queue
-
Marc Durdin authored
fix(windows): Cleanup CEF more correctly in shutdown
-
Darcy Wong authored
-
Marc Durdin authored
Merge pull request #7659 from keymanapp/fix/developer/7658-handle-unpaired-surrogate-in-token-command fix(developer): handle unpaired surrogate
-