Skip to content

Commit

Permalink
chore(VersionManager): add old release notes (pajlads#574)
Browse files Browse the repository at this point in the history
  • Loading branch information
iProdigy authored Oct 23, 2024
1 parent d90531a commit 1e0737b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/dinkplugin/VersionManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,8 @@ public static Version of(@NotNull String version) {
register("1.9.0", "Notifications now report monster drop rarity");
register("1.10.0", "Chat messages that match custom patterns can trigger notifications");
register("1.10.1", "Level notifier now triggers at XP milestones with 5M as the default interval");
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");
}
}

0 comments on commit 1e0737b

Please sign in to comment.