-
Notifications
You must be signed in to change notification settings - Fork 222
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* PvP Tracker v2.1.10.0 * Add to stable
- Loading branch information
Showing
2 changed files
with
14 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
""" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
""" |