From 82c404635b9d42005e2b3eb1dddee8a1002f1085 Mon Sep 17 00:00:00 2001 From: FabianLars Date: Wed, 14 Jan 2026 20:30:54 +0100 Subject: [PATCH] temp: delete updater changefiles --- .changes/updater-allow-invalid-tls.md | 6 ------ .changes/updater-new-bundle-support.md | 6 ------ 2 files changed, 12 deletions(-) delete mode 100644 .changes/updater-allow-invalid-tls.md delete mode 100644 .changes/updater-new-bundle-support.md diff --git a/.changes/updater-allow-invalid-tls.md b/.changes/updater-allow-invalid-tls.md deleted file mode 100644 index 7c8e275c..00000000 --- a/.changes/updater-allow-invalid-tls.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"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`). diff --git a/.changes/updater-new-bundle-support.md b/.changes/updater-new-bundle-support.md deleted file mode 100644 index 471da921..00000000 --- a/.changes/updater-new-bundle-support.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"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