|
| 1 | +# 1.79, 2018-06-20, A11y (screen reader) improvements & keyboard/mouse fixes. |
| 2 | + |
| 3 | +* Update to libdot 1.22. Unicode 11.0.0 updates and new helpers. |
| 4 | +* osc52.vim: Split base64 output when using get_OSC52_DCS for screen. |
| 5 | +* keyboard: Add media key handling only for Chrome OS systems. |
| 6 | +* keyboard: Cleanly handle Firefox keyboard deviations. |
| 7 | +* keyboard: Update Chromebook media bindings. |
| 8 | +* build: Fix base64 usage on macOS. |
| 9 | +* vt: Strip most control chars out for bracketed paste. |
| 10 | +* keyboard: Improve addKeyDef documentation. |
| 11 | +* mouse: Don't use user-configured word break matches when ctrl-clicking on urls. |
| 12 | +* mouse: Double click should expand selection whether "copy-on-select" is on or off. |
| 13 | +* a11y: Hide invisible elements from the screen reader. |
| 14 | +* a11y: Add the aria-readonly attribute to the x-screen element. |
| 15 | +* vt: Fix initial cursor display to match internal state. |
| 16 | +* vtscope: Fix python-3 print func handling. |
| 17 | +* prefs: Add Noto Sans Mono to the default font list. |
| 18 | +* Clean up code a bit to pass linting. |
| 19 | +* a11y: Add basic support for announcing command output to AT in hterm. |
| 20 | +* a11y: Improve accessibility command output. |
| 21 | +* tests: Add callbacks with image loading. |
| 22 | +* terminal: Preserve selection when scrolling collapsed selections. |
| 23 | +* Crush all images. |
| 24 | +* tests: Fix floating point rounding error in Terminal.dimensions. |
| 25 | +* vt: Unbreak legacy mouse wheel encoding. |
| 26 | +* vt: Implement OSC 104 (color reset) support. |
| 27 | +* vt: DECALN: Fix cursor position. |
| 28 | +* prefs: Improve descriptions and translation tips. |
| 29 | + |
1 | 30 | # 1.78, 2018-01-29, Extended underlying support.
|
2 | 31 |
|
3 | 32 | * Add support for changing underline style/color.
|
|
0 commit comments