Skip to content

Commit

Permalink
nassh: release 0.8.41
Browse files Browse the repository at this point in the history
Change-Id: I6b9c68681b677baa92efb52c600774b917e9dd2f
  • Loading branch information
vapier committed Dec 13, 2017
1 parent 6741b05 commit 8696834
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 6 deletions.
11 changes: 6 additions & 5 deletions nassh/concat/release-highlights.txt
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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
15 changes: 15 additions & 0 deletions nassh/doc/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion nassh/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 8696834

Please sign in to comment.