Highlights
- Breaking:
ZYPAK_SPAWN_LATEST_ON_REEXEC
now defaults tofalse
, which should result in behavior that matches what you'd expect for most non-browser apps (0a73ab0 3e1ee34). - Electron's
app.relaunch()
is now supported (f566104). - Recent CEF versions should work again (c7daf0c).
- Electron apps can now access stdin from their main process (0d88cfc).
- Zypak will warn when it's not run on what appears to be an ELF binary, which should help avoid the common mistake of running it on a wrapper script (28573f6 ded79a2).
LD_PRELOAD
will always be cleared so that it's not accidentally inherited by miscellaneous child processes (b4607cc).