v0.7.9
OpenMOSS/MOSS-Audiov0.7.9May 8, 2026by jkelleyrtp
AI Summary
This release addresses critical issues with version reporting and self-update functionality in the Dioxus CLI, ensuring the CLI correctly reports its version and can update itself.
Key Highlights
- Fixed dx --version reporting outdated git SHA
- Fixed dioxus-cli version reporting for cargo installs
Full Release Notes
This release fixes an issue where `dx --version` would use an outdated git SHA, and `dioxus-cli` installed from `cargo install` would not have a version at all, preventing `self-update` from functioning properly. **Full Changelog**: https://github.com/DioxusLabs/dioxus/compare/v0.7.8...v0.7.9