Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## Unreleased

## 1.14.0

- Minor: Enable the leagues notifier for Demonic Pacts. (#932, #933)
- Bugfix: Prevent double notifications to metadata webhook upon TOA Purple Loot. (#930, #934)

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ dependencies {
}

group = "dinkplugin"
version = "1.13.2"
version = "1.14.0"

tasks.withType<JavaCompile> {
options.encoding = "UTF-8"
Expand Down
1 change: 1 addition & 0 deletions src/main/java/dinkplugin/VersionManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -132,5 +132,6 @@ public static Version of(@NotNull String version) {
register("1.10.5", "Pet notifications now report rarity and luck");
register("1.10.12", "Rarity is now reported for notable pickpocket loot");
register("1.10.14", "Kill count notifier now triggers for Herbiboar and Leagues notifier has been re-enabled");
register("1.14.0", "League notifier is back!");
Comment thread
iProdigy marked this conversation as resolved.
}
}
Loading