Skip to content

1.0.2

Compare
Choose a tag to compare
@menees menees released this 03 Jun 23:57
· 17 commits to master since this release
  • Added buttons to lookup IP address and name on Add/Edit Location dialog.
  • Turned off file logging by default so trials/demos won't create folders and files unless the user explicitly configures it.
  • Fixed a bug where the default profile could load the same address for Cable Modem and Default Gateway if they were the same device. I thought the code already handled that, but IPAddress doesn't overload operator==. I had to use IPAddress.Equals instead.