- Feb 15, 2024
-
-
Marc Durdin authored
-
Marc Durdin authored
Fixes #10721. This arose partly because of the change from release- to release@ in at 17.0.30-alpha (triggered by sentry req). Will require a corresponding patch to CI script to pass the --from and --to parameters.
-
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.
-
Keyman Server authored
auto: increment master version to 17.0.264
-
Keyman Build Agent authored
-
- Feb 08, 2024
-
-
Eberhard Beilharz authored
Previously we didn't detect that we were building a .deb package on Launchpad or a Debian server, so we set VERSION_TAG to end in `-local`. This change now checks the `KEYMAN_PKG_BUILD` environment variable which will be set during .deb package builds (set in `debian/rules`). The downside of this solution is that now `-local` also gets omitted if we build a .deb package on a local dev machine, but that probably doesn't happen too often, and even less often with modified source code. The majority of builds where we want `-local` are local builds that get installed locally, and those cases are covered by this change. And what is more important is that for release builds we no longer append `-local`.
-
Eberhard Beilharz authored
fix(linux): Ignore keys with IBUS_MOD4_MASK set
-
Joshua A. Horton authored
-
Keyman Server authored
auto: increment master version to 17.0.263
-
Keyman Build Agent authored
-