v0.73.1

onyx-dot-app/onyxv0.73.1May 25, 2026by github-actions[bot]

AI Summary

Bug fix release for the FZF project addressing environment variable handling and server performance.

Key Highlights

  • Fixed environment variable handling to prevent `exec(2)` failures when items contain NUL bytes.
  • Resolved an O(n^2) HTTP body accumulation issue in the `--listen` server that could block requests.

Full Release Notes

- Bug fixes
    - Skip `$FZF_CURRENT_ITEM` export when the item contains a NUL byte; `exec(2)` rejects the env, breaking preview and other child commands (#4806)
    - Fixed O(n^2) HTTP body accumulation in `--listen`; a single ~390 KB request could block the single-threaded server for ~8 s (Michal Majchrowicz, Marcin Wyczechowski, AFINE Team)