New Features
- The 
servecommand now has the--delete-config(-D) flag to delete the .conf file after ingesting it with-f - Client and Server listening ports can be independently specified using the 
--portand--sportarguments to theconfigureandadd servercommands - The 
--outboundflag has been replaced with the--outbound-endpoint IP:PORTargument to simplify the behavior of the--endpoint IP:PORTargument; now only use one or the other to specify which direction to use for the initial connection 
Improvements
- The 
servecommand will now auto-detect whenconfigure --simplewas used without the need to specify--simplein theservecommand also - The environment-based commands to start a Server are now saved as comments in the server config files in case you need them later and didn't save the CLI output of the initial 
configureoradd servercommands - Multiple library updates, notably 
wireguard-goandgvisor 
Commits
- server flag to delete config files after ingesting by @ntozaks in #80
 - updated server CLI commands logic by @ntozaks in #83
 - updating add_server config file by @ntozaks in #86
 - initial auto-detect of simple configuration by @ntozaks in #84
 - separating client and server arguments for listening port by @ntozaks in #85
 - Bump golang.org/x/crypto from 0.21.0 to 0.35.0 in /src by @dependabot[bot] in #78
 - Bump golang.org/x/net from 0.23.0 to 0.38.0 in /src by @dependabot[bot] in #79
 - update wireguard-go by @Aptimex in #89
 - initial regression test framework by @Aptimex in #90
 - updating wt-tests.md by @ntozaks in #92
 - update README by @ntozaks in #91
 - README improvements and fixes by @Aptimex in #93
 
New Contributors
Full Changelog: v0.6.1...v0.7.0