You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Breaking:ZYPAK_SPAWN_LATEST_ON_REEXEC now defaults to false, which should result in behavior that matches what you'd expect for most non-browser apps (0a73ab03e1ee34).
Electron's app.relaunch() is now supported (f566104).
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 (28573f6ded79a2).
LD_PRELOAD will always be cleared so that it's not accidentally inherited by miscellaneous child processes (b4607cc).