Releases: pajlads/DinkPlugin
Releases · pajlads/DinkPlugin
v1.5.0
What's Changed
- Major: Add notifications for depositing or withdrawing items from Group Ironman Shared Storage. (#225)
- Minor: Include discord user profile in notification metadata. (#226)
- Minor: Add setting to allow death notifications during safe activities. (#227)
- Minor: Allow player name in Discord notifications to link to CollectionLog.net profile. (#224)
- Bugfix: Ensure lost items metadata is empty upon safe deaths in TzHaar Fight Cave or Inferno. (#230)
New Contributors
Full Changelog: v1.4.1...v1.5.0
v1.4.1
v1.4.0
What's Changed
- Major: Add notifier to capture player kills while hitsplats are still visible. (#214)
- Bugfix: Improve reliablity of hidden chat setting for collection log screenshots. (#217)
- Bugfix: Fire death notification when multiple similar NPCs are attacking the player that lack scraped wiki HP data. (#216)
- Dev: Update gradle wrapper to v8.1.1 patch version. (#215)
Full Changelog: v1.3.3...v1.4.0
v1.3.3
What's Changed
- Minor: Include NPC killer in death notification metadata. (#207)
- Minor: Add advanced setting to hide chat when screenshotting. (#208)
- Minor: Rescale screenshots to comply with Discord's 8MB size limit. (#200)
- Minor: Include combat level in skill notifications. (#203)
- Bugfix: Skip quest notification for Hazeel cult partial completion. (#211)
- Dev: Update grade wrapper to v8.1 minor version. (#209)
- Dev: Refactor killer identification in death notifier. (#197, #210)
Full Changelog: v1.3.2...v1.3.3
v1.3.2
What's Changed
- feat(collection): include number of completed entries by @iProdigy in #174
- chore: collapse notifier settings by default by @iProdigy in #176
- feat(quest): include completions and points fields by @iProdigy in #178
- chore: mention issue tracker in readme by @iProdigy in #179
- fix: fire slayer notification beyond 999 points by @iProdigy in #182
- chore: bump gradle to v8.0.2 by @iProdigy in #185
- fix(collection): reset counts when logged out by @iProdigy in #181
- fix(death): allow pk attribution in lms by @iProdigy in #187
- fix: avoid false settings warnings on world hops by @iProdigy in #183
- fix(slayer): improve thread safety of current task by @iProdigy in #184
- fix(death): ignore more safe areas by @iProdigy in #194
- fix: delay pet notifications for milestone by @iProdigy in #193
- feat: include loot category in extra data by @iProdigy in #196
Full Changelog: v1.3.1...v1.3.2
v1.3.1
What's Changed
- Minor: Include pet acquisition milestone in webhook metadata from clan message. (#169)
- Minor: Add setting to skip death notifications with low value of items lost. (#166)
- Bugfix: Associate fight duration to delayed kill count messages. (#171)
- Bugfix: Fire skill notification when jumping over a level that matches the configured interval. (#164)
- Dev: Upgrade Gradle from v7.6 to v8.0. (#167, #170)
- Dev: Improve thread-safety of level notifier. (#165)
Full Changelog: v1.3.0...v1.3.1
v1.3.0
What's Changed
- Major: Add Barbarian Assault high level gambling notifications. (#150)
- Minor: Add plugin config export and import chat commands. (#155, #160)
- Minor: Make time units of advanced settings more obvious in the user interface. (#158)
- Minor: Clean up setting tooltips that stretched too wide, making them difficult to read. (#151)
- Minor: Add warning when in-game kill count chat spam filter is enabled. (#154)
- Minor: Include pet name in webhooks when available in chat via clan, collection log, or untradeable drop notifications. (#149, #153)
- Bugfix: Improve identification of diary completions via message box events. (#157, #159)
- Bugfix: Report correct item quantity from unsired loot. (#147)
- Dev: Improve thread-safety of notifiers. (#156)
New Contributors
Full Changelog: v1.2.2...v1.3.0
v1.2.2
v1.2.1
What's Changed
- Minor: Add setting to ignore clue scrolls for loot notifications. (#135)
- Minor: Add setting to skip notifications for low tier clue scrolls. (#134)
- Minor: Add embed field on a max level up indicating total 99+ skills. (#115)
- Minor: Include all lost items in extra death notification data. (#132)
- Minor: Reduce ticks to initialize diary notifier and improve logging for edge cases. (#129)
- Minor: Made Collection Log notifications display the icon of the obtained item. (#128)
- Minor: Made player names in Discord notifications link to a player profile page. This feature can be customized to different providers such as WiseOldMan & CrystalMathLabs in the Advanced menu. (#126)
- Minor: Add setting to skip virtual level notifications. (#122)
- Minor: Update the README to be less confusing to users. (#123, #136)
- Minor: Update embed icons for level up and slayer task notifications. (#119)
- Bugfix: Improve PKer identification in death notifier using characteristics such as clan. (#137)
- Bugfix: Improve item price lookup for clue and loot notifiers so that coins are not worthless. (#131)
New Contributors
Full Changelog: v1.2.0...v1.2.1
v1.2.0
What's Changed
- Major: Use Discord rich embed format for webhooks. This is technically a possible breaking change for users that target non-Discord webhook servers; these users can revert to the old notification format by disabling the
Use Rich Embeds
setting in theAdvanced
section. (#110) - Minor: Add configurable player name ignore list for notifications. (#114)
- Bugfix: Read unsired sprite dialog at end of game tick. This is still experimental for wider testing. (#112)
- Dev: Allow full plugin mocking in unit tests. (#117)
- Dev: Allow unit tests to post to an actual webhook server. (#110, #113)
Full Changelog: v1.1.3...v1.2.0