Skip to content

Commit 7d18a3a

Browse files
authored
Release v1.4.0 (#218)
1 parent 0a0b726 commit 7d18a3a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## Unreleased
22

3+
## 1.4.0
4+
35
- Major: Add notifier to capture player kills while hitsplats are still visible. (#214)
46
- Bugfix: Improve reliablity of hidden chat setting for collection log screenshots. (#217)
57
- Bugfix: Fire death notification when multiple similar NPCs are attacking the player that lack scraped wiki HP data. (#216)

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ dependencies {
3939
}
4040

4141
group = "dinkplugin"
42-
version = "1.3.3"
42+
version = "1.4.0"
4343

4444
tasks.withType<JavaCompile> {
4545
options.encoding = "UTF-8"

0 commit comments

Comments
 (0)