From bd444e45b758cb0d208d97ae2ae6ba547822f431 Mon Sep 17 00:00:00 2001 From: wrath16 <90362398+wrath16@users.noreply.github.com> Date: Sat, 21 Sep 2024 02:38:26 -0400 Subject: [PATCH 1/2] PvP Tracker v.2.1.7.0 --- testing/live/PvpStats/manifest.toml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/testing/live/PvpStats/manifest.toml b/testing/live/PvpStats/manifest.toml index 71a64b8882..bf2e9eaa5e 100644 --- a/testing/live/PvpStats/manifest.toml +++ b/testing/live/PvpStats/manifest.toml @@ -1,9 +1,10 @@ [plugin] repository = "https://github.com/wrath16/PvpStats.git" -commit = "d7bef219e06d89c6a8a4eb8b7820cf89d7d7083d" +commit = "8eb02b5fe8a946321dffc9057fd963a377323bce" owners = ["wrath16"] project_path = "PvpStats" changelog = """ -* Updated for version 7.0 and Dalamud apiX. -* Rival Wings matches temporarily disabled. +* Reworked tracker window refresh to load each tab asynchronously and to perform incremental refreshes. +* Re-scaled stat color values for Crystalline Conflict. +* Added KDA to Crystalline Conflict summary. """ \ No newline at end of file From 0746e00f05a31cc26f07a6ad45f8a60ca921aa4c Mon Sep 17 00:00:00 2001 From: wrath16 <90362398+wrath16@users.noreply.github.com> Date: Sat, 21 Sep 2024 02:47:37 -0400 Subject: [PATCH 2/2] Fixed FL/RW team status in player filter. --- testing/live/PvpStats/manifest.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/testing/live/PvpStats/manifest.toml b/testing/live/PvpStats/manifest.toml index bf2e9eaa5e..1450163099 100644 --- a/testing/live/PvpStats/manifest.toml +++ b/testing/live/PvpStats/manifest.toml @@ -1,10 +1,11 @@ [plugin] repository = "https://github.com/wrath16/PvpStats.git" -commit = "8eb02b5fe8a946321dffc9057fd963a377323bce" +commit = "8390edc91db59501d0d782ee5fd9e910420b5320" owners = ["wrath16"] project_path = "PvpStats" changelog = """ * Reworked tracker window refresh to load each tab asynchronously and to perform incremental refreshes. * Re-scaled stat color values for Crystalline Conflict. * Added KDA to Crystalline Conflict summary. +* Fixed team status not working for the FL/RW player filter. """ \ No newline at end of file