Skip to content

Commit 231ff3d

Browse files
committed
hterm: release 1.84
Change-Id: I7324afc7148b60b86feb6c982eb93c378c9115c6 Reviewed-on: https://chromium-review.googlesource.com/c/1408093 Tested-by: Mike Frysinger <[email protected]> Reviewed-by: Vitaliy Shipitsyn <[email protected]>
1 parent 96686f1 commit 231ff3d

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

hterm/doc/ChangeLog.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
1+
# 1.84, 2019-01-19, Firefox fixes, openWindow security fixes, and few improvements.
2+
3+
* Update to libdot 1.26. openWindow & new codec helpers.
4+
* Optimize image display with Blobs & ArrayBuffers.
5+
* Workaround touch focus bug on CrOS.
6+
* Initialising iframe contents asynchronously on FF.
7+
* Add support for new Clipboard API for copying text.
8+
* Push selection logic down into copySelectionToClipboard.
9+
* Fix paste event on Firefox.
10+
* terminal: Stop passing down this.document_ when copying.
11+
* Switch to array buffers for sending tty data.
12+
* Provide readable pref strings.
13+
* tests: Switch to a dark theme.
14+
* concat: Stop listing test code in deps.
15+
* Use new lib.f.openWindow helper.
16+
117
# 1.83, 2018-12-02, Minor improvements.
218

19+
* Update to libdot 1.25. Minor improvements.
320
* Split default/pointer cursor style.
421
* Avoid using KeyboardEvent.which.
522
* prefs: Turn default pref settings into proper objects.

0 commit comments

Comments
 (0)