What's Changed
- [FIX] Type enforcement checks on some dictionary merges causing bad/incomplete data to be sent to the server
- [CHANGED] Python version support
- Dropped: Python 3.7, 3.8, 3.9
- Added: 3.13
- [CHANGED] Version naming scheme due to dizqueTV's stalled development
- Previous versions:
X.Y.Z.a
whereX.Y.Z
represented the dizqueTV version, anda
represented the patch version of this library- Ex.
1.5.3.2
-> the second patch (third overall version) of this library compatible with dizqueTV v1.5.3
- Ex.
- New versions
X.Y.Z.aaa
whereX.Y.Z
represents the major-minor-patch version of this library, andaaa
represents the lowest compatible dizqueTV version- Ex.
2.0.0.153
-> Version2.0.0
of this library, compatible with dizqueTV v1.5.3 as a minimum
- Ex.
- Previous versions:
Related PRs
Full Changelog: 1.5.3.2...2.0.0.153