Skip to content

Commit 8696834

Browse files
committed
nassh: release 0.8.41
Change-Id: I6b9c68681b677baa92efb52c600774b917e9dd2f
1 parent 6741b05 commit 8696834

File tree

3 files changed

+22
-6
lines changed

3 files changed

+22
-6
lines changed

Diff for: nassh/concat/release-highlights.txt

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
0.8.37
1+
0.8.38
22

33
# The first line tracks the last version that went stable.
44
# Only features added since then should be kept here.
@@ -10,13 +10,14 @@
1010
# Only list significant changes that matter to the user.
1111
# The more lines that we have here, the more cluttered the output.
1212

13-
# release: 0.8.37 (stable September 24)
14-
% Unicode tables updated to 10.0.0 release.
15-
% Use Yubikeys and other smart cards for ssh auth: https://goo.gl/3ZEU1w
16-
1713
# release: 0.8.38 (stable October 27)
1814
% Omnibox entries now match saved profile names first.
1915
% You can drag & drop text based content into the session now.
2016

2117
# release: 0.8.39 (stable November 13)
2218
% OpenSSH upgraded to 7.6p1 (some older features dropped).
19+
20+
# release: 0.8.41
21+
% \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
22+
% \x1b]8;;https://gist.github.com/egmontkob/eb114294efbcd5adb1944c9f3cb5feda\x07Support for hyperlinking text via OSC-8.\x1b]8;;\x07
23+
% Support for iTerm2 OSC-1337 inline image display: \x1b]8;;https://goo.gl/MnSysj\x07https://goo.gl/MnSysj\x1b]8;;\x07

Diff for: nassh/doc/ChangeLog.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# 0.8.41, 2017-12-13, Features & fixes galore.
2+
3+
* Update to libdot 1.20. Features & fixes.
4+
* Update to hterm 1.76. Standards/compatibility fixes & OSC-8 links & OSC-1337 image features.
5+
* Refactor and reformat before adding PIV.
6+
* Set base path for SFTP RENAME and SETSTAT packets.
7+
* support multiple gnubby extensions.
8+
* crosh: finish localizing messages.
9+
* crosh: set default background color to black.
10+
* FAQ: extend the macOS auto-repeat entry.
11+
* support translating all the hterm preferences.
12+
* add a lib.f.getOs helper.
13+
* mark sftp mounts as non-persistent across logouts.
14+
* include all profiles all the time when backing up.
15+
116
# 0.8.40.1, 2017-11-20, Multiple plugin support.
217

318
* Add option to select different ssh client plugin versions.

Diff for: nassh/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"manifest_version": 2,
55
"content_security_policy": "script-src 'self'; object-src 'self'",
66
"name": "Secure Shell (tot)",
7-
"version": "0.8.40.1",
7+
"version": "0.8.41",
88
"default_locale": "en",
99
"icons": {
1010
"128": "images/dev/icon-128.png",

0 commit comments

Comments
 (0)