Releases: pajlads/DinkPlugin
Releases · pajlads/DinkPlugin
v1.1.1
What's Changed
- Minor: Use notifier-specific screenshot filenames. (#79)
- Minor: Support notifier-specific webhook URLs. (#78)
Dev changes
- Dev: Explicitly define achievement diaries. (#80)
- Dev: Add mockito test suite for notifiers. (#74, #75)
- Dev: Utilize more dependency injection. (#73)
Full Changelog: v1.1.0...v1.1.1
v1.1.0
What's Changed
- Major: Add achievement diary notifications. (#67)
- Major: Add combat achievement notifications. (#63)
- Major: Add additional information for PvP deaths. (#55, #58, #71)
- Major: Add boss kill count notifications. (#50)
- Minor: Add note about Collection Log requiring in-game setting (#70)
- Minor: Add config to ignore slayer tasks with low point values. (#61)
- Bugfix: Prevent old clue or slayer data from entering later notifications. (#68)
Dev changes
New Contributors
- @notheowner made their first contribution in #65
All commits since v1.0.3: v1.0.3...v1.1.0
v1.0.3
What's Changed
Dev stuff
- fix: avoid
@Singular
due to outdated lombok from runelite by @iProdigy in #49 - Make old kotlin test methods camelCase by @xel86 in #52
New Contributors
Full Changelog: v1.0.2...v1.0.3
v1.0.2
Initial release of Dink
What's Changed
- Fix %POINTS% outputting total points instead of points recieved by @Felanbird in #5
- fix: match non-latin slayer tasks by @iProdigy in #9
- This is not UniversalDiscordNotifier, this is Dink now! by @Mm2PL in #10
- chore(test): ensure slayer task match is accurate by @iProdigy in #11
- Reformat according to .editorconfig by @Mm2PL in #13
- Add a CI by @Mm2PL in #14
- Simplify and add tests for
COLLECTION_LOG_REGEX
by @Felanbird in #12 - Standardize settings order by @Felanbird in #17
- Add metadata by @Mm2PL in #15
- Fix levelup notifications always firing by @Felanbird in #18
- Update
com.example
todinkplugin
by @Felanbird in #19 - refactor: migrate gradle from groovy to kotlin by @iProdigy in #21
- Ignore notifications in speedrun worlds by @Felanbird in #24
- Add speedrun notifications by @Mm2PL in #23
- refactor: general code cleanup by @iProdigy in #26
- fix: honor notify loot setting for pickpocket and containers by @iProdigy in #28
- Update description & tags by @pajlada in #30
- fix: avoid death notifications for actors with the same name by @iProdigy in #29
- feat: notify on virtual level ups by @iProdigy in #32
- feat: add total value pattern for loot and clue scrolls by @iProdigy in #33
- fix: ignore more world types by @iProdigy in #34
- Fix
PET_REGEX
not matching when you already have a pet out + add tests by @Felanbird in #35 - refactor: move logic from plugin to notifier by @iProdigy in #36
- Update readme to include payload metadata and have the first paragraph describe the plugin more closely by @Mm2PL in #37
- Make a changelog by @Mm2PL in #40
- Update the license text by @Mm2PL in #41
- Add Run configuration by @Felanbird in #38
- refactor: simplify notifiers by @iProdigy in #39
- Release 1.0.0! 🎉 by @Mm2PL in #43
Full Changelog: https://github.com/pajlads/DinkPlugin/commits/v1.0.0