Skip to content

Commit e86519c

Browse files
committed
nassh: release 0.68
Change-Id: I233c86aa343094e835de9e5ea488a3f476bcdf01 Reviewed-on: https://chromium-review.googlesource.com/c/apps/libapps/+/6200129 Reviewed-by: Joel Hockey <[email protected]> Tested-by: kokoro <[email protected]>
1 parent fcd44f4 commit e86519c

File tree

4 files changed

+35
-5
lines changed

4 files changed

+35
-5
lines changed

nassh/docs/ChangeLog.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
# 0.68, 2025-02-03, Mosh WASM work.
2+
3+
* wassh: Fix popup on disconnection when using relay.
4+
* relays: Add egress-domain parameter support.
5+
* connect: Drop unused startup message argument.
6+
* ssh_client: openssl: Respect custom CFLAGS too.
7+
* ssh_client: Improve build-time support.
8+
* ssh_client: wassh-libc-sup: Implement very basic recvmsg.
9+
* ssh_client: mandoc: Unify command to avoid duplication a bit.
10+
* wassh: sockets: Fix recvmsg address setup.
11+
* ssh_client: Add ncurses 6.1.
12+
* wassh: sockets: Support MSG_DONTWAIT non-blocking reads.
13+
* wassh: sockets: Refactor base Socket class for UDP.
14+
* ssh_client: wassh-libc-sup: Stub out rlimit APIs.
15+
* ssh_client: wassh-libc-sup: Stub out sigprocmask.
16+
* ssh_client: wassh-libc-sup: Stub out C++ exceptions ABIs.
17+
* wasi-js-bindings: Fix monotonic clock resolution.
18+
* wasi-js-bindings: poll: Only deliver signals when wassh ABI is available.
19+
* wassh: sockets: Cleanup orphaned UDP sockets too.
20+
* ssh_client: wassh-libc-sup: Stub out some pty APIs.
21+
* ssh_client: wasi-sdk: Update to 24.0 release.
22+
* ssh_client: binaryen: Update to 118 release.
23+
* ssh_client: openssh: Add missing openssl/bn.h include.
24+
* ssh_client: mosh: Add shortcut to get to connect dialog.
25+
* ssh_client: mosh: Update to 1.4.0 release.
26+
* nassh: Update translations.
27+
* ssh_client: mosh: Update to libssh 0.9.8.
28+
* ssh_client: bazel: Drop old 0.17.
29+
* ssh_client: mosh-chrome: Update to newer version for newer bazel.
30+
* ssh_client: bazel: Import version 5.
31+
132
# 0.67, 2024-08-12, Omnibox fixes.
233

334
* omnibox: Fix ad-hoc connections.

nassh/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"extension_pages": "frame-ancestors 'self'; script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
77
},
88
"name": "__MSG_nassh_product_name__",
9-
"version": "0.67",
9+
"version": "0.68",
1010
"version_name": "ToT",
1111
"default_locale": "en",
1212
"icons": {

nassh/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nassh",
3-
"version": "0.67.0",
3+
"version": "0.68.0",
44
"description": "Terminal emulator and SSH and SFTP client",
55
"main": "js/nassh.js",
66
"repository": {

nassh/release-highlights.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@
66
# Only features added since then should be documented in this file.
77
# When a new version has gone stable, update the version,
88
# and delete all the old release notes below.
9-
last_version: "0.62"
9+
last_version: "0.63"
1010

1111
# Only list significant changes that matter to the user.
1212
# The more lines that we have here, the more cluttered the output.
1313
notes:
14-
# release: 0.63
15-
- WASM enabled for a small number of runs.
14+
- WASM enabled automatically when Chrome does not support NaCl.

0 commit comments

Comments
 (0)