• v0.9.1 b63280febc

    zelnet v0.9.1 Stable

    gitea_admin released this 2026-06-30 13:22:06 +00:00 | 51 commits to main since this release

    Added

    • refute <text>: the negative twin of expect in the --play (5250) / --drive (3270)
      golden-screen harness — fail if the (undesirable) text is on screen. Closes the other half of
      behavior testing: assert the bad thing didn't happen (no stale row after a delete, no silent
      overwrite/create, an error actually shown) — not just that the good thing did. Same self-verifying
      non-zero exit, in both drive5250 and drive3270; covered by a screenContains unit test.

    Removed

    • The legacy iz name is gone. iz was folded into zelnet in 0.9.0; this drops the remaining
      IZ_* environment aliases — use the ZELNET_* equivalents (ZELNET_USER, ZELNET_PW,
      ZELNET_HOST, ZELNET_ALLOW_PLAINTEXT). The password-level floor IZ_MIN_PWLVL is renamed to
      ZELNET_MIN_PWLVL, and the make iz-* helper targets are renamed to make host-*.
    Downloads