I have updated Anthias via ./bin/run_upgrade.sh. But in the menu bar at the top it still says aeaw
Would you be able to provide the current version of Anthias installed? You can go to the System Info page and look for the Anthias Version.
I just ran an update on my system and it’s still showing the update available still.
Device Model Raspberry Pi 5 Model B Rev 1.1
Anthias Version master@e6646ec
@Penguinmasta, upon careful observation, this happens when pull requests that got merged don’t trigger Docker image builds. (Take administrative/housekeeping tasks or docs changes for example.)
I’ll keep you posted.
thank you for the update.
This is fixed. The old version decided whether an update was available by comparing your device’s exact build against the very latest code, so it would keep showing “Update available” even right after you had updated. That check was reworked in #2831 (shipped in v2026.05.0): it now compares your installed release against the latest published release, and it does not show the banner at all on development or branch builds. So on a current release the banner clears once you are up to date. Marking this as solved.