Skip to content

Commit

Permalink
nassh: release 0.8.45
Browse files Browse the repository at this point in the history
Change-Id: Iff9b3414c504af61fe77eb4d306297417c5e601a
  • Loading branch information
vapier committed Aug 29, 2018
1 parent 2be9704 commit 52e2a25
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 10 deletions.
9 changes: 2 additions & 7 deletions nassh/concat/release-highlights.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
0.8.41
0.8.43

# The first line tracks the last version that went stable.
# Only features added since then should be kept here.
Expand All @@ -10,15 +10,10 @@
# Only list significant changes that matter to the user.
# The more lines that we have here, the more cluttered the output.

# release: 0.8.41 (stable January 3)
% \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

# release: 0.8.43 (stable March 27)
% Support for \x1b]8;;https://chromium.googlesource.com/apps/libapps/+/master/hterm/doc/ControlSequences.md#SGR-underline\x07extended SGR+4 underlining\x1b]8;;\x07

# release: 0.8.44
# release: 0.8.44 (stable July 31)
% Unicode tables updated to 11.0.0 release.
% Noto Sans Mono added to the default font list.
% Bracketed paste now strips most control chars.
Expand Down
22 changes: 22 additions & 0 deletions nassh/doc/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
# 0.8.45, 2018-08-29, A11y improvements, and handle tab discarding.

* Update to hterm 1.81. A11y improvements, and keyboard/mouse tweaks.
* Update to libdot 1.23. Build improvements, i18n helpers, and npm support.
* nassh: Warn before closing open SSH connection.
* FAQ: Add a section about terminal encoding.
* mkcrosh: Rewrite to simplify the build.
* Disable Automatic tab discarding.
* build: Convert concat to a python script.
* nassh: Drop nonexistent file.
* gnubby: Clear lastError from gnubby probe.
* FAQ: Add more details to the legacy cipher/mac questions.
* FAQ: Expand IPv6 zone id docs.
* fsp: Split mount logic into sep knob.
* nassh: Unify profile based connection setup.
* nassh: Make connectToArgString fully async.
* nassh: Use -1 exit status for internal JS errors.
* nassh: Make registerProtocolHandler a bit more flexible.
* FAQ: Improve omnibox docs with different launch modes.
* build: Use readlink instead of realpath in promote script.
* a11y: Make it possible to enable/disable accessibility at runtime.

# 0.8.44.1, 2018-06-22, Extension startup fix.

* Update to hterm 1.80. Minor tweaks.
Expand Down
2 changes: 1 addition & 1 deletion nassh/manifest_ext.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 Extension (tot)",
"version": "0.8.44.1",
"version": "0.8.45",
"default_locale": "en",
"icons": {
"128": "images/dev/icon-128.png",
Expand Down
2 changes: 1 addition & 1 deletion nassh/manifest_v1.5.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 App (tot)",
"version": "0.8.44.1",
"version": "0.8.45",
"default_locale": "en",
"icons": {
"128": "images/dev/icon-128.png",
Expand Down
2 changes: 1 addition & 1 deletion nassh/manifest_v2.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 App V2 (tot)",
"version": "0.8.44.1",
"version": "0.8.45",
"default_locale": "en",
"icons": {
"128": "images/dev/icon-128.png",
Expand Down

0 comments on commit 52e2a25

Please sign in to comment.