From c30c027af4b1b1590efdb42978b1c96557718a3c Mon Sep 17 00:00:00 2001
From: Evan Shimizu
Date: Mon, 26 Feb 2018 18:37:34 -0500
Subject: [PATCH] prepping for 0.2.6, waiting on heroprotocol...
---
README.md | 8 --------
assets/heroes-talents | 2 +-
package.json | 2 +-
templates/about-page.html | 2 ++
4 files changed, 4 insertions(+), 10 deletions(-)
diff --git a/README.md b/README.md
index 8913071..8ac4f6a 100644
--- a/README.md
+++ b/README.md
@@ -17,19 +17,11 @@ Check out the [Releases Page](https://github.com/ebshimizu/hots-analysis/release
Here's what you'll need to develop the app.
* Install node
-* Install Python 2 (must be 2, and you should also put it in your path)
-* Install [pyinstaller](http://www.pyinstaller.org/)
* Install electron globally: `npm install -g electron`
* Clone the repository and initialize the submodules
* Run `npm install` inthe repository root (the one with `package.json` in it)
-* To package the parser, navigate to the `./parser/heroprotocol` folder and run `node ../package_parser.js`
* Launch the Electron application from the repository root by running `electron .`
-### Why is PyInstaller Required?
-Stats of the Storm doesn't assume that users have Python installed on their system. Additionally,
-there are issues with running python files from the Electron ASAR archives, and it is easier
-to package the parser as a single executable file.
-
## Third-Party Libraries
* [heroprotocol.js](https://github.com/nydus/heroprotocol)
* [heroes-talents](https://github.com/heroespatchnotes/heroes-talents)
diff --git a/assets/heroes-talents b/assets/heroes-talents
index 1b54cd3..a7cae81 160000
--- a/assets/heroes-talents
+++ b/assets/heroes-talents
@@ -1 +1 @@
-Subproject commit 1b54cd3b9bcba7bc660a39dfdd6da375e54b3ffd
+Subproject commit a7cae813f1c3512f80605c6a2cd9c53b61a6a9fe
diff --git a/package.json b/package.json
index a836bc5..fb2737c 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "stats-of-the-storm",
- "version": "0.2.5",
+ "version": "0.2.6",
"main": "main.js",
"description": "A Heroes of the Storm stat tracking application.",
"bugs": "falindrith@gmail.com",
diff --git a/templates/about-page.html b/templates/about-page.html
index c36cb37..937d470 100644
--- a/templates/about-page.html
+++ b/templates/about-page.html
@@ -16,6 +16,8 @@
Change Log
+
+ heroes-talents: 2/26/2018 PTR Update.
Teams: Corrected issue with pick priority not showing all heroes.