File tree Expand file tree Collapse file tree 2 files changed +17
-5
lines changed
Expand file tree Collapse file tree 2 files changed +17
-5
lines changed Original file line number Diff line number Diff line change 11CHANGELOG
22============
33
4+ 0.5.2 -
5+ --------------------
6+
7+ * Hooked up travis-ci for continuous testing. https://travis-ci.org/GraylinKim/sc2reader
8+ * Fixed player team assignment.
9+ * Log a warning instead of throwing an exception when using an unknown colors.
10+ ** An unknown hex value will use the hex value as the name.
11+ ** An unknown color name will use 0x000000 as the color.
12+
4130.5.1 - June 1, 2013
514--------------------
615
@@ -19,10 +28,10 @@ CHANGELOG
1928
2029* Support for all replays (arcade replays now parse!) from all versions
2130* Support for the new replay.tracker.events added in 2.0.8
22- **Units now have birth frame, death frame, and owner information
23- **New events for (roughly) tracking unit positions
24- **New events for tracking player resource stockpiles and collection rates
25- **More!
31+ ** Units now have birth frame, death frame, and owner information
32+ ** New events for (roughly) tracking unit positions
33+ ** New events for tracking player resource stockpiles and collection rates
34+ ** More!
2635* Much more comprehensive documentation.
2736* New unit model
2837** SiegeTank and SiegeTankSieged (and others with different forms) are no longer separate units.
Original file line number Diff line number Diff line change @@ -44,7 +44,8 @@ the three primary resource types listed below. For a more detailed and exact
4444description of the information that can be extracted please consult the
4545`documentation `_ hosted on Read the Docs.
4646
47- The library is production ready and reasonably stable.
47+ The library is production ready and reasonably stable. `travis-ci `_ provides a
48+ record of continuous testing which you can `see here `_
4849
4950
5051Replays
@@ -321,3 +322,5 @@ and kept this project going.
321322.. _issue tracker : https://github.com/GraylinKim/sc2reader/issues
322323.. _bnet_scraper : https://github.com/agoragames/bnet_scraper
323324.. _sc2profile : https://github.com/srounet/sc2profile
325+ .. _see here : https://travis-ci.org/GraylinKim/sc2reader
326+ .. _travis-ci : https://travis-ci.org/
You can’t perform that action at this time.
0 commit comments