Skip to content

Releases: vilhelmen/djallin2

v0.8.2

28 Jan 03:57
Compare
Choose a tag to compare
Very minor fix to stat config detection to prevent a crash

v0.8.1

28 Dec 00:37
Compare
Choose a tag to compare
More explicit exit when nothing is set in windows

v0.8.0

20 Sep 02:20
Compare
Choose a tag to compare
Add explicit intra-message sound ordering

This is a breaking change (sorry)!
Any references to SoundRequest need to be updated to pass an index value after the timestamp

SoundServer.SoundRequest(100, timestamp, "broccoli4.mp3", False)
becomes
SoundServer.SoundRequest(100, timestamp, 0, "broccoli4.mp3", False)

v0.7.1a.3

01 Sep 02:36
Compare
Choose a tag to compare
Ok, revert methods a bit, this should be good.

v0.7.1a.2

01 Sep 02:15
Compare
Choose a tag to compare
Library is missing? Add as optional and install it that way?

v0.7.1a.1

01 Sep 01:57
Compare
Choose a tag to compare
Switching tts engines maybe

v0.7.1

01 Sep 23:24
Compare
Choose a tag to compare
Let's just include both.

v0.7.0

20 Aug 20:22
Compare
Choose a tag to compare
Point rewards work! Messages were nested. tyburpo

v0.6.5b.1

04 Jul 21:43
Compare
Choose a tag to compare
Fix for windows shutdown

Tweak for disabled stats server

v0.6.5

04 Jul 21:51
Compare
Choose a tag to compare
Windows shutdown fix! Closing the window now saves all stats data.