Skip to content

Commit cf7d8fe

Browse files
Add change file for allow_downgrades feature
1 parent a6bba27 commit cf7d8fe

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.changes/add-allow-downgrades.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
"@tauri-apps/plugin-updater": minor
3+
"tauri-plugin-updater": minor
4+
---
5+
6+
Add allowDowngrades parameter to check command
7+
8+
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.

0 commit comments

Comments
 (0)