• v0.10.1 22668e0674

    gitea_admin released this 2026-07-03 17:34:34 +00:00 | 14 commits to main 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