Add change file for allow_downgrades feature

pull/2726/head
Brendan Osborne 2 months ago
parent a6bba27742
commit cf7d8fed1f

@ -0,0 +1,8 @@
---
"@tauri-apps/plugin-updater": minor
"tauri-plugin-updater": minor
---
Add allowDowngrades parameter to check command
Added a new optional `allowDowngrades` parameter to the JavaScript check command that allows the updater to consider versions that are lower than the current version as valid updates. When enabled, the version comparator will accept any version that is different from the current version, effectively allowing downgrades.
Loading…
Cancel
Save