From 09b82b439b43c00b876ccc3b097340e87fe3d010 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 24 Oct 2018 15:15:05 -0400 Subject: [PATCH] hterm: release 1.82 Change-Id: Ia3bf56802c7f2653d7dd4232a2a403bd38a24d3c --- hterm/doc/ChangeLog.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/hterm/doc/ChangeLog.md b/hterm/doc/ChangeLog.md index f7aa9a401..8040e9270 100644 --- a/hterm/doc/ChangeLog.md +++ b/hterm/doc/ChangeLog.md @@ -1,3 +1,17 @@ +# 1.82, 2018-10-24, New context menu. + +* Update to libdot 1.24. Tool improvements for supporting nightly builds. +* embed: Update examples to use lib.init. +* terminal: Move cursor color to css vars. +* Add support for a context menu. +* keyboard: Add a clearScrollback hook. +* vt: Change CSI-J-3 to clear scrollback. +* terminal: Add HTMLImageElement cast to avoid XSS compilation warnings. +* terminal: Process inverse text attr after bold-as-bright & faint. +* hterm-notify/hterm-show-file: Fix long sequences under screen. +* osc52.sh: Rewrite to match other helper scripts. +* terminal: Workaround FireFox bug with selectAllChildren. + # 1.81, 2018-08-29, A11y improvements, and keyboard/mouse tweaks. * Update to libdot 1.23. Build improvements, i18n helpers, and npm support.