v0.5.0 Server Nicknames
New Features
Server Nicknames: when adding a server (via either configure
or add server
) you can use -n
to create an arbitrary nickname for the server. This will be displayed in the status
output, making it easier to keep track of your deployed servers.
The nickname is stored in the wiretap_relay.conf
file, so the nickname is only visible to the client, not the server. You can also manually add or edit nicknames anytime by modifying that file directly.
Improvements
status
output now displays servers with communication errors in a nice box along with most of the same information that would be displayed for a working server (including nicknames!). This will hopefully be a lot more helpful than the single cryptic error message line that was printed before.
Commits
- Server nicknames by @Aptimex in #48
- Status error nodes by @Aptimex in #57
- Fixes for Gorelease 2.2 by @Aptimex in #62
Full Changelog: v0.4.4...v0.5.0