Update pvp-performance-tracker to v1.8.1#13143
Merged
runelite-github-app[bot] merged 1 commit intoJul 3, 2026
Merged
Conversation
ui fixes/clarifications
|
|
|
This plugin requires a review from a Plugin Hub maintainer. The reviewer will request any additional changes if needed. Internal use only: Reviewer details Maintainer details |
Matsyir
added a commit
to Matsyir/plugin-hub
that referenced
this pull request
Jul 3, 2026
*Note: Currently live is 1.8.0, there is another PR for 1.8.1 (runelite#13143) Feel free to skip 1.8.1 and push 1.8.2 right away. But if it would be longer, there's a fairly significant visual issue in 1.8.0 that's been fixed in 1.8.1 1.8.1: ui fixes/clarifications - fixed filter bug where no fights would appear in your panel if the filter was empty, which is most of the time/default behavior. oops - improved filter sanitization - added new filter where you can search for >X attacks, and added tooltip to clarify filter functionality (1. RSN filter, 2. BorderStyle filter, 3. >X, <X, >=X, <=X total attacks from the client player) - moved death icon (red skull) to minimize text & flag clipping/overlapping. Not sure how i like this location but it's an improvement 1.8.2: - Improved filter behavior - Improved overall performance & responsiveness - various UI threading optimizations. It feels much smoother & snappier overall. From me & LogicalSolution's testing, there doesn't seem to be any issues, but this includes some of those potentially problematic race-condition-causing threading changes - Customizable UI ~ New config options for: hide panel BG images, center vs. side-align text, and customize nearly all colors, including a dropdown for preset color styles/configurations. - Adjusted death icon (red skull) placement amended commit for another fix I forgot to include, one of the primary tooltips was broken
Matsyir
added a commit
to Matsyir/plugin-hub
that referenced
this pull request
Jul 3, 2026
*Note: Currently live is 1.8.0, there is another PR for 1.8.1 (runelite#13143) Feel free to skip 1.8.1 and push 1.8.2 right away. But if it would be longer, there's a fairly significant visual issue in 1.8.0 that's been fixed in 1.8.1 1.8.1: ui fixes/clarifications - fixed filter bug where no fights would appear in your panel if the filter was empty, which is most of the time/default behavior. oops - improved filter sanitization - added new filter where you can search for >X attacks, and added tooltip to clarify filter functionality (1. RSN filter, 2. BorderStyle filter, 3. >X, <X, >=X, <=X total attacks from the client player) - moved death icon (red skull) to minimize text & flag clipping/overlapping. Not sure how i like this location but it's an improvement 1.8.2: - Improved filter behavior - Improved overall performance & responsiveness - various UI threading optimizations. It feels much smoother & snappier overall. From me & LogicalSolution's testing, there doesn't seem to be any issues, but this includes some of those potentially problematic race-condition-causing threading changes - Customizable UI ~ New config options for: hide panel BG images, center vs. side-align text, and customize nearly all colors, including a dropdown for preset color styles/configurations. - Adjusted death icon (red skull) placement +1 amended commit for another fix I forgot to include, one of the primary tooltips was broken +2 amended commit for another fix related to pvp-hub syncing by LogicalSolutions
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Note: There is now also a PR for
v1.8.2(#13187), feel free to merge that one right away instead of this one as well if you'd prefer.I'm leaving this one open in case that would be longer, since there's a fairly significant visual issue in
v1.8.0that's already been fixed here inv1.8.1, so it wouldn't hurt to have this merged ASAP. That being said,v1.8.2does include the same fixes, and many new fixes/optimizations & improvementsui fixes/clarifications