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.84
Browse files Browse the repository at this point in the history
Change-Id: I7324afc7148b60b86feb6c982eb93c378c9115c6
Reviewed-on: https://chromium-review.googlesource.com/c/1408093
Tested-by: Mike Frysinger <[email protected]>
Reviewed-by: Vitaliy Shipitsyn <[email protected]>
  • Loading branch information
vapier committed Jan 21, 2019
1 parent d4e7a4e commit aa0965b
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions doc/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# 1.84, 2019-01-19, Firefox fixes, openWindow security fixes, and few improvements.

* Update to libdot 1.26. openWindow & new codec helpers.
* Optimize image display with Blobs & ArrayBuffers.
* Workaround touch focus bug on CrOS.
* Initialising iframe contents asynchronously on FF.
* Add support for new Clipboard API for copying text.
* Push selection logic down into copySelectionToClipboard.
* Fix paste event on Firefox.
* terminal: Stop passing down this.document_ when copying.
* Switch to array buffers for sending tty data.
* Provide readable pref strings.
* tests: Switch to a dark theme.
* concat: Stop listing test code in deps.
* Use new lib.f.openWindow helper.

# 1.83, 2018-12-02, Minor improvements.

* Update to libdot 1.25. Minor improvements.
* Split default/pointer cursor style.
* Avoid using KeyboardEvent.which.
* prefs: Turn default pref settings into proper objects.
Expand Down

0 comments on commit aa0965b

Please sign in to comment.