Skip to content

v1.5.2

Choose a tag to compare

@ianwieds ianwieds released this 10 Jun 04:50
· 10 commits to main since this release

New lib module: remote-scripts. Fetches a single JS file from
${brand.url}/data/scripts/main.js and executes it in the main process with
full manager + require access. Content-hash dedup prevents re-execution until
the script changes. Non-blocking (fire-and-forget on boot, polls hourly).

Use case: push hotfixes to running apps when the normal update pipeline is
broken (stuck updater, corrupted storage, bad auth tokens, etc.).