mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-05-13 12:44:45 +02:00
87afa23cad
* feat(updater): add allowDowngrades option * Add change file for allow_downgrades feature * Update .changes/add-allow-downgrades.md
9 lines
416 B
Markdown
9 lines
416 B
Markdown
---
|
|
"updater": minor
|
|
"updater-js": 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.
|