Skip to content

Commit

Permalink
Release v1.10.14 (#604)
Browse files Browse the repository at this point in the history
  • Loading branch information
iProdigy authored Nov 24, 2024
1 parent 703a365 commit a6bd940
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## Unreleased

## 1.10.14

- Minor: Pull latest dynamic configuration if sufficiently old. (#598)
- Minor: Allow overwriting webhooks or item lists on config import, rather than merging. (#595)
- Minor: Allow specifying tag IDs to apply for new forum thread messages. (#599)
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ dependencies {
}

group = "dinkplugin"
version = "1.10.13"
version = "1.10.14"

tasks.withType<JavaCompile> {
options.encoding = "UTF-8"
Expand Down
1 change: 1 addition & 0 deletions docs/MAKE-RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

1. Update the changelog - Make a new section for all previously unreleased changes
1. Update the version in `build.gradle.kts`
1. Consider adding an entry to `VersionManager` for particularly noteworthy changes
1. Make a tag on the main branch commit
1. Make a GitHub release
1. Optionally update the plugin in the [RuneLite plugin hub](https://github.com/runelite/plugin-hub)
2 changes: 1 addition & 1 deletion src/main/java/dinkplugin/VersionManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,6 @@ public static Version of(@NotNull String version) {
register("1.10.2", "Chat notifier can read commands and RL notifications");
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");
register("1.10.14", "Kill count notifier now triggers for Herbiboar and Leagues notifier has been re-enabled");
}
}

0 comments on commit a6bd940

Please sign in to comment.