Revert "temp: remove updater changefiles"

This reverts commit 9a2c98f450.
This commit is contained in:
FabianLars
2026-01-08 15:54:33 +01:00
parent 6e2e7e48c3
commit f3d75f7abb
2 changed files with 12 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
---
"updater": minor
"updater-js": minor
---
Allow configuring the updater client to accept invalid TLS certificates and hostnames for internal/self-signed update servers. These options are available via the plugin config (`dangerousAcceptInvalidCerts`, `dangerousAcceptInvalidHostnames`) and via the `UpdaterBuilder` (`dangerous_accept_invalid_certs`, `dangerous_accept_invalid_hostnames`).

View File

@@ -0,0 +1,6 @@
---
"updater": minor
"updater-js": minor
---
Updater plugin now supports all bundle types: Deb, Rpm and AppImage for Linux; NSiS, MSI for Windows. This was added in https://github.com/tauri-apps/plugins-workspace/pull/2624