Skip to content

Releases: pajlads/DinkPlugin

v1.1.1

03 Dec 08:46
22b1e53
Compare
Choose a tag to compare

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

21 Nov 21:50
e0e55c2
Compare
Choose a tag to compare

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

  • Dev: Bump runeliteVersion to always use latest.release (#64)
  • Dev: Add plugin-hub icon. (#65)

New Contributors

All commits since v1.0.3: v1.0.3...v1.1.0

v1.0.3

30 Oct 09:12
4d3e9bc
Compare
Choose a tag to compare

What's Changed

  • fix: avoid calling webhook before image captured by @iProdigy in #51

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

  • @xel86 made their first contribution in #52

Full Changelog: v1.0.2...v1.0.3

v1.0.2

26 Oct 12:15
6f6bab3
Compare
Choose a tag to compare

What's Changed

Nothing

Dev changes

To ensure it builds in the plugin hub:

  • chore: only apply kotlin plugin to test task types by @iProdigy in #45
  • chore: only enable test suite if DINK_DEBUG by @iProdigy in #46
  • chore: avoid external gradle plugins by @iProdigy in #47

Full Changelog: v1.0.1...v1.0.2

Initial release of Dink

25 Oct 19:46
6b827e2
Compare
Choose a tag to compare

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 to dinkplugin 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