Skip to content

Releases: cfernande1470/webos-wireguard

WireGuard for webOS v1.0.2

Choose a tag to compare

@cfernande1470 cfernande1470 released this 14 Aug 16:49

Addresses the follow-up review for the Homebrew repository:

  • Keeps bundled binaries and scripts in the application directory and uses symlinks instead of copying the payload.
  • Uses a symlinked boot hook, so removing the app prevents future VPN autostarts.
  • Preserves configuration and runtime state across updates.
  • Replaces the four-digit PIN with a random eight-character access code.
  • Stops the upload server after one successful upload or ten minutes, and locks it after five incorrect codes.
  • Retains 32-bit ARMv7 compatibility across supported LG TVs.

WireGuard for webOS v1.0.1

Choose a tag to compare

@cfernande1470 cfernande1470 released this 06 Aug 19:37

Fixes the package identity for Homebrew Channel, rebuilds all bundled executables for 32-bit ARMv7 compatibility, and adds an MIT licence plus reproducible release checks.

v1.0.0

Choose a tag to compare

@cfernande1470 cfernande1470 released this 15 May 20:13

Initial stable release of WireGuard for LG webOS Homebrew.

  • WireGuard userspace support through wireguard-go
  • LG webOS Homebrew app
  • Bilingual English/Spanish UI
  • Bilingual config uploader
  • Manual Install / update workflow
  • PIN-protected wg0.conf upload
  • Start, stop, status, routes, config and log actions
  • Optional autostart on boot
  • Runtime uninstall action

Notes:

  • Bundled binaries are built for linux/arm64 / aarch64.
  • IPv6 and DNS handling are not implemented in this release.