Releases: menees/WirePeep
Releases · menees/WirePeep
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
- Updated target frameworks to .NET Framework 4.8 and .NET 6.0.
- Enabled nullable reference types.
1.0.4
1.0.3
1.0.2
- 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.
1.0.1
Made a few tweaks after using WirePeep at work for a bit:
- Added resize grip to status bar.
- Made default splitter position be 80/20 instead of 50/50.
- Made "Start Minimized" option only apply to "Run when user logs in".
- Added option to confirm closing the app (automatically confirmed by Windows logoff or shutdown).
- Added Unselect commands to right-click menus.
- Added current release link and build badges to readme.
- Fixed a bug where two entries with the same group name and location name couldn't be compared by address (since IPAddress doesn't implement IComparable).