Release 0.2.3
Bugfix release
# Docker Hub
$ docker pull jareddantis/blanco-bot:0.2.3
# GHCR
$ docker pull ghcr.io/jareddantis-bots/blanco-bot:0.2.3
For users
/stats
now shows correct uptime- This command currently only works if you own the bot instance.
- This might be changed in the future to allow any server admin to use it.
- "loop" is now a blacklisted keyword when matching Spotify tracks against YouTube results
- This should prevent n-hour loops of songs from being played.
- Tracks that have "loop" in the title are not affected.
For admins and developers
Breaking changes
- Migrations are now run alphabetically, as they should've been from the beginning. My apologies.
Other changes
- Blanco will now warn when debug mode is enabled
- Added a check that prevents Now Playing cards from being sent by an idle player
- This fixes
EndOfQueueError
ontrack_start
events
- This fixes
Known bugs
- Jockey initialization log messages sometimes print repeatedly to the console.
- I'm not able to reproduce this locally, but I see it happening in my Docker container for Blanco. Will continue to investigate.