Skip to content

Commit

Permalink
0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ebshimizu committed Mar 25, 2018
1 parent 1abfe59 commit 8c52efa
Show file tree
Hide file tree
Showing 2 changed files with 15 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": "1.0.0-dev",
"version": "0.5.3",
"main": "main.js",
"description": "A Heroes of the Storm stat tracking application.",
"bugs": "[email protected]",
Expand Down
14 changes: 14 additions & 0 deletions templates/about-page.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,20 @@ <h2 class="ui inverted header">Stats of the Storm - Version <span class="app-ver
gets talent and hero information 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 0.5.3</h3>
<p>
macOS: <a href="https://github.com/ebshimizu/stats-of-the-storm/issues/135">#135</a> Build server should now properly re-fetch available parsing protocols.
</p>
<p>
Matches: Backgrounds have been added to the match screen. They might show up in other parts of the app eventually.
</p>
<p>
App: Some deleted talents have been added back into the database. If you see a talent marked as deleted, let me know! I only
went back to December to update missing talents.
</p>
<p>
heroes-talents: Updated for balance patch 2.30.6 (build 63402).
</p>
<h3 class="ui inverted dividing header">Version 0.5.2</h3>
<p>
Parser: Updated to handle balance patch 2.30.6 (build 63402).
Expand Down

0 comments on commit 8c52efa

Please sign in to comment.