Modeleaf 0.5.0
v0.5.0 — config key grammar pinned
The key notation in config.toml now has a single canonical form. Removed spellings error with replacement guidance instead of parsing:
| Before | Now |
|---|---|
<S-o> |
O (same token; conflicts are now detected) |
<D-P> |
<D-S-p> or <D-p> (explicit) |
cr / return / escape / backspace / delete |
<Enter> / <Esc> / <BS> / <Del> |
<Backtick> <Plus> <Equal> <Slash> |
bare literals \`` + = /` |
<F13>–<F24> |
not supported (F1–F12 only) |
See the new Key grammar section in CONFIG.md. Also ships restructured READMEs (Philosophy / Install / Update / Using it / Configuration).