- Mar 25, 2024
-
-
Marc Durdin authored
-
Marc Durdin authored
-
Marc Durdin authored
-
- Mar 22, 2024
-
-
Marc Durdin authored
-
Marc Durdin authored
-
Marc Durdin authored
-
Marc Durdin authored
Fixes #11043 (hopefully).
-
Marc Durdin authored
fix(developer): return after calling await exitProcess
-
Marc Durdin authored
Merge pull request #11009 from keymanapp/fix/developer/11002-kps-editor-should-not-emit-empty-fields fix(developer): suppress emission of new empty fields in package editor
-
Darcy Wong authored
chore(oem/fv): Update keyboard versions in keyboards.csv
-
Keyman Server authored
auto: increment beta version to 17.0.293
-
Keyman Build Agent authored
-
- Mar 21, 2024
-
-
Dr Mark C. Sinclair authored
fix(developer): font file meta data is invalid error
-
Dr Mark C. Sinclair authored
Merge pull request #10991 from keymanapp/fix/developer/remove-unused-keyboard-info-compiler-messages fix(developer): remove unused keyboard info compiler messages
-
Dr Mark C. Sinclair authored
-
Dr Mark C. Sinclair authored
-
Dr Mark C. Sinclair authored
-
Dr Mark C. Sinclair authored
chore(developer): Merge branch 'beta' into fix/developer/remove-unused-keyboard-info-compiler-messages
-
Dr Mark C. Sinclair authored
-
Keyman Server authored
auto: increment beta version to 17.0.292
-
Keyman Build Agent authored
-
- Mar 20, 2024
-
-
Eberhard Beilharz authored
fix(linux): Replace deprecated `pkg_resources` module with `packaging.version`
-
Eberhard Beilharz authored
Previous commit missed a few places where `pkg_resources` module was used.
-
Shawn Schantz authored
chore(mac): clean up code obsoleted by core
-
Keyman Server authored
auto: increment beta version to 17.0.291
-
Keyman Build Agent authored
-
- Mar 19, 2024
-
-
Joshua Horton authored
-
- Mar 17, 2024
-
-
Marc Durdin authored
Because exitProcess is async, static analysis of the function does not show process termination, even though it returns Promise<Never>. This can lead to compiler warnings when it gets confused about missing return values. So have moved to always returning the value from exitProcess, even though it will never actually return!
-
Darcy Wong authored
-
Keyman Server authored
auto: increment beta version to 17.0.290
-
Keyman Build Agent authored
-
- Mar 16, 2024
-
-
Marc Durdin authored
fix(common): add unit test for --debug flag for builder
-
Marc Durdin authored
Fixes #11002. The fields `<RelatedPackages/>` and `<Examples/>` should not be emitted if they have no content, to improve file backward-compatibility.
-
- Mar 14, 2024
-
-
Dr Mark C. Sinclair authored
fix(developer): add code coverage for ERROR_FontFileCannotBeRead due to difficulty in forcing this error
-
Dr Mark C. Sinclair authored
-
Dr Mark C. Sinclair authored
-
Dr Mark C. Sinclair authored
-
Keyman Server authored
auto: increment beta version to 17.0.289
-
Keyman Build Agent authored
-
Marc Durdin authored
fix(developer): min Keyman version for LDML is 17.0
-