Skip to content

Commit

Permalink
PvP Tracker v2.1.10.0 (#4678)
Browse files Browse the repository at this point in the history
* PvP Tracker v2.1.10.0

* Add to stable
  • Loading branch information
wrath16 authored Oct 17, 2024
1 parent 9692213 commit a8801c8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 9 deletions.
12 changes: 7 additions & 5 deletions stable/PvpStats/manifest.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
[plugin]
repository = "https://github.com/wrath16/PvpStats.git"
commit = "f13d762e5358f658729e676a60f200a1c3130ba0"
commit = "c141eb72da053a849e02db8013a4d58c030ceb91"
owners = ["wrath16"]
project_path = "PvpStats"
changelog = """
* Fixed Frontline player and job tab filters not persisting.
* Fixed player link settings not being used.
* Rival Wings match guards now updates the button text.
* Added /lastmatch command to open the match details window of the most recent match of any game mode.
* Added player table to Rival Wings tracker.
* Reworked refresh for most tabs. Matches are now processed asynchronously. This can reduce refresh times by up to 50%.
* Rescaled Rival Wings color values.
* Fixed an exception on Crystalline Conflict job and player Time On Crystal columns.
* Fixed Rival Wings summary per minute stats not calculating properly.
* Fix for a game crash that could occur after a Rival Wings match.
"""
11 changes: 7 additions & 4 deletions testing/live/PvpStats/manifest.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
[plugin]
repository = "https://github.com/wrath16/PvpStats.git"
commit = "c8d2352ce83f8128143697116f58f2f5d6abc345"
commit = "c141eb72da053a849e02db8013a4d58c030ceb91"
owners = ["wrath16"]
project_path = "PvpStats"
changelog = """
* Added player table to Frontline tracker.
* Added Damage to PCs and Damage to Other columns to Frontline job table.
* Reworked auto player links for performance. Will not be functional until PlayerTrack is updated.
* Added player table to Rival Wings tracker.
* Reworked refresh for most tabs. Matches are now processed asynchronously. This can reduce refresh times by up to 50%.
* Rescaled Rival Wings color values.
* Fixed an exception on Crystalline Conflict job and player Time On Crystal columns.
* Fixed Rival Wings summary per minute stats not calculating properly.
* Fix for a game crash that could occur after a Rival Wings match.
"""

0 comments on commit a8801c8

Please sign in to comment.