Skip to content

Commit

Permalink
nassh: release 0.8.36.11
Browse files Browse the repository at this point in the history
Change-Id: I99191be2b67603c44954dcb2e5946bfe7a4bdb5e
  • Loading branch information
vapier committed Aug 17, 2017
1 parent f05b714 commit cbbdc3c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
6 changes: 5 additions & 1 deletion nassh/concat/release-highlights.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@
% Support for URxvt OSC-777:notify module notifications.
% Ctrl+V/Ctrl+Shift+V now pastes directly (fixes at least macOS).

# release: 0.8.36.9
# release: 0.8.36.9 (stable August 3)
% Support DOCS (ESC+percent) sequences to put into UTF8 mode.
% Can be used to disable graphics maps permanently.

# release: 0.8.36.11
% The SSH command line can handle basic quoting rules (e.g. -o "Feature yes").
% Unicode combining character processing has been overhauled.
9 changes: 9 additions & 0 deletions nassh/doc/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# 0.8.36.11, 2017-08-16, Improve Unicode handling.

* Update to libdot 1.17. Better handling for Unicode combining characters.
* Update to hterm 1.70. Better handling for Unicode combining characters.
* Use new lib.f.randomInt helper.
* Fix helper scripts/docs to use POSIX portable \033 instead of \e with printf.
* Support basic quoting rules with ssh command line.
* Add random feature tips to startup screen.

# 0.8.36.10, 2017-08-08, Minor improvements.

* Update to hterm 1.69. Improve cursor tracking and add pref for default
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.10",
"version": "0.8.36.11",
"default_locale": "en",
"icons": {
"128": "images/dev/icon-128.png",
Expand Down

0 comments on commit cbbdc3c

Please sign in to comment.