From 9c88caf49bed5c822e8b77737c11e7a9b9f3e710 Mon Sep 17 00:00:00 2001 From: k1tbyte <96521396+k1tbyte@users.noreply.github.com> Date: Sun, 28 Jun 2026 20:14:43 +0300 Subject: [PATCH] Update CHANGELOG for version 1.0.9.2 Updated changelog to reflect changes in version 1.0.9.2, including removal of downloadable .exe files and the built-in updater. --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 13d7238..90fab29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,10 +5,15 @@ The newest entry must match the version in `WandEnhancer/Properties/AssemblyInfo ## [1.0.9.2] - 2026-06-28 +### Important + +- Official releases no longer include downloadable `.exe` files. To update, sync your fork and rerun the `Build executable` workflow, or follow the instructions in [How to use](https://github.com/k1tbyte/Wand-Enhancer#-how-to-use). + ### Changed - Removed the built-in WandEnhancer updater. Official GitHub releases no longer ship executable assets. - Removed System.Net.Http +- Removed self-signed certificate generation to prevent AV false positives. - Switched official releases to publish release notes only. ## [1.0.9.1] - 2026-06-24