Releases: RichardRobertson/PingUI
Releases · RichardRobertson/PingUI
v3.0.1
[3.0.1] - 2024-06-28
Fixed
- Properly initialize LocalOrAppDataJsonConfiguration.AutomaticTagEntries
[3.0.0] - 2024-06-28
Added
- Visible counter on the right edge of the ping result history if a given status repeats
- Can use enter and escape to confirm or cancel dialogs respectively (#19)
- Target tagging system (#20)
- Tag entry bar on edit target view
- Tags display in tooltip when hovering over a target in details view
- Filter button added to top of window
- Drag arrange is disabled while list is filtered
- Automatic tagging system based on the label or address
Changed
- Replaced close button path glyph with
SymbolIcon
on main window and settings popup
v2.0.0
[2.0.0] - 2024-03-12
Added
- New menu drawer to remove clutter from window controls area
- New condensed view available in the menu drawer (#14)
- Includes details view option to return to the original appearance
- Delete all targets button added to menu drawer (#16)
- Ability to drag targets on the main detail view to rearrange them (#17)
Changed
- Settings and start/stop all target pings moved to menu drawer
Removed
- Move Up and Move Down context menu items for targets
v1.4.0
v1.3.1
v1.3.0
v1.2.1
v1.2.0
v1.1.0
[1.1.0] - 2023-10-27
Added
- Repeat count parameter for
FakeTogglePinger
which assists in testing - Ability to move targets up and down in the list (#4)
- Ability to resolve hostnames instead of only typing in IP addresses (#2)
Changed
- Updated Nuget package references
- History is now only preserved when
TargetViewModel.Target.Address
does not change (#5) TargetViewModel.Target
can now be updated (#7)
Fixed
v1.0.0
First release