- Feb 21, 2024
-
-
Keyman Server authored
auto: increment master version to 18.0.3
-
Keyman Build Agent authored
-
- Feb 20, 2024
-
-
Eberhard Beilharz authored
chore(linux): Add testbuild info to workflow title
-
Eberhard Beilharz authored
This change adds the `isTestBuild` flag to the workflow title to make it easier to find the release builds.
-
- Feb 15, 2024
-
-
Keyman Server authored
auto: increment master version to 18.0.2
-
Keyman Build Agent authored
-
Marc Durdin authored
chore(common): move to 18.0 alpha
-
Marc Durdin authored
-
Marc Durdin authored
-
Marc Durdin authored
-
Keyman Server authored
auto: increment master version to 17.0.268
-
Keyman Build Agent authored
-
- Feb 14, 2024
-
-
Darcy Wong authored
docs(common): Fill in missing HISTORY.md entries
-
Darcy Wong authored
-
Steven R. Loomis authored
feat(developer): errs on \uXXXX escapes
🙀 -
Steven R. Loomis authored
feat(developer): errs on unparseable regex
🙀 -
Marc Durdin authored
fix(linux): Use temp dir if we can't create cache dir
-
Steven R. Loomis authored
Merge remote-tracking branch 'origin/feat/developer/10389-bad-regex-no-biscuit' into feat/developer/10389-more-regex-test
-
Steven R. Loomis authored
- update per code review For: #10389
-
Steven R. Loomis authored
- note, some older test cases had to be fixed also. For: #10389
-
Keyman Server authored
auto: increment master version to 17.0.267
-
Keyman Build Agent authored
-
Steven R. Loomis authored
-
- Feb 13, 2024
-
-
Joshua Horton authored
fix(web): prevent invalid longpress shortcut triggers
-
Steven R. Loomis authored
- also, make sure NFD-incompliant ranges get mapped to escaped chars - also, propagate UnicodeSet errs out For: #10389
-
rc-swag authored
feat(windows): update windows engine unit tests to match removal of engine cached context
-
rc-swag authored
chore(windows): add const to argument definition
-
Keyman Server authored
auto: increment master version to 17.0.266
-
Keyman Build Agent authored
-
- Feb 12, 2024
-
-
rc-swag authored
Checkin the kmtip registryw.cpp LPCWSTR argument update.
-
Darcy Wong authored
fix(android/engine): Download multiple dictionaries
-
Darcy Wong authored
Co-authored-by:Marc Durdin <marc@durdin.net>
-
Marc Durdin authored
Merge pull request #10664 from keymanapp/fix/developer/10655-10663-web-target-keyboard-crashes-and-wrong-folders fix(developer): keyboard that targets only web can cause crashes and other problems
-
- Feb 10, 2024
-
-
Keyman Server authored
auto: increment master version to 17.0.265
-
Keyman Build Agent authored
-
Eberhard Beilharz authored
If we can't create the cache dir, e.g. if `~/.cache` doesn't exist or if we don't have enough permissions, we now return a temporary directory. Fixes #10033.
-
Joshua Horton authored
-
- Feb 09, 2024
-
-
Eberhard Beilharz authored
chore(linux): Don't set VERSION_TAG to …-local in .deb packages
-
Darcy Wong authored
-
rc-swag authored
Updated the call stack to keep a const string for the value parameter being written to registry. SaveKeyboardOptionCoretoRegistry calls IntSaveKeyboardOptionCoretoRegistry which calls RegistryFullAccess::WriteString which calls RegSetValueExW, which takes a const data parameter.
-