Skip to content

Commit 52e2a25

Browse files
committed
nassh: release 0.8.45
Change-Id: Iff9b3414c504af61fe77eb4d306297417c5e601a
1 parent 2be9704 commit 52e2a25

File tree

5 files changed

+27
-10
lines changed

5 files changed

+27
-10
lines changed

nassh/concat/release-highlights.txt

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
0.8.41
1+
0.8.43
22

33
# The first line tracks the last version that went stable.
44
# Only features added since then should be kept here.
@@ -10,15 +10,10 @@
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.41 (stable January 3)
14-
% \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
15-
% \x1b]8;;https://gist.github.com/egmontkob/eb114294efbcd5adb1944c9f3cb5feda\x07Support for hyperlinking text via OSC-8.\x1b]8;;\x07
16-
% Support for iTerm2 OSC-1337 inline image display: \x1b]8;;https://goo.gl/MnSysj\x07https://goo.gl/MnSysj\x1b]8;;\x07
17-
1813
# release: 0.8.43 (stable March 27)
1914
% Support for \x1b]8;;https://chromium.googlesource.com/apps/libapps/+/master/hterm/doc/ControlSequences.md#SGR-underline\x07extended SGR+4 underlining\x1b]8;;\x07
2015

21-
# release: 0.8.44
16+
# release: 0.8.44 (stable July 31)
2217
% Unicode tables updated to 11.0.0 release.
2318
% Noto Sans Mono added to the default font list.
2419
% Bracketed paste now strips most control chars.

nassh/doc/ChangeLog.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
# 0.8.45, 2018-08-29, A11y improvements, and handle tab discarding.
2+
3+
* Update to hterm 1.81. A11y improvements, and keyboard/mouse tweaks.
4+
* Update to libdot 1.23. Build improvements, i18n helpers, and npm support.
5+
* nassh: Warn before closing open SSH connection.
6+
* FAQ: Add a section about terminal encoding.
7+
* mkcrosh: Rewrite to simplify the build.
8+
* Disable Automatic tab discarding.
9+
* build: Convert concat to a python script.
10+
* nassh: Drop nonexistent file.
11+
* gnubby: Clear lastError from gnubby probe.
12+
* FAQ: Add more details to the legacy cipher/mac questions.
13+
* FAQ: Expand IPv6 zone id docs.
14+
* fsp: Split mount logic into sep knob.
15+
* nassh: Unify profile based connection setup.
16+
* nassh: Make connectToArgString fully async.
17+
* nassh: Use -1 exit status for internal JS errors.
18+
* nassh: Make registerProtocolHandler a bit more flexible.
19+
* FAQ: Improve omnibox docs with different launch modes.
20+
* build: Use readlink instead of realpath in promote script.
21+
* a11y: Make it possible to enable/disable accessibility at runtime.
22+
123
# 0.8.44.1, 2018-06-22, Extension startup fix.
224

325
* Update to hterm 1.80. Minor tweaks.

nassh/manifest_ext.json

Lines changed: 1 addition & 1 deletion
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 Extension (tot)",
7-
"version": "0.8.44.1",
7+
"version": "0.8.45",
88
"default_locale": "en",
99
"icons": {
1010
"128": "images/dev/icon-128.png",

nassh/manifest_v1.5.json

Lines changed: 1 addition & 1 deletion
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 App (tot)",
7-
"version": "0.8.44.1",
7+
"version": "0.8.45",
88
"default_locale": "en",
99
"icons": {
1010
"128": "images/dev/icon-128.png",

nassh/manifest_v2.json

Lines changed: 1 addition & 1 deletion
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 App V2 (tot)",
7-
"version": "0.8.44.1",
7+
"version": "0.8.45",
88
"default_locale": "en",
99
"icons": {
1010
"128": "images/dev/icon-128.png",

0 commit comments

Comments
 (0)