• v0.10.8 255d728408

    binjovi-bot released this 2026-09-09 16:14:07 +00:00 | 16 commits to trunk since this release

    • #104 Preserve long SQL results and export custom source files (255d728408)
    Downloads
  • v0.10.7 303d01375a

    binjovi-bot released this 2026-09-09 15:11:06 +00:00 | 17 commits to trunk since this release

    Downloads
  • v0.10.6 297bb6d186

    binjovi-bot released this 2026-09-05 16:13:20 +00:00 | 20 commits to trunk since this release

    Downloads
  • v0.10.5 1b6bf51342

    binjovi-bot released this 2026-09-05 10:10:08 +00:00 | 25 commits to trunk since this release

    • #94 perf(ci): reuse admission check during package release (1b6bf51342)
    Downloads
  • v0.10.4 e8b1ab5d5a

    binjovi-bot released this 2026-09-05 03:17:02 +00:00 | 26 commits to trunk since this release

    Downloads
  • v0.10.3 2b864e0347

    v0.10.3 Stable

    pipeline-bot released this 2026-08-13 16:19:19 +00:00 | 32 commits to trunk since this release

    Changes

    • docs(agents): require ASD-STE100 Simplified Technical English (PR #86) — sean, cda08be8653a52469992e2adf3d49ceaee6fa91c
    • docs: rewrite all documentation to ASD-STE100 (PR #87) — sean, 2b864e034724210043ae681788018b0767b00abf
    Downloads
  • v0.10.2 65be784064

    pipeline-bot released this 2026-07-08 14:40:03 +00:00 | 37 commits to trunk since this release

    Fixed

    • CLI: an unrecognized -/-- flag is now a loud non-zero error instead of being swallowed as the
      hostname (zelnet --bogus used to attempt a DNS lookup for --bogus). A release-pipeline
      functional gate exercises the shipped binary to prove it.
    • CLI: an invalid port now exits non-zero (zelnet <host> <badport> printed
      invalid port but returned success), matching the host-server verbs. A
      release-pipeline functional gate exercises the shipped binary to prove it.
    Downloads
  • v0.10.1 22668e0674

    gitea_admin released this 2026-07-03 17:34:34 +00:00 | 51 commits to trunk since this release

    Added

    • Multi-command zelnet cmd: zelnet cmd "CMD1" "CMD2" ... runs N CL commands
      sequentially in ONE remote-command job, so job state (CHGCURLIB, ADDLIBLE, OVRDBF)
      set by an earlier command holds for later ones — the foundation for compiling into a
      target library that the compile-time *LIBL must resolve. Fail-fast: the first CL
      escape stops the sequence and exits non-zero. Single-command output is byte-identical
      to before; multi-command runs print a zelnet: > CMD header per command. Positional-arg
      overflow is now a loud error instead of a silent drop.
    Downloads
  • v0.10.0 4662c10120

    gitea_admin released this 2026-07-02 16:32:10 +00:00 | 57 commits to trunk since this release

    Added

    • Plain-telnet (NVT) mode — zelnet's third protocol personality after TN5250/TN3270.
      --nvt <host> [port] is a byte-level pass-through like telnet(1): the enclosing
      terminal renders while zelnet answers negotiation (remote ECHO, SGA, the local TERM
      as TERMINAL-TYPE, NAWS window reports with resize updates); Ctrl-] disconnects.
      Works against Cisco gear, BBSes, Unix telnetd, and VTAM front doors in their ASCII phase.
    • Automatic NVT fallback: the default 5250 path degrades transparently into NVT
      pass-through when the host negotiates an option no block-mode host uses (WILL ECHO /
      DO NAWS), so zelnet some-switch 23 just works instead of hanging. Block mode is only
      entered when the server explicitly negotiates it — the detection cannot false-positive.
    • Scripted NVT gate: --nvt --play "expect <t>; send <t>; type <t>; enter; pause <ms>; dump" drives a plain-telnet host headless with ordered, consuming expect matching —
      a CI gate for NVT behavior (a missed expect exits non-zero). Pairs with --record.
    • --record now also works with --drive (TN3270): scripted mainframe sessions record
      their driven panels as asciicast reels, same as --play on 5250. NVT recordings are
      raw byte-stream events (UTF-8-sanitized) with synthetic pacing.
    Downloads
  • v0.9.6 08892a03ab

    zelnet v0.9.6 Stable

    gitea_admin released this 2026-07-01 16:23:30 +00:00 | 66 commits to trunk since this release

    Changed

    • Release cut through the hardened package signing path: the apt/dnf repos are GPG-signed
      and verified by signature alone — the promote step no longer executes the built package's
      maintainer scripts (dpkg postinst) next to the private signing key. No functional change
      to zelnet.
    Downloads