Skip to content

Commit

Permalink
nassh: release 0.8.44
Browse files Browse the repository at this point in the history
Change-Id: Iabb34d5921096c7978ff59e2ad95590fb3080294
  • Loading branch information
vapier committed Jun 20, 2018
1 parent fffccd2 commit 71348ab
Show file tree
Hide file tree
Showing 5 changed files with 45 additions and 8 deletions.
13 changes: 8 additions & 5 deletions nassh/concat/release-highlights.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
0.8.39
0.8.41

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

# release: 0.8.39 (stable November 13)
% OpenSSH upgraded to 7.6p1 (some older features dropped).

# 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
# 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
% Unicode tables updated to 11.0.0 release.
% Noto Sans Mono added to the default font list.
% Bracketed paste now strips most control chars.
% OpenSSH upgraded to 7.7p1.
34 changes: 34 additions & 0 deletions nassh/doc/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,37 @@
# 0.8.44, 2018-06-20, OpenSSH 7.7p1, Unicode 11.0.0, and bug fixes.

* Update to libdot 1.22. Unicode 11.0.0 updates and new helpers.
* Update to hterm 1.79. A11y (screen reader) improvements & keyboard/mouse fixes.
* crosh: Extend for arbitrary commands.
* crosh: Support passing command line args down.
* sftp: Fix directory deletion and copying.
* docs: Improve building/reference documentation.
* extension: Add a link to the options page at the bottom.
* Use new lib.f.lastError helper.
* crosh: Display errors from terminalPrivate if available.
* removeFile: Fix param typo.
* docs: Update the hex ids info.
* terminal: Adds the crostini terminal icon to use with crosh.
* ssh_client: Update to openssh-7.7p1.
* FAQ: Add a X11 forwarding answer.
* FAQ: Add omnibox with multiple extensions.
* API: Add onSendMessageExternal to allow FilesApp to sftp mount.
* lint: Clean up semi-colon usage.
* a11y: Add basic support for announcing command output to AT.
* Handle option page loading failures.
* docs: Document the crosh code on the Chrome side.
* gsc: Implement a PIN cache for GSC agent.
* a11y: Preserve selection when scrolling collapsed selections.
* crosh: Pass the selected profile over.
* ssh_client: Stub out permission check.
* agent: Improve gnubby extension probing.
* Crush all images.
* release: Automatically minimize translations.
* ssh_client: Add a echosshd utility.
* l10n: Improve pref descriptions and translation tips.
* l10n: Import updated translations.
* prefs: Auto-select icon for preferences page.

# 0.8.43, 2018-01-26, Few new features and support for Chrome Extensions.

* Update to hterm 1.78. Extended underlying support.
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.43",
"version": "0.8.44",
"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.43",
"version": "0.8.44",
"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.43",
"version": "0.8.44",
"default_locale": "en",
"icons": {
"128": "images/dev/icon-128.png",
Expand Down

0 comments on commit 71348ab

Please sign in to comment.