v1.12.2 - Minor bugfixes
Summary
This release contains mostly just minor housekeeping things. The biggest change was a removal of the custom __eq__
and __hash__
implementations for Player
objects. This was causing some really obscure bugs especially with the party system where it was possible to be in a party by yourself but not have party owner permissions. Hopefully this won't happen anymore.
What's Changed
- Issue/#860 Update README by @Askaholic in #869
- Set game_id_counter to 0 if no games by @Brutus5000 in #896
- Issue/#897 config housekeeping by @Askaholic in #899
- Fix integration tests by @Askaholic in #898
- Issue/#893 player hash implementation by @Askaholic in #895
Full Changelog: v1.12.1...v1.12.2