Contour 0.4.1.6292
github-actions
released this
31 Dec 23:48
·
473 commits
to master
since this release
- Fixes fast scrolling when using trackpad (#1360)
- Fixes variable fonts loading
- Fixes Command modifier for input mappings, such as Command+C or Command+V on on MacOS (#1379).
- Fixes CSIu encoding of shift modifier produced characters (#1373).
- Fixes screen destruction on sibling cells when overwriting wide characters, such as Emoji, Kanji, etc.
- Changes VT sequence
DECSCUSR
(CSI ? 0 SP q
andCSI ? SP q
) to reset to user-configured cursor style (#1377). - Remove
contour-latest
terminfo file. Please usecontour
terminfo instead. - Adds
Command
as modifier to input mappings on MacOS to work along withMeta
for convenience reasons (#1379). - Adds config option
profiles.*.margins
to allow customizing the horizontal / vertical margins (#1384). - Adds config option for colorscheme
default.bright_foreground
anddefault.dimmed_foreground
to configure bright and dimmed default foreground text respectively (#1383).