Skip to content

v5.8.0

Choose a tag to compare

@Enginex0 Enginex0 released this 09 Mar 09:28
· 103 commits to main since this release

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 v prefix — CARGO_PKG_VERSION fallback now formats as v5.8.0 instead of 5.8.0

Performance

  • WebUI init unblockedwebui-init no 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