2026.4.1rc2
·
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 ofdev-<sha>, which makes semantic comparison correct β a commit afterrc1is no longer flagged as needing an upgrade torc1 - Fresh upgrade state:
~/.cache/odio/upgrades.jsonis 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