updater@2.12.0
Sep 20, 2026
-
1308bfa3Breaking change: theallowDowngradesoption was removed from thecheckcommand and is now read from the plugin configuration instead.Previously any code running in the webview could pass
allowDowngrades: truetoplugin:updater|checkand relax the version check from "the update must be newer" to "the update must be different", overriding the comparator the application had configured on the Rust side. The flag is now an application-level setting:{"plugins": {"updater": {"allowDowngrades": true}}}It defaults to
false, and is ignored when the application provides its ownBuilder::default_version_comparator, which continues to take precedence.
© 2026 Tauri Contributors. CC-BY / MIT