We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 524d97b commit 112d1a7Copy full SHA for 112d1a7
CHANGELOG.md
@@ -1,5 +1,7 @@
1
## Unreleased
2
3
+## 1.10.20
4
+
5
- Minor: Add clan title to chat notification metadata. (#635)
6
- Minor: Add `criteria` to loot metadata that indicates why items were included or excluded. (#631)
7
- Minor: Allow hiding just split private chat from screenshots. (#630)
build.gradle.kts
@@ -43,7 +43,7 @@ dependencies {
43
}
44
45
group = "dinkplugin"
46
-version = "1.10.19"
+version = "1.10.20"
47
48
tasks.withType<JavaCompile> {
49
options.encoding = "UTF-8"
0 commit comments