What's Changed
- chore: bump version v4.7.1 (48ada6e)
- fix: Silence
load_config_with_recoverycalls during command execution inside container to prevent glitches in the Android app, updated gitignore (695ed82) - silenced parse_env_file_to_config in enter_rootfs and run_in_rootfs (1246917)
- fix: resolve UUID mismatch and CLI override clobber on restart (425f3a6)
- feat: Implement robust container discovery and metadata recovery using in-container config backups and enhanced PID scanning. (cb072a6)
- feat: enhance PID validation to distinguish between dead and unrelated processes, preventing accidental termination and streamlining container startup. (ae6ba35)
- feat(core): rewrite lifecycle coordination using external command locks (2c91bd2)
- feat: Implement silent GPU scanning during reboots+foreground mode and refine platform-specific configuration and warnings for Android and Termux-X11 features, Code cleanups, etc. (f09d56b)
- feat: Introduce new hardware identification tiers (29-37) for Samsung/Exynos specific devices and functionalities. (f91fda2)
- feat: Enhance device isolation by adding dangerous node detection and pruning host display, GPU master, MediaTek components, BSD PTYs, TEE, and legacy RAM disks and console devices from container access. (10a4aa7)
- feat: implement robust container reboot detection and graceful shutdown (d6e756b)
- refactor: Replace
exitwith_exitin child processes and centralize container error cleanup logic. (c6a9eb2) - ci: Add
tag_nameinput validation to release workflow trigger condition. (55d0cad) - source: fixing various memory leaks and compiler warnings captured by the debug-hardened build (48561cc)
- chore: bump version to 4.6.1 (5db31c6)
- feat: Add delays to improve terminal console scrolling and animation, and enhance ANSI color parsing to support colon separators. (1750ae1)
- feat: implement CTRL+ALT+Q foreground exit sequence and display corresponding instructions (7219638)
- hardening: cumulative security, safety, and resource audit fixes (24dba9c)
Automated Release by Droidspaces CI