v0.7.9

QwenLM/Qwen3-ASRv0.7.9May 8, 2026by jkelleyrtp

AI Summary

Fixes version detection issues in the CLI, ensuring `dx --version` reports the correct git SHA and enabling self-update for binaries installed via `cargo install`.

Key Highlights

  • Resolves outdated git SHA reporting in `dx --version`
  • Enables self-update functionality for `dioxus-cli` installed via cargo

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