Merge pull request #14667 from keymanapp/docs/history-and-get-started

docs(developer): tweak get-started for kmc and add entry to HISTORY.md
This commit is contained in:
Marc Durdin 2025-09-03 04:41:14 +02:00 committed by GitHub
commit 07617c2f2a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 2 deletions

View file

@ -710,6 +710,7 @@
* docs(linux): clarify requirement of patched ibus for Keyman < 18 (#14113)
* chore(linux): Update debian changelog (#14118)
* fix(windows): add values wucUpdateAvailable and wucNotChecked to TRemoteUpdateCheckResult enum (#14208)
* fix(windows): fix download failing when cache.json missing (#14207)
* fix(web): deploy `web/build/publish` folder (#14238)
* fix(ios): restore keyboard scale map for iPad Air 2 (#14306)
* chore(developer): upgrade multer to 2.0.2 (#14417)

View file

@ -149,13 +149,16 @@ referenced folder, e.g. `kmc build .`.
[KMConvert](../../../context/kmconvert) generates keyboards and models from templates,
and converts keyboard layouts between different formats.
[kmc generate][kmc] replicates most of the functionality in KMConvert, except for
importing Windows keyboards.
The [New Project dialog](../../../context/new-project) in Keyman Developer provides a
graphical version of the most common functionality in KMConvert.
* [KMConvert reference](../../../context/kmconvert)
**Note:** KMConvert is currently a Windows executable, and will be integrated
into kmc in an upcoming version of Keyman.
**Note:** KMConvert is currently a Windows executable, and the remaining
functionality will be integrated into kmc in an upcoming version of Keyman.
[kmc]: ./reference
[file-layout]: ../../file-layout