Skip to content
This repository has been archived by the owner on Sep 1, 2023. It is now read-only.
/ hterm Public archive

Commit

Permalink
hterm: release 1.79
Browse files Browse the repository at this point in the history
Change-Id: Ib2c514c1635bb3405902251ec188aaf2ac5d411e
  • Loading branch information
vapier committed Jun 20, 2018
1 parent 05e93a8 commit fc5619f
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions doc/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
# 1.79, 2018-06-20, A11y (screen reader) improvements & keyboard/mouse fixes.

* Update to libdot 1.22. Unicode 11.0.0 updates and new helpers.
* osc52.vim: Split base64 output when using get_OSC52_DCS for screen.
* keyboard: Add media key handling only for Chrome OS systems.
* keyboard: Cleanly handle Firefox keyboard deviations.
* keyboard: Update Chromebook media bindings.
* build: Fix base64 usage on macOS.
* vt: Strip most control chars out for bracketed paste.
* keyboard: Improve addKeyDef documentation.
* mouse: Don't use user-configured word break matches when ctrl-clicking on urls.
* mouse: Double click should expand selection whether "copy-on-select" is on or off.
* a11y: Hide invisible elements from the screen reader.
* a11y: Add the aria-readonly attribute to the x-screen element.
* vt: Fix initial cursor display to match internal state.
* vtscope: Fix python-3 print func handling.
* prefs: Add Noto Sans Mono to the default font list.
* Clean up code a bit to pass linting.
* a11y: Add basic support for announcing command output to AT in hterm.
* a11y: Improve accessibility command output.
* tests: Add callbacks with image loading.
* terminal: Preserve selection when scrolling collapsed selections.
* Crush all images.
* tests: Fix floating point rounding error in Terminal.dimensions.
* vt: Unbreak legacy mouse wheel encoding.
* vt: Implement OSC 104 (color reset) support.
* vt: DECALN: Fix cursor position.
* prefs: Improve descriptions and translation tips.

# 1.78, 2018-01-29, Extended underlying support.

* Add support for changing underline style/color.
Expand Down

0 comments on commit fc5619f

Please sign in to comment.