Skip to content

Releases: RichardRobertson/PingUI

v3.0.1

28 Jun 14:00
Compare
Choose a tag to compare

[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

12 Mar 14:34
Compare
Choose a tag to compare

[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

26 Feb 16:21
Compare
Choose a tag to compare

[1.4.0] - 2024-02-26

Added

  • Added dropdown to start/stop all target pings at once (#15)

Fixed

  • Fixed scrollbar on main view (#13)

v1.3.1

14 Feb 20:53
Compare
Choose a tag to compare

[1.3.1] - 2024-02-14

Added

  • Settings panel

    • Checkbox to check online for updates (12)
    • Checkbox to remember window location
  • Ability to restore window location across program launches

v1.3.0

26 Jan 14:20
Compare
Choose a tag to compare

[1.3.0] - 2024-01-26

Added

  • Set focus to textbox in edit target dialog (11)

Changed

  • Precompiled binaries are now AOT compiled for win-x64

Fixed

  • Localize ping results (#10)

v1.2.1

10 Nov 22:00
Compare
Choose a tag to compare

[1.2.1] - 2023-11-10

Fixed

  • Incorrect JSON parsing in update check (#9)

v1.2.0

09 Nov 19:21
Compare
Choose a tag to compare

[1.2.0] - 2023-11-9

Added

  • Automatic zip and msi package creation on release publish
  • Ability to check for updates on startup (#8)
  • New application icon to get rid of default Avalonia logo

v1.1.0

27 Oct 18:33
Compare
Choose a tag to compare

[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

  • TargetViewModel alerts only trigger once per state change (#1)
  • IPinger implementation scheduling fix (#3)
  • Prevent adding two identical targets to the list (#6)

v1.0.0

27 Sep 14:28
Compare
Choose a tag to compare

First release