|
| 1 | +# 1.81, 2018-08-29, A11y improvements, and keyboard/mouse tweaks. |
| 2 | + |
| 3 | +* Update to libdot 1.23. Build improvements, i18n helpers, and npm support. |
| 4 | +* mouse: Support horizontal mouse scroll wheel events. |
| 5 | +* keyboard: Add more keyboard binding callbacks. |
| 6 | +* mouse: Disable default handling for mouse buttons 3 & 4. |
| 7 | +* keyboard: Ignore Tab keys in onKeyPress_. |
| 8 | +* etc: osc52.el: Fix terminal detection. |
| 9 | +* build: mkdist: Delete dead code. |
| 10 | +* a11y: Ensure the Page Up button isn't shown when the ScrollPort is focussed. |
| 11 | +* build: Convert concat to a python script. |
| 12 | +* a11y: Only announce a space character if it is the character actually printed to the screen. |
| 13 | +* a11y: Mark offscreen rows that hold selection as hidden. |
| 14 | +* a11y: Update the selection when accessibility is enabled even if it's collapsed. |
| 15 | +* test: Remove invalid page-down-all-rows-visible test. |
| 16 | +* a11y: Add announcements of the Space character. |
| 17 | +* a11y: Handle announcements of selection changes. |
| 18 | +* a11y: Simplify handling of duplicate live output. |
| 19 | +* a11y: Change <x-screen> to have a role="log". |
| 20 | +* a11y: Announce messages shown by showOverlay. |
| 21 | +* a11y: Fix announcement of current scrolled percentage. |
| 22 | +* a11y: Don't announce page up/down at the top/bottom of the screen. |
| 23 | +* a11y: Fix an assertion failure in hterm.AccessibilityReader. |
| 24 | +* test: Add simple test page. |
| 25 | +* test: Add/update various test data files. |
| 26 | +* a11y: Make it possible to enable/disable accessibility at runtime. |
| 27 | +* a11y: Announce the current screen content on Page up/down. |
| 28 | +* a11y: Add skip-links to allow screen readers to scroll the terminal. |
| 29 | + |
1 | 30 | # 1.80, 2018-06-22, Minor tweaks. |
2 | 31 |
|
3 | 32 | * prefs: Add COLORTERM to default env. |
|
0 commit comments