Skip to content

Releases: lewpar/WireGuardCommand

Release version 2.1.4

11 Dec 22:49
f26adad

Choose a tag to compare

What's Changed

  • Improved keyboard experience on the decrypt project prompt.

Full Changelog: v2.1.3...v2.1.4

Release version 2.1.3

23 Oct 20:07
f2813e9

Choose a tag to compare

What's Changed

  • Added subnet CIDR to evaluator.
  • Removed hard-coded /32 CIDR from {peer.allowed.ip} variable.

Full Changelog: v2.1.2...v2.1.3

Release version 2.1.2

17 Oct 22:48
064a378

Choose a tag to compare

What's Changed

  • Updated create project and settings pages to use toolbar component.
  • Add support for server allowed IPs to evaluator.

Full Changelog: v2.1.1...v2.1.2

Release version 2.1.1

06 Oct 23:29
c588d8d

Choose a tag to compare

What's Changed

  • Trim the output of the commands to support ROS systems by @lewpar in #3

Full Changelog: v2.1.0...v2.1.1

Release version 2.1.0

06 Oct 11:55
8fc5978

Choose a tag to compare

  • Moved project away from WPF towards Blazor (ASP.NET + SignalR) & Electron.NET
  • Implement project management to easily save and load previous configurations
  • Added support for managing your own configuration seed
  • Added previews so you can preview your configs before exporting them

Pre-release version 2.1.0

04 Oct 00:33

Choose a tag to compare

Pre-release
  • Moved project away from WPF towards Blazor (ASP.NET + SignalR) & Electron.NET
  • Implement project management to easily save and load previous configurations
  • Added support for managing your own configuration seed
  • Added previews so you can preview your configs before exporting them

Release version 1.2.4

13 Nov 08:02

Choose a tag to compare

  • Fixed missing CIDR in client address output.
  • Added support for referencing the endpoint ip and port in command field.

Release version 1.2.3

30 Jul 22:45

Choose a tag to compare

  • Fixed crashes when calculating subnet size, again.

Release version 1.2.2

30 Jul 22:40

Choose a tag to compare

  • Fixed empty subnet crashing app.

Release version 1.2.1

27 Jul 23:33

Choose a tag to compare

  • Fixed WireguardCommand crashing if appsettings.json is missing. The config will now be generated if it is not found.