Releases: adamk33n3r/runelite-watchdog
v3.1.0
What's Changed
- Fix v3 notifications not firing bug by @CreativeTechGuy in #106
- Add looping sounds by @CreativeTechGuy in #107
- fix: fetch 11labs voices on alert import by @adamk33n3r in #114
- fix: Tray Notifications on Linux & macOS by @pajlada in #112
New Contributors
Full Changelog: v3.0.0...v3.1.0
v3.0.0
Alert Hub
This is the big one! Integrated alert sharing 😄 well, at least importing. To add alerts to the list, create a PR to the alert-hub
branch. You can see instructions and an example here.
What's Changed
- Add Player Chat Alert by @CreativeTechGuy in #93
- AFK Notification Config by @CreativeTechGuy in #94
- Add AFK Notification Config by @CreativeTechGuy in #100
- Alert Hub by @adamk33n3r in #103
Full Changelog: v2.14.2...v3.0.0
v3.0.0-rc2
What's Changed
- AFK Notification Config by @CreativeTechGuy in #94
- Add AFK Notification Config by @CreativeTechGuy in #100
- Exporting single alerts not as arrays, and importing both.
Full Changelog: v3.0.0-rc1...v3.0.0-rc2
v3.0.0-rc1
What's Changed
- Added alert hub functionality
Full Changelog: v2.14.2...v3.0.0-rc1
java -ea -jar watchdog-3.0.0-rc1+3823-all.jar --profile=test --sessionfile=test.session
v2.14.2
What's Changed
- fix: lag from queued sounds
- fix: eleven labs api key warning
- feat: img for overlay by @adamk33n3r in #91
Full Changelog: v2.14.1...v2.14.2
v2.14.1
What's Changed
- chore: Remove SoundFiredAlert by @adamk33n3r in #88
Jagex requested we remove sound fired triggers
Full Changelog: v2.14.0...v2.14.1
v2.14.0
What's Changed
- Alert Filter by @adamk33n3r in #84
- MP3 support by @adamk33n3r in #85
- Eleven Labs by @adamk33n3r in #87
Full Changelog: v2.13.1...v2.14.0
v3.0.0-alpha+2334
This is a pre-release build. Do NOT use your main properties file with this build! It will break things if you go back to release.
Alert Groups #58
In preparation for the Alert Hub, you can now group alerts (infinite nesting)! Currently we support inheriting on/off state and debounce timers.
- On/Off: If any of an alert's ancestor groups is toggled off, then the alert will not fire.
- Debounce: It will use the longest debounce timer of the alert's ancestors (including itself) when deciding to fire notifications.
You can also import alerts directly into a group, using the new import button at the top of the alert screen!
Full Changelog: v2.13.1...v3.0.0-alpha+2334
v2.13.1
What's Changed
- fix: close clip to prevent memory leaks by @adamk33n3r in #80
Full Changelog: v2.13.0...v2.13.1
v2.13.0
What's Changed
- Increase max debounce time to max login time by @CreativeTechGuy in #79
- Remove text formatting from tile objects by @CreativeTechGuy in #78
- Fixed empty impostor error and overlay text color default 07ec39c
New Contributors
- @CreativeTechGuy made their first contribution in #79
Full Changelog: v2.12.0...v2.13.0