Skip to content

2026.4.1rc2

Choose a tag to compare

@github-actions github-actions released this 21 Apr 21:25
· 137 commits to main since this release

2026.4.1rc2

✨ Features

  • Opt-in MOTD: the custom login motd is now gated behind install_motd (false by default), so existing installs aren't affected

πŸ› Fixes

  • Upgrade checker: non-tagged builds now use git describe (TAG-N-gSHA) instead of dev-<sha>, which makes semantic comparison correct β€” a commit after rc1 is no longer flagged as needing an upgrade to rc1
  • Fresh upgrade state: ~/.cache/odio/upgrades.json is regenerated at the end of the install (instead of waiting for the next fire of the daily timer), so the motd reflects the real state on first login

Full changelog: 2026.4.1rc1...2026.4.1rc2

Install:

curl -fsSL https://github.com/b0bbywan/odios/releases/download/2026.4.1rc2/install.sh | ODIOS_VERSION=2026.4.1rc2 bash