From cf7d8fed1fd2b325a12189c4b91cadea7ab9b557 Mon Sep 17 00:00:00 2001 From: Brendan Osborne Date: Mon, 2 Jun 2025 12:13:53 +1000 Subject: [PATCH] Add change file for allow_downgrades feature --- .changes/add-allow-downgrades.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .changes/add-allow-downgrades.md diff --git a/.changes/add-allow-downgrades.md b/.changes/add-allow-downgrades.md new file mode 100644 index 00000000..06b157d8 --- /dev/null +++ b/.changes/add-allow-downgrades.md @@ -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.