Skip to content

Releases: ggtracker/sc2reader

v1.9.0 update to SC2 5.0.16

Choose a tag to compare

@StoicLoofah StoicLoofah released this 25 Jun 05:25
32a0b83

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

Full Changelog: v1.8.0...v1.9.0

v1.8.0 Various fixes and improvements

Choose a tag to compare

@StoicLoofah StoicLoofah released this 05 May 05:39
12634e1

Added functionality

  • Add CommandManagerStateEvent #162

Bug fixes

  • Fix various typos in docs #146
  • Fix various URLs for blizzard resources #151 #154 #156
  • Fix Ravager data #161
  • Fix participant state from gameheart #171

Python 3.8, 3.9 support

Choose a tag to compare

@StoicLoofah StoicLoofah released this 18 May 04:14
dffaf57
  • Add DOI to the README #128
  • Add various missing attributes for co-op replays #129
  • Add support for python 3.8, 3.9 #132 #136
  • Fix owner on an event with no unit #133
  • Add support for ResourceTradeEvent #135
  • Fix depot URL template #139

v1.6.0 StarCraft 5.0 support

Choose a tag to compare

@StoicLoofah StoicLoofah released this 26 Sep 03:54
e86884e
  • Add support for protocol 80949 (StarCraft 5.0) #122
  • Fix toJson script #118

Release Version for Zenodo

Choose a tag to compare

@StoicLoofah StoicLoofah released this 29 Aug 04:39
86bd9b7
Merge pull request #122 from Talv/p80949

Support for protocol 80949 (v5.0.0)

v1.5.0 StarCraft 4.11.0 support

Choose a tag to compare

@StoicLoofah StoicLoofah released this 18 Jan 22:09
2ee6974
  • Add support for protocol 77379 #106 #107
  • Workaround for missing data #102 #104

v1.4.0 StarCraft 4.10.0 support

Choose a tag to compare

@StoicLoofah StoicLoofah released this 19 Aug 23:57
329e044
  • Add support for protocol 75689 #95

v1.3.2 Stetmann and code cleanup

Choose a tag to compare

@StoicLoofah StoicLoofah released this 09 Aug 23:40
9619c53
  • Allow pytest #84
  • Format code with black #87
  • Fix UnitTypeChangeEvent.str #92
  • Add Stetmann #93

v1.3.1 Use backup if data is missing

Choose a tag to compare

@StoicLoofah StoicLoofah released this 30 Nov 02:01
346c422

Parse backup if data is missing #61 #69 @Gusgus01

v1.3.0 StarCraft 4.7.0 support

Choose a tag to compare

@StoicLoofah StoicLoofah released this 19 Nov 00:26
3aaabe1
  • Added support for protocol 70154 (StarCraft 4.7.0) #68
  • Added support for Zeratul #68
  • Updated CircleCI build for Python 3.7 #66 @cclauss
  • Fixed a bug with printing TrackerEvent #64 @Gusgus01