Releases: pajlads/DinkPlugin
Releases · pajlads/DinkPlugin
v1.10.7
What's Changed
- Minor: Add Nid support for duplicate determination in pet notifications. (#528)
- Minor: Add setting to include client frame in screenshots. (#525)
- Bugfix: Fire loot notifications for Araxxor. (#531)
- Bugfix: Respect denylist when finding max value item for loot notification thumbnails. (#526)
- Dev: Perform http notifications from okhttp's thread pool to aid users with transient network issues. (#523)
Full Changelog: v1.10.6...v1.10.7
v1.10.6
v1.10.5
What's Changed
- Minor: Include rarity and luck for pet notifications. (#433)
- Bugfix: Avoid level notification upon login. (#514)
- Bugfix: Avoid outdated notification data if disabling and enabling notifiers over time. (#515)
- Dev: Add raid party members to loot notification metadata. (#478)
Full Changelog: v1.10.4...v1.10.5
v1.10.4
v1.10.3
What's Changed
- Minor: Add advanced setting to keep config synchronized with a remote URL. (#488)
- Minor: Allow filtering of loot notifications if both rarity and value thresholds are not met. (#499)
- Dev: Update NPC loot rarity data from the wiki. (#500, #505)
- Dev: Reduce requests to RuneLite's Maven repository. (#481)
Full Changelog: v1.10.2...v1.10.3
v1.10.2
What's Changed
- Minor: Allow RuneLite notifier messages to trigger the Dink chat notifier. (#493)
- Minor: Include player region and world for non-Discord custom webhook handlers via metadata for all notifiers. (#490)
- Minor: Allow client commands to trigger the chat notifier. (#489)
- Minor: Send logout notifications to the Custom Metadata Handler in advanced settings. (#492)
- Bugfix: Distinguish raid modes for loot notifications such as Entry Mode or Expert Mode. (#483)
- Bugfix: Fire death notifications for Doom modifier in Fortis Colosseum. (#474)
- Dev: Include the rarity of each item within loot notification metadata for NPC drops. (#465, #494)
- Dev: Allow custom webhook handlers to use HTTP status code 307 and 308 to redirect requests. (#484)
- Dev: Add message source to chat notification metadata. (#476)
New Contributors
- @BlackCoyote made their first contribution in #492
Full Changelog: v1.10.1...v1.10.2
v1.10.1
What's Changed
- Minor: Fire notifications for XP milestones beyond level 99. (#462)
- Bugfix: Distinguish corrupted from normal Gauntlet for loot notifications. (#470)
- Bugfix: Avoid double PK notification when multi-tick special attack had already killed the target. (#467)
- Dev: Avoid benign NPE when config items are reset. (#464)
Full Changelog: v1.10.0...v1.10.1
v1.10.0
What's Changed
- Major: Add notifier for chat messages that match custom patterns. (#391, #450)
- Minor: Include Smol heredit pet name in pet notifications. (#458)
- Minor: Prevent RuneLite from resetting empty config values for footer, ignored death regions, and chat patterns. (#454)
- Minor:
Completed Entries
field in Discord rich embed is now calledCompleted
. (#448) - Bugfix: Allow Lunar Chest openings to trigger kill count notifier. (#449)
- Bugfix: Exclude denylisted items from loot rarity override consideration. (#447)
- Dev: Enable reproducible builds. (#344)
Full Changelog: v1.9.1...v1.10.0
v1.9.1
v1.9.0
What's Changed
- Major: Add item rarity to monster loot and collection notifications. (#425, #427)
- Minor: Add
%COMPLETED%
and%TOTAL_POSSIBLE%
variables for collection log template. (#439) - Minor: Add wiki link for loot source in rich embeds. (#431)
- Minor: Add chat message upon noteworthy plugin updates. (#429, #436)
- Minor: Allow loot notifications for rare items below the min value threshold. (#426)
- Minor: Include relevant kill count in collection log notifications. (#424)
- Minor: Obtain kill count from chat commands plugin for loot notifications. (#392)
- Minor: Add chat command to obtain the player's dink hash. (#408)
- Bugfix: Include estimated kills without drops in KC for loot and collection notifications. (#432)
- Dev: Refactor kill count tracking from
LootNotifier
toKillCountService
. (#392)
Full Changelog: v1.8.4...v1.9.0