Skip to content

Releases: pajlads/DinkPlugin

v1.7.2

27 Nov 19:21
bf0b900
Compare
Choose a tag to compare

What's Changed

  • Dev: Utilize runelite event for unsired loot instead of custom widget handler (#375).

Full Changelog: v1.7.1...v1.7.2

v1.7.1

18 Nov 22:55
5e1fb19
Compare
Choose a tag to compare

What's Changed

  • Bugfix: Report correct remaining tasks until next area unlock in Leagues notifications. (#369)

Full Changelog: v1.7.0...v1.7.1

v1.7.0

17 Nov 19:20
24270fe
Compare
Choose a tag to compare

What's Changed

  • Major: Add leagues notifier for areas, relics, and tasks. (#366)

Full Changelog: v1.6.5...v1.7.0

v1.6.5

05 Nov 21:44
d98697c
Compare
Choose a tag to compare

What's Changed

  • Minor: Allow notifications on seasonal worlds to be ignored via advanced config. (#357)
  • Minor: Prefer historical name for first Recipe for Disaster quest. (#352)
  • Minor: Include owned pets in login notification metadata. (#347)
  • Minor: Include individual skill XP in login notification metadata. (#345)
  • Bugfix: Classify reminisced Galvek deaths as safe. (#351)
  • Bugfix: Improve handling of queued notifications upon concurrent config changes. (#355)
  • Dev: Migrate to new RuneLite Widget API. (#358, #359)

Full Changelog: v1.6.4...v1.6.5

v1.6.4

25 Oct 22:18
3c765f3
Compare
Choose a tag to compare

What's Changed

  • Minor: Add task progress metadata for diary notifications. (#331)
  • Minor: Use boss chat message for latest kill count in loot notifications. This is only for "normal" bosses and won't yet work for things such as raids/barrows/hespori. (#324)
  • Minor: Include hashed account unique identifier in notification metadata. (#334)
  • Minor: Made the default setting for screenshots enabled for consistency across all notifiers. (#330)
  • Minor: Send character information on login to custom handlers via advanced config. (#321)
  • Minor: Add key in the Speedrun notifier extra object for whether the run is a personal best or not. (#329)
  • Minor: Indicate in pet notification metadata when a pet was previously owned but lost. (#314)
  • Minor: Support wildcards in loot item name filters. (#312)
  • Bugfix: Use correct duration time for gauntlet minigame completions. (#341)
  • Bugfix: Allow the first xp drop after login to trigger level notifications. (#332)
  • Bugfix: Don't treat personal best ties as personal bests for Speedrun notifications. (#329)
  • Bugfix: Classify Gauntlet deaths as safe, unless the player is a hardcore ironman. (#327)
  • Bugfix: Classify deaths in Tombs of Abascut as safe or dangerous depending on the attempt invocations. (#317)
  • Dev: Update gradle wrapper to v8.4 minor version. (#328)
  • Dev: Add pet test for Lil' creator. (#325)
  • Dev: Bump Java source & target compatability from 8 to 11. (#318)

Full Changelog: v1.6.3...v1.6.4

v1.6.3

10 Sep 13:23
92ae725
Compare
Choose a tag to compare

What's Changed

  • Minor: Add item name allowlist and denylist for loot notifications. (#310)
  • Minor: Add allowlist mode for Filtered RSNs under the Advanced category. Use this setting with caution. (#306)
  • Minor: Send kill count notifications for Penance Queen kills. (#304)
  • Minor: Include popup notification widget in collection log screenshots. (#309)
  • Minor: Support new thread creation for Discord forum channels. (#302)
  • Minor: Indicate whether pets are already owned in pet notifications. (#303, #307)
  • Minor: Include NPC kill count in loot notifications. (#299)
  • Minor: Add option to disable price in Group Storage notifications. (#298)
  • Minor: Add %TOTAL_LEVEL% message template for level notifications. (#300)

Full Changelog: v1.6.2...v1.6.3

v1.6.2

10 Aug 18:38
170e5af
Compare
Choose a tag to compare

What's Changed

  • Bugfix: Avoid duplicate grand exchange notifications for partial transactions at trade limit.

Full Changelog: v1.6.1...v1.6.2

v1.6.1

09 Aug 17:55
6825396
Compare
Choose a tag to compare

What's Changed

  • Minor: Include new pet names from Desert Treasure II bosses in notification metadata. (#279)
  • Bugfix: Fire loot notifications for The Whisperer kills. (#286)
  • Bugfix: Classify webhook overrides for player kill, grand exchange, and group storage notifiers appropriately for config exports. (#284)

Full Changelog: v1.6.0...v1.6.1

v1.6.0

22 Jul 21:22
6405bfc
Compare
Choose a tag to compare

What's Changed

  • Major: Add notifier for when items are bought or sold on the Grand Exchange. (#275, #277)
  • Minor: Fire level notification upon reaching max skill experience of 200M. (#273)
  • Minor: Include clan name in notificiation metadata. (#274)
  • Dev: Update gradle wrapper to v8.2.1 patch version. (#276)

Full Changelog: v1.5.3...v1.6.0

v1.5.3

03 Jul 19:17
096b312
Compare
Choose a tag to compare

What's Changed

  • Minor: Adds option to announce every level-up past a certain level. (#265)
  • Bugfix: Increase level notifier initialization delay, as it sometimes occurred too early causing incorrect levelup notifications to trigger. (#264)
  • Dev: Optimize skill level initialization algorithm. (#269)
  • Dev: Add gradle 7.4 runner to ensure plugin hub compatibility. (#268)
  • Dev: Remove references to deprecated Skill.OVERALL enum value. (#266)
  • Dev: Avoid compiler exception when building the plugin with JDK 17+. (#267)
  • Dev: Update gradle wrapper to v8.2, which includes path traversal fixes. (#263)
  • Dev: Optimize notification templating engine performance. (#258)

New Contributors

Full Changelog: v1.5.2...v1.5.3