1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-24 22:01:47 +03:00

Update changelog for braille

This commit is contained in:
Benoit de Chezelles 2021-07-04 00:27:02 +02:00 committed by Wez Furlong
parent f3b5365c85
commit 6f64c747e8

View File

@ -51,6 +51,7 @@ As features stabilize some brief notes about them will accumulate here.
* Fixed: key repeat on Wayland now respects the system specified key repeat rate, and doesn't "stick". [#669](https://github.com/wez/wezterm/issues/669)
* Fixed: `force_reverse_video_cursor` wasn't correctly swapping the cursor colors in all cases. [#706](https://github.com/wez/wezterm/issues/706)
* Fixed: allow multuple `IdentityFile` lines in an ssh_config block to be considered
* Improved: implement braille characters as custom glyphs, to have perfect rendering when `custom_block_glyphs` is enabled. Thanks to [@bew](http://github.com/bew)!
### 20210502-154244-3f7122cb