Skip to content

Commit

Permalink
nassh: release 0.8.36.5
Browse files Browse the repository at this point in the history
Change-Id: I25d5bca4b184b8e5b068867b41ac2eec291c3218
  • Loading branch information
vapier committed May 30, 2017
1 parent 7841a66 commit e68f904
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
2 changes: 2 additions & 0 deletions nassh/concat/release-highlights.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@
% Add a user-css-text field for injecting custom CSS directly.
% IDN support for international domains.
% Root path for SFTP mounts can be configured (Chrome OS only).
% OpenSSL upgraded to 1.0.2k.
% Custom "mouse-paste-button" settings need to be manually updated.
17 changes: 17 additions & 0 deletions nassh/doc/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# 0.8.36.5, 2017-05-30, New OpenSSL & UX improvements.

* Update to libdot 1.14. Some standards fixes.
* Update to hterm 1.65. Lots of keyboard/mouse fixes/improvements.
* Add a console.log to point term_ hackers to the options page.
* More internal SFTP API improvements.
* Delay display of connection dialog until it's finished loading.
* Add more FAQs about font ligatures & keyboard bindings.
* Autopopulate --config=google for Google corporate domains.
* Fix rendering of mount path in the connection dialog.
* Improve options page terminal preview to handle paste events.
* Fix ServerAliveInterval handling (and perhaps other configs).
* Upgrade mdocml (used to generate ssh man pages).
* Upgrade OpenSSL to 1.0.2k.

# 0.8.36.4, 2017-05-18, IDN & UX improvements.

* Update to libdot 1.13. Brings in punycode (for IDN) support.
* Update to hterm 1.64. Adds shift+arrow key scrolling.
* Start documenting tribal knowledge^W^W our release processes.
* Highlight invalid fields in the connection manager better.
* Pretty format JSON objects in the options page.
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.36.4",
"version": "0.8.36.5",
"default_locale": "en",
"icons": {
"128": "images/dev/icon-128.png",
Expand Down

0 comments on commit e68f904

Please sign in to comment.