From d00a857c422ef45c547967ba14b98652d76bd770 Mon Sep 17 00:00:00 2001 From: Rocket <118800540+KeyboardIsMagic@users.noreply.github.com> Date: Sun, 19 Oct 2025 14:22:13 -0700 Subject: [PATCH] update nex-split-tracker (#9170) * feat: add kill count tracking and table editing - Add ItemDataV2 with optional killcount field - Automatic data migration from legacy format with backup creation - Config options to show killcount/date in details table - Config option to enable/disable kill count input field - Double click any row to edit entry element - Right click -> context menu to edit entire entry - Separation of concerns for more maintainable code - Enhanced tooltips - Remove unused legacy code (ItemEntry, duplicate ImageRenderer) - Cleaned up unused ColorScheme constants * refactor: replace java.util.logging with Slf4j and downgrade info logs to debug --- plugins/nex-split-tracker | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/nex-split-tracker b/plugins/nex-split-tracker index cc728af90..f73eae3f2 100644 --- a/plugins/nex-split-tracker +++ b/plugins/nex-split-tracker @@ -1,2 +1,2 @@ repository=https://github.com/KeyboardIsMagic/NexSplitTracker.git -commit=faf5bbd189d4e4ae49b6180e27f0b3a56df9c0e2 +commit=4585c9b25b5954ac537fcc9f9c8f6a70b4ff3339