We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d25de2e commit 92ae725Copy full SHA for 92ae725
CHANGELOG.md
@@ -1,5 +1,7 @@
1
## Unreleased
2
3
+## 1.6.3
4
+
5
- Minor: Add item name allowlist and denylist for loot notifications. (#310)
6
- Minor: Add allowlist mode for Filtered RSNs under the Advanced category. Use this setting with caution. (#306)
7
- Minor: Send kill count notifications for Penance Queen kills. (#304)
build.gradle.kts
@@ -43,7 +43,7 @@ dependencies {
43
}
44
45
group = "dinkplugin"
46
-version = "1.6.2"
+version = "1.6.3"
47
48
tasks.withType<JavaCompile> {
49
options.encoding = "UTF-8"
0 commit comments