Features
- Inotify-based app detection — daemon watches
/data/app/for installs and uninstalls via inotify, with two-stage scan (3s + 8s retry) to handle PM registration race - On-demand automation trigger — scheduler exposes
run_automation_now()so inotify events bypass the regular 10s polling interval
Bug Fixes
- Module version not shown in WebUI — preserves module.prop to data directory before hiding from manager UI; added as first lookup path in webui-init
- Version fallback missing
vprefix — CARGO_PKG_VERSION fallback now formats asv5.8.0instead of5.8.0
Performance
- WebUI init unblocked —
webui-initno longer waits for binary path resolution; path resolved inline, saving one sequential round trip on page load
Full changelog: https://github.com/Enginex0/tricky-addon-enhanced/blob/main/CHANGELOG.md