Skip to content

Version 1.3.1

Compare
Choose a tag to compare
@Killeroo Killeroo released this 16 Feb 21:53
· 105 commits to master since this release

New features/arguments

  • New and improved graph mode (Timeouts displayed better, automatic graph axis scaling and clearer bar drawing)
  • Reworked No input (/ni or /noinput) and added Require input (/ri or /requireinput)
    (These commands still function the same as noinput always has; using it in a command will mean that command does not require input once it has finished . What's changed is these commands now persistent accross runs of PowerPing. So if you use noinput once you will no longer be prompted for input next time PowerPing is run even if you don't include /noinput. The same applies in reverse to /requireinput which is still the default behaviour for PowerPing)
  • Added Full timestamp argument (/fts or /fulltimestamp), similar to --timestamp but adds full local time and date
  • Added 'utc' option for /fulltimestamp and /timestamp commands (/timestamp utc or /fulltimestamp utc in order to use) to display any timestamps in UTC
  • Added version check to --version and ```--help`` commands
  • Added alternate themes for --symbols command (use /sym 0 or 1 to select alternate themes)
  • Added option to listen to specific address in --listen command (Use /listen 127.0.0.1 to specify address)
  • If left without a specific address /listen command will now listen to all local adapter addresses by default

Tweaks

  • Added more info to raw socket creation errors messages
  • Improved address finding and arguments parsing
  • Improved build and testing processes