Releases: ggtracker/sc2reader
Releases · ggtracker/sc2reader
Release list
v1.9.0 update to SC2 5.0.16
What's Changed
- Drop support for legacy Python #174
- Migrate from setup.py to pyproject.toml (PEP 621) #193
- Lint with ruff instead of flake8 #195 #196 #207
- Add region_id attribute to Entity #191
- Add mmr to User class #190
- Add observer URL support #189
- Identify all control group event types #187
- Add DialogControlEvent type #201
- Fix division by zero on instant-leave replays #198
- Fix examples/sc2autosave.py for Python 3 #209 #210
- Fix utcfromtimestamp deprecation warnings
- Update CDN host for the CN server #226
- Fix missing CancelAddon abilities #227
- Add balance data through 5.0.16.97364 (89720, 5.0.15, 5.0.16) #181 #227 #228
New Contributors
- @dlithio made their first contribution in #187
- @NumberPigeon made their first contribution in #190
- @manuelseeger made their first contribution in #198
- @Primvin made their first contribution in #210
- @pre-commit-ci[bot] made their first contribution in #217
Full Changelog: v1.8.0...v1.9.0
v1.8.0 Various fixes and improvements
Python 3.8, 3.9 support
v1.6.0 StarCraft 5.0 support
Release Version for Zenodo
Merge pull request #122 from Talv/p80949 Support for protocol 80949 (v5.0.0)
v1.5.0 StarCraft 4.11.0 support
v1.4.0 StarCraft 4.10.0 support
- Add support for protocol 75689 #95