Skip to content

EasyWG Portable v0.2.8.8

Choose a tag to compare

@Terence0816 Terence0816 released this 09 Jul 10:22
· 8 commits to main since this release
b8f5e1c

EasyWG Portable v0.2.8.8

🇺🇸 English

This release mainly adds Windows 7 compatibility support and improves core component handling and UI compatibility across supported Windows versions.

🆕 Main Changes

  • Added Windows 7 compatibility mode
  • Windows 7 now uses a dedicated Legacy WireGuard core:
    • tunnel-win7.dll
    • wintun.dll
  • Windows 10 / 11 continue to use the existing WireGuardNT architecture:
    • tunnel.dll
    • wireguard.dll
  • Added automatic core component handling for Windows 7
  • Added a dedicated DLL update-checking path for Windows 7
  • Improved Windows 7 Tunnel Service startup and .conf compatibility
  • Added Windows 7 Tunnel Service diagnostic logging
  • Improved UI layout and clipping behavior on Windows 7, Windows 10, and Windows 11
  • Improved the complete build workflow so build_all.bat can build both Win7 and Win10/11 core components

⚠️ Notes

  • Windows 7 SP1 with working TLS 1.2 system updates is recommended
  • Windows 7 uses Legacy compatibility mode
  • Windows 10 / 11 continue to use WireGuardNT
  • WireGuard .conf files may contain plaintext PrivateKey values; keep them secure

Project

GitHub: https://github.com/Terence0816/easy-wg-portable


🇹🇼 繁體中文

本版本主要新增 Windows 7 相容支援,並改善不同 Windows 版本下的核心元件管理與介面顯示。

🆕 主要更新

  • 新增 Windows 7 相容模式
  • Windows 7 改用專用 Legacy WireGuard 核心:
    • tunnel-win7.dll
    • wintun.dll
  • Windows 10 / 11 維持原有 WireGuardNT 架構:
    • tunnel.dll
    • wireguard.dll
  • Windows 7 支援核心元件自動取得
  • Windows 7 使用獨立 DLL 更新檢測機制
  • 改善 Windows 7 Tunnel Service 啟動與 .conf 設定檔相容性
  • 新增 Windows 7 Tunnel Service 診斷紀錄
  • 改善 Windows 7 與 Windows 10 / 11 的介面顯示與版面裁切問題
  • 改善完整核心建置流程,build_all.bat 現可同時建置 Win7 與 Win10/11 所需元件

⚠️ 注意事項

  • Windows 7 建議使用 SP1,並具備可用的 TLS 1.2 系統更新
  • Windows 7 使用 Legacy compatibility mode
  • Windows 10 / 11 繼續使用 WireGuardNT
  • WireGuard .conf 可能包含明文 PrivateKey,請妥善保管