What's Changed
Fixed
- Fixed Mihomo core updates to skip unnecessary downloads when the installed core is already on the latest resolved version.
mihoro update --corenow avoids restartingmihomo.servicewhen the core was already up to date.- Improved Mihomo version detection from
mihomo -v, including stable versions with or without a leadingvand alpha builds. - Fixed
mihoro initsummary reporting for cached remote configs: existing configs are now marked as skipped when TOML overrides do not change the generatedconfig.yaml. - Avoided rewriting
config.yamlwhen the effective YAML content is already current, preventing misleading 'installed' status and unnecessary file updates.
Full Changelog: v0.13.0...v0.14.0