From 4e6ac58757f403c5877aa084dc30474e866cd942 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 13 Dec 2017 14:36:13 -0500 Subject: [PATCH] hterm: release 1.76 Change-Id: If61a098b3bbed067f56f1730fb9262ae890e3c28 --- doc/ChangeLog.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/doc/ChangeLog.md b/doc/ChangeLog.md index 0bf2a8d..604f499 100644 --- a/doc/ChangeLog.md +++ b/doc/ChangeLog.md @@ -1,3 +1,27 @@ +# 1.76, 2017-12-13, Standards/compatibility fixes & OSC-8 links & OSC-1337 image features. + +* change default terminal encoding to utf8 +* invert drag & drop format preferences +* handle ISO-8613-6 SGR subparameters +* default all character maps to US/ASCII when resetting +* fix reset after custom text attributes +* separate terminal full & soft reset code paths +* move vt reset calls into the terminal layer +* reset SGR attributes during soft resets +* move cursor save/restore state from per-terminal to per-screen +* rename CHA comments to match DEC docs +* support DECSET 1007 for controlling alternate scroll mode +* hoist openUrl to main namespace +* support OSC 8 for hyperlinking text +* add localization logic +* drop max-string-sequence support +* add a test to keep nassh translations in sync +* allow keybindings for unknown keys +* add a default PASS mapping for the Clear key +* use new lib.f.getOs helper +* include all profiles all the time when backing up +* implement OSC 1337 file display/transfer + # 1.75, 2017-11-20, Many color/style/mouse fixes & features. * Fix parsing multiple SGR true color sequences.