|
| 1 | +# 0.11, 2019-01-19, Lots of bugfixes and internal optimizations. |
| 2 | + |
| 3 | +* Update to hterm 1.84. Firefox fixes, openWindow security fixes, |
| 4 | + and few improvements. |
| 5 | +* Update to libdot 1.26. openWindow & new codec helpers. |
| 6 | +* Move c.googlers.com config into the relay. |
| 7 | +* Allow bookmarks to open as windows. |
| 8 | +* crosh: Exclude more files from the distribution. |
| 9 | +* Switch to chrome.runtime.getBackgroundPage. |
| 10 | +* Make relay connection resume an option. |
| 11 | +* Switch to libdot.fs.FileReader. |
| 12 | +* Switch to array buffers with [email protected]. |
| 13 | +* sshfe: Pass Uint8Array to stringToCodeUnitArray. |
| 14 | +* Drop update available check. |
| 15 | +* Switch to array buffers with [email protected]. |
| 16 | +* sftp: convert to stringToCodeUnitArray. |
| 17 | +* Switch to array buffers for sending /dev/random data. |
| 18 | +* sftp: fix readChunks reading. |
| 19 | +* Add more edge cases/tests for nassh-option parsing. |
| 20 | +* Fix Chrome App v2 check on other platforms. |
| 21 | +* Switch to array buffers for sending sftp packets. |
| 22 | +* Update translations. |
| 23 | +* Switch to array buffers for sending tty data. |
| 24 | +* fsp: Use copy-data extension if available. |
| 25 | +* fsp: Switch to client data sizes. |
| 26 | +* sftp: Use larger read/write sizes with OpenSSH. |
| 27 | +* sftp: Add some higher level read helpers. |
| 28 | +* sftp: Add some constants for read/write data sizes. |
| 29 | +* options: Provide readable pref strings. |
| 30 | +* ssh_client: Allow JS->NaCl data to be sent via arrays. |
| 31 | +* sftp: Rename {read,write}File to {read,write}Chunk. |
| 32 | +* FAQ: Add a tip for OS shortcuts and launching windows. |
| 33 | +* Add SSH-FE relay support. |
| 34 | +* streams: Pass low level open errors back up. |
| 35 | +* streams: Stop passing stream to onOpen callback. |
| 36 | +* Add a --proxy-mode option. |
| 37 | +* Split connectTo up a bit. |
| 38 | +* Switch to new lib.codec module. |
| 39 | +* tests: Switch to a dark theme. |
| 40 | +* Automatically trim whitespace in connection settings. |
| 41 | +* Document the current relay server protocol properly. |
| 42 | +* Fix tab discarding to only affect current tab. |
| 43 | +* ssh_client: depot_tools/webports: Punt. |
| 44 | +* ssh_client: glibc-compat: Split out of webports. |
| 45 | +* ssh_client: ldns: Fix cross-compile build. |
| 46 | +* ssh_client: Switch from glibc-compat to ldns. |
| 47 | +* ssh_client: ldns: Import version 1.7.0. |
| 48 | +* GoogleRelayWS: Use DataView to get/set uint32 length. |
| 49 | +* ssh_client: openssl: Enable libssl building. |
| 50 | +* Unify duplicate base64url handling. |
| 51 | +* Fix v2 & sftp after plugin API change. |
| 52 | +* Drop forced compression. |
| 53 | +* sftp: Add unittests for sftp packet types. |
| 54 | +* ssh_client: Migrate from jsoncpp to native ppapi vars. |
| 55 | +* Use new lib.f.openWindow helper. |
| 56 | +* Rip option parsing out of nassh.GoogleRelay. |
| 57 | +* Rename relay-options to nassh-options. |
| 58 | +* sftp: Use UTF8 encoding for pathnames. |
| 59 | + |
1 | 60 | # 0.10, 2018-12-02, OpenSSH 7.9p1 and sftp/build improvements.
|
2 | 61 |
|
3 | 62 | * Update to hterm 1.83. Minor improvements.
|
|
0 commit comments