netswitch/CHANGELOG.md
Engelgardt23 e80e673a10 release: v1.0.1
Drop 'made by engelgardt' from the startup banner — author credit stays in README only. Exe now ships the embedded icon (CI uses -iconFile assets/icon.ico).
2026-05-17 18:06:13 +03:00

1.3 KiB

Changelog

All notable changes to netswitch are documented in this file.

The format follows Keep a Changelog, and the project uses Semantic Versioning.

Unreleased

[1.0.1] - 2026-05-17

Changed

  • Dropped the made by engelgardt line from the startup banner — keep author credit in the README only.

Added

  • Embedded application icon in the exe (via ps2exe -iconFile assets/icon.ico).

1.0.0 - 2026-05-16

Added

  • First public release on GitHub.
  • Portable .exe (~30 KB) built from PowerShell via ps2exe.
  • Self-elevation through UAC.
  • Physical wired NIC filter — Wi-Fi, VPN, virtual, Hyper-V, VMware, VirtualBox, TAP/TUN, WireGuard, OpenVPN, Tailscale, ZeroTier, Bluetooth, Loopback and WAN Miniport adapters are hidden from the picker.
  • Two modes: Static (default 10.10.10.1/24, optional gateway) and DHCP.
  • Current IPv4 configuration is printed after the change.
  • Auto-update check on startup: polls GitHub /releases/latest with a 3-second timeout and offers to open the download page if a newer version exists. Silent on offline / API errors.
  • MIT licensed.