Skip to content

Commit

Permalink
Release Dink v1.6.4 (#343)
Browse files Browse the repository at this point in the history
Co-authored-by: Felanbird <[email protected]>
  • Loading branch information
iProdigy and Felanbird authored Oct 25, 2023
1 parent 2b07af0 commit 3c765f3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
## Unreleased

## 1.6.4

- Minor: Add task progress metadata for diary notifications. (#331)
- Minor: Use boss chat message for latest kill count in loot notifications. (#324)
- Minor: Use boss chat message for latest kill count in loot notifications. This is only for "normal" bosses and won't yet work for things such as raids/barrows/hespori. (#324)
- Minor: Include hashed account unique identifier in notification metadata. (#334)
- Minor: Made the default setting for screenshots enabled for consistency across all notifiers. (#330)
- Minor: Send character information on login to custom handlers via advanced config. (#321)
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dependencies {
}

group = "dinkplugin"
version = "1.6.3"
version = "1.6.4"

tasks.withType<JavaCompile> {
options.encoding = "UTF-8"
Expand Down

0 comments on commit 3c765f3

Please sign in to comment.