We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a0b726 commit 7d18a3aCopy full SHA for 7d18a3a
CHANGELOG.md
@@ -1,5 +1,7 @@
1
## Unreleased
2
3
+## 1.4.0
4
+
5
- Major: Add notifier to capture player kills while hitsplats are still visible. (#214)
6
- Bugfix: Improve reliablity of hidden chat setting for collection log screenshots. (#217)
7
- Bugfix: Fire death notification when multiple similar NPCs are attacking the player that lack scraped wiki HP data. (#216)
build.gradle.kts
@@ -39,7 +39,7 @@ dependencies {
39
}
40
41
group = "dinkplugin"
42
-version = "1.3.3"
+version = "1.4.0"
43
44
tasks.withType<JavaCompile> {
45
options.encoding = "UTF-8"
0 commit comments