You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changed WebUI project updates to run as backend tasks, preventing updates from being cancelled when the frontend is closed or refreshed.
Made the update flow download and verify both WebUI and Core packages before applying files, reducing partial-update risk after download failures.
Prefer AstrBot Registry for Core update packages, with GitHub zipball fallback.
During update restarts, WebUI now polls backend start time and performs a cache-busted full refresh after restart completion to avoid stale frontend assets.
Build
Updated Hatch artifact configuration so both sdist and wheel include bundled Dashboard assets.
Added Core package build and Registry upload steps to the release workflow.