Skip to content

Commit

Permalink
2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ebshimizu committed Jul 12, 2018
1 parent ce4837d commit 9d94002
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stats-of-the-storm",
"version": "2.2.0-dev",
"version": "2.2.0",
"main": "main.js",
"description": "A Heroes of the Storm stat tracking application.",
"bugs": "[email protected]",
Expand Down
22 changes: 22 additions & 0 deletions templates/about-page.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,28 @@ <h2 class="ui inverted header">Stats of the Storm - Version <span class="app-ver
gets talent info, hero info, and images from <a href="https://github.com/heroespatchnotes/heroes-talents">heroes-talents</a>.
</p>
<div class="ui inverted horizontal divider">Change Log</div>
<h3 class="ui inverted dividing header">Version 2.2.0</h3>
<p>
App: Third ban now supported in draft modes. The Matches page layout has been updated accordingly.
</p>
<p>
<a href="https://github.com/ebshimizu/stats-of-the-storm/issues/203">#203</a> Parser: Updated for 2.35.0 (build 66488)
</p>
<p>
heroes-talents: Updated for 2.35.0
</p>
<p>
<a href="https://github.com/ebshimizu/stats-of-the-storm/issues/209">#209</a> Braxis Holdout: Wave composition Updated
for game version 2.35.0
</p>
<p>
<a href="https://github.com/ebshimizu/stats-of-the-storm/issues/210">#210</a> Bugfix: Team Details filters now work correctly
when applying to a team that has already been loaded.
</p>
<p>
Settings: Delete database updated to delete version 2 databases. Warning: there are still a few quirks with this,
for now, manual database deletion is recommended.
</p>
<h3 class="ui inverted dividing header">Version 2.1.2</h3>
<p>
Heroes Talents (tooltips): Updated for 2.34.3
Expand Down

0 comments on commit 9d94002

Please sign in to comment.