From 869683423aa7f07ace00d2c7cb51745cb82e4580 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 13 Dec 2017 15:07:50 -0500 Subject: [PATCH] nassh: release 0.8.41 Change-Id: I6b9c68681b677baa92efb52c600774b917e9dd2f --- nassh/concat/release-highlights.txt | 11 ++++++----- nassh/doc/ChangeLog.md | 15 +++++++++++++++ nassh/manifest.json | 2 +- 3 files changed, 22 insertions(+), 6 deletions(-) diff --git a/nassh/concat/release-highlights.txt b/nassh/concat/release-highlights.txt index cb977048c..ff978a9d1 100644 --- a/nassh/concat/release-highlights.txt +++ b/nassh/concat/release-highlights.txt @@ -1,4 +1,4 @@ -0.8.37 +0.8.38 # The first line tracks the last version that went stable. # Only features added since then should be kept here. @@ -10,13 +10,14 @@ # Only list significant changes that matter to the user. # The more lines that we have here, the more cluttered the output. -# release: 0.8.37 (stable September 24) -% Unicode tables updated to 10.0.0 release. -% Use Yubikeys and other smart cards for ssh auth: https://goo.gl/3ZEU1w - # release: 0.8.38 (stable October 27) % Omnibox entries now match saved profile names first. % You can drag & drop text based content into the session now. # release: 0.8.39 (stable November 13) % OpenSSH upgraded to 7.6p1 (some older features dropped). + +# release: 0.8.41 +% \x1b]8;;https://chromium.googlesource.com/apps/libapps/+/master/hterm/doc/ControlSequences.md#DOCS\x07The default terminal encoding has changed to UTF-8.\x1b]8;;\x07 +% \x1b]8;;https://gist.github.com/egmontkob/eb114294efbcd5adb1944c9f3cb5feda\x07Support for hyperlinking text via OSC-8.\x1b]8;;\x07 +% Support for iTerm2 OSC-1337 inline image display: \x1b]8;;https://goo.gl/MnSysj\x07https://goo.gl/MnSysj\x1b]8;;\x07 diff --git a/nassh/doc/ChangeLog.md b/nassh/doc/ChangeLog.md index 992755cf7..222169701 100644 --- a/nassh/doc/ChangeLog.md +++ b/nassh/doc/ChangeLog.md @@ -1,3 +1,18 @@ +# 0.8.41, 2017-12-13, Features & fixes galore. + +* Update to libdot 1.20. Features & fixes. +* Update to hterm 1.76. Standards/compatibility fixes & OSC-8 links & OSC-1337 image features. +* Refactor and reformat before adding PIV. +* Set base path for SFTP RENAME and SETSTAT packets. +* support multiple gnubby extensions. +* crosh: finish localizing messages. +* crosh: set default background color to black. +* FAQ: extend the macOS auto-repeat entry. +* support translating all the hterm preferences. +* add a lib.f.getOs helper. +* mark sftp mounts as non-persistent across logouts. +* include all profiles all the time when backing up. + # 0.8.40.1, 2017-11-20, Multiple plugin support. * Add option to select different ssh client plugin versions. diff --git a/nassh/manifest.json b/nassh/manifest.json index 980db8033..d53b3be2b 100644 --- a/nassh/manifest.json +++ b/nassh/manifest.json @@ -4,7 +4,7 @@ "manifest_version": 2, "content_security_policy": "script-src 'self'; object-src 'self'", "name": "Secure Shell (tot)", - "version": "0.8.40.1", + "version": "0.8.41", "default_locale": "en", "icons": { "128": "images/dev/icon-128.png",