Skip to content

v0.4.3 Default --port Value, Fixed 'status' Command

Compare
Choose a tag to compare
@Aptimex Aptimex released this 02 Aug 17:10
· 4 commits to main since this release
b8825f9

Main improvements in this release:

  • When a server is configured but not connected to the Wiretap network, the status command now shows information about servers that are connected, rather than just crashing.
  • Various --port arguments now default to whatever port is specified in the (required) --endpoint argument, when the two are related. Since they will need to be the same anyway for most commands in most common network setups, this simplifies several commands.
  • Dropped the second _ from numbered filenames to make tab-completion easier
  • --route is now properly required
  • -H is now shorthand for --show-hidden
  • Various improvements to documentation and help messages

Commits

  • Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /src by @dependabot in #33
  • More robust status command by @Aptimex in #38
  • Bump golang.org/x/net from 0.17.0 to 0.23.0 in /src by @dependabot in #36
  • default port matches endpoint; documentation improvements by @Aptimex in #39
  • Help and filename improvements by @Aptimex in #40
  • Minor fixes before version release by @Aptimex in #41
  • separate server/client port args for 'add' cmd by @Aptimex in #43
  • update gorelease workflow to latest format by @Aptimex in #45

New Contributors

Full Changelog: v0.4.2...v0.4.3