Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PvP Tracker v2.1.10.0 #4678

Merged
merged 2 commits into from
Oct 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
"""
Loading