From 8381bc0a021b81dc41bdf8cea9a98bc4d9942ee1 Mon Sep 17 00:00:00 2001 From: Darkforge317 Date: Sun, 9 Aug 2026 13:41:37 -0600 Subject: [PATCH] Plugin Update: rl-goal-tracker V2.1.0 **Features (previously open PRs, now merged and ported to the standalone repo):** - Normalize line endings in test suite (`.gitattributes` enforcing LF) - Skill level and XP task handling improvements, including live data synchronization with in-game stats - Recipe for Disaster sub-quest support, with prerequisite quest/skill data for all 10 subquests - Dynamic shift-to-delete cursor and tooltip refresh for task deletion **Maintenance:** - Renamed Java package and Gradle group ID from `com.toofifty.goaltracker` to `com.darkforge317.goaltracker` - Updated `runelite-plugin.properties` (`author`, `support`) to reflect new ownership - Bumped version to 2.1.0 - Renamed default branch from `master` to `main` - Expanded issue templates (bug report / feature request) to request more actionable detail ## Testing - Full `gradlew test` suite passing - Manual smoke test of all four merged features together (task creation/deletion, live stat updates, login refresh, RFD prerequisite population, shift-delete) - Verified via multiple fresh clones (not working directory) that the build succeeds independent of local environment/cache - Cross-verified RFD sub-quest skill/level requirements against actual in-game/wiki data --- plugins/goal-tracker | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/goal-tracker b/plugins/goal-tracker index 0fb7a33dc25a..76abeb2ac788 100644 --- a/plugins/goal-tracker +++ b/plugins/goal-tracker @@ -1,3 +1,3 @@ repository=https://github.com/Darkforge317/rl-goal-tracker.git -commit=93cd9a01c7bbc022fe4363a9456c23b32f8451ff +commit=3a99e3abcd7c2f33d8f125f08552ca511ffd3f1e authors=Toofifty,cecilia-sanare,AhDoozy