Release Notes - v0.2.1¶
Release Date: 2026-01-18
Overview¶
OmniVault v0.2.1 refactors the cross-platform daemon code to use the oscompat library for cleaner platform abstraction.
Highlights¶
- Cross-platform daemon code refactored to use oscompat library
What's Changed¶
Changed¶
- Replace platform-specific daemon code with
github.com/grokify/oscompatlibrary - Go version updated to 1.25.5
- Update CI workflow Go versions
- Bump
golang.org/x/cryptofrom 0.46.0 to 0.47.0
Installation¶
Upgrading¶
This is a patch release with no breaking changes. Update your go.mod:
Then run: