Releases: circumspect/White-Rabbit
Releases · circumspect/White-Rabbit
0.16.0
Improvements
!upload
now uploads directly to Discord if the file is small enough (#166)- Update Spanish localization (credit: @Sinesthesyc)
- Update German localization (credit: @Gabbalo)
- Add French posters/guide/character sheet
- Logging improvements
Fixes
- Allow bot to have arbitrary role name (#164)
- Bot no longer retains game state after running
!server_setup
0.15.0
BREAKING CHANGE
- Replaced dev_ids.txt and WHITE_RABBIT_DEV_ID with WHITE_RABBIT_DEBUG environment variable
- Use Python logging library
0.14.5
Add !version
command
0.14.4
- Bump minimum Python version to 3.10
- Update Dockerfile for playset support (credit: @PokePango)
- Fix cog loading/unloading
0.14.3
0.14.2
- Fixed deprecated use of
random.sample()
- Quit if no card list found on startup
0.14.1
- Add spanish localization (credit: @Sinesthesyc)
0.14.0
New features
- Added support for custom cards
- Added support for custom expansions
- Added support for custom playsets (groups of expansions, e.g., the set of all official expansions)
- Added
!server_setup
command to automatically generate server channels for a given playset/language - Allow custom formatting of character names in PDF exports
- Allow customizing server role names via expansion files
- Allow player receiving the 90 minute clue to be someone other than Charlie Barnes
Fixes
- Fixed bug where one of the endings was incorrectly drawing from the pool of remaining suspects rather than drawing from the pile of suspect cards
Misc.
- Migrated to discord.py v2 and bumped minimum Python version to 3.7
- Code cleanup and type hints