What's Changed
- app: implemented auto-scroll to the log terminal (c47a398)
- app: fixed real-time logs in the TerminalConsole (69933a2)
- droidspaces: bump v4.4.0 (343a3e2)
- feat: Increase container stop timeout and delay SIGTERM fallback during container shutdown, Send multiple graceful shutdown signals concurrently (3419cfc)
- feat: Implement force cleanup logic in
cleanup_container_resourcesto prevent hangs with unkillable processes by skipping sync and using lazy/force unmounts. (b03a2ac) - feat(android): real-time terminal output streaming via libsu CallbackList (663ae0e)
- Fix DNS race condition and simplify DNS setup (d67996b)
- feat: remove
PR_SET_NO_NEW_PRIVSfrom seccomp setup to fix sudo in Alpine (2b0eb59) - feat: Implement a conditional Seccomp shield that applies only to systemd containers on legacy kernels to prevent
grab_superdeadlocks and improve compatibility. (9e06912) - docs: fix alignment and overflow in README showcase table (8b4fc4d)
- docs: updated screenshots (60faee6)
Automated Release by Droidspaces CI