-
Notifications
You must be signed in to change notification settings - Fork 0
Revision History
Todd Taylor edited this page Sep 29, 2024
·
11 revisions
Date | Version | Description |
---|---|---|
2024-06-24 | 1.1.0 | Added the map detection feature. |
2024-06-25 | 1.1.1 | Fixed Issue 1. A couple other minor changes. |
2024-06-26 | 1.1.2 | Made some enhancements to the map detection logic. |
2024-07-02 | 1.3.0 | Made changes to map detection logic. Added map detection settings editor tab. |
2024-07-04 | 1.3.1 | Made some quality of life improvements. Mostly for the detections settings tab. |
2024-07-10 | 1.4.0 | Added a new search box to the data grid section of the UI. |
2024-07-28 | 1.5.0 | Added a new option in settings. You can choose to combine pet entities in the UI, so it combines pet data by display label, instead of display each by unique id. Also added a pretty new icon. |
2024-08-11 | 1.6.0 | Modified current combat entity metrics, and added several more. Current metrics (Damage, DPS, Max Hit, Hull Damage, Shield Damage, Attacks, Crit %, Flank %, Kills, Heals, and HPS). |
2024-08-11 | 1.6.1 | Did a little cleanup, and some restyling for the combat entity tree view control. |
2024-08-13 | 1.7.0 | Reorganized the UI a bit to improve workflow and layout. Added a couple parameters to support the layout changes. |
2024-08-14 | 1.8.0 | Added a feature to event type breakdown section. You can now pick which metric to display in the bar chart. |
2024-08-16 | 1.9.0 | Add a new configurable feature to detect player inactive timespans, and apply them to DPS and HPS metrics. |
2024-08-17 | 1.9.1 | Fixing a bug introduced in the last release. Had a use case where DPS and HPS calculations were coming back negative. |
2024-08-17 | 1.10.0 | I was bored, so I added a new feature to download and install the latest official MapDetectionSettings JSON. |
2024-08-21 | 1.11.0 | A couple bug fixes and several enhancements. See Release for details. |
2024-09-02 | 1.12.0 | Several enhancements, and moved a few items into their own library. See Release |
2024-09-27 | 2.1.0 | A few processing enhancements, and a rework of the main config object. See Release |
2024-09-28 | 2.1.2 | Switched from using local project to nuget package. Added additional parse validation. See Release |