release: 1.0.9.0 — panel i18n + self-signed build signing

- Bump AssemblyInfo to 1.0.9.0 and add the CHANGELOG section.
- build.ps1 now code-signs the Release exe with a self-signed
  certificate (reused across builds, generated on first use, no env
  or secrets needed) to lower false-positive AV/VirusTotal detections.
This commit is contained in:
kitbyte
2026-06-15 00:32:32 +03:00
parent 4ce47dc6d2
commit 6395ca3a27
3 changed files with 51 additions and 2 deletions
+12
View File
@@ -3,6 +3,18 @@
This file is the source of truth for release notes.
The newest entry must match the version in `WandEnhancer/Properties/AssemblyInfo.cs`.
## [1.0.9.0] - 2026-06-15
### Features
- The Remote Web Panel now shows mod names, descriptions, and instructions translated to your WeMod account language. #98
- Added a language selector to the Remote Web Panel (English, Russian, German, French, Spanish, Simplified Chinese) with automatic detection from the browser language.
### Improvements
- Release builds are now code-signed, which reduces false-positive antivirus and VirusTotal detections.
- Reworked the Remote Web Panel internals around feature capabilities for easier maintenance, with no change to existing behavior.
## [1.0.8.4] - 2026-06-10
### Fixes