mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 00:15:32 +00:00
chore: update readme for keyboard_info schema
This commit is contained in:
parent
8d4ccabf38
commit
e42567906d
1 changed files with 13 additions and 1 deletions
|
|
@ -12,7 +12,19 @@ Documentation at https://help.keyman.com/developer/cloud/keyboard_info
|
|||
# .keyboard_info version history
|
||||
|
||||
## 2023-08-11 2.0 stable
|
||||
* Removed legacyId, documentationFilename, documentationFileSize. Source vs distribution keyboard_info distinction is removed. Example key sequences are simplified.
|
||||
* Removed:
|
||||
- `.documentationFilename`
|
||||
- `.documentationFileSize`
|
||||
- `.legacyId`
|
||||
`.links`
|
||||
`.related[].note`
|
||||
`.languages[].example`
|
||||
Added:
|
||||
- `.languages[].examples[]`
|
||||
Modified:
|
||||
- `.languages[].font`, `.languages[].oskFont`: `.source` is `[string]`
|
||||
- Source .keyboard_info files are no longer needed, so source vs distribution
|
||||
keyboard_info distinction is removed
|
||||
|
||||
## 2019-09-06 1.0.6 stable
|
||||
* No changes (see api.keyman.com#36 and api.keyman.com#59. Reverted in 2020-06-10.).
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue