Skip to content

Commit

Permalink
nassh: release 0.8.36.12
Browse files Browse the repository at this point in the history
Change-Id: Ic7e8839db93332ad5069f626fe2e09498cf381ed
  • Loading branch information
vapier committed Sep 1, 2017
1 parent 55139c5 commit 11b50d6
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 21 deletions.
21 changes: 2 additions & 19 deletions nassh/concat/release-highlights.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
0.8.35.6
0.8.35.9

# The first line tracks the last version that went stable.
# Only features added since then should be kept here.
Expand All @@ -10,27 +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.36.6 (stable July 12)
% SFTP mount support (Chrome OS only).
% OpenSSH upgraded to 7.5p1 (ECDSA/ED25519 support, but older features deprecated).
% Support for ssh:// links.
% Omnibox integration for ssh keyword.
% 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.
% Mouse wheel sends up/down arrow keys on the alt screen in DECCKM mode.
% Hold shift to disable temporarily.
% New scroll-wheel-may-send-arrow-keys preference to enable.
% Support for iTerm2 OSC-9 growl notifications.
% 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 (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
# release: 0.8.36.11 (stable August 29)
% The SSH command line can handle basic quoting rules (e.g. -o "Feature yes").
% Unicode combining character processing has been overhauled.
11 changes: 10 additions & 1 deletion nassh/doc/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# 0.8.36.11, 2017-08-16, Improve Unicode handling.
# 0.8.36.12, 2017-09-01, Bugfixes galore.

* Update to libdot 1.17. Better handling for Unicode combining characters.
* Update to hterm 1.71. Better handling for Unicode combining characters.
* Improve startup display to not flash so much white.
* Promote some array helpers to new lib.array API.
* Promote binary<->base64 helpers for all stream classes.
* Refactor Stream.asyncRead API to unify duplicate implementations.

# 0.8.36.11, 2017-08-16, Improve Unicode handling.

* Update to libdot 1.16. 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.
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.11",
"version": "0.8.36.12",
"default_locale": "en",
"icons": {
"128": "images/dev/icon-128.png",
Expand Down

0 comments on commit 11b50d6

Please sign in to comment.