diff --git a/assets/heroes-talents b/assets/heroes-talents index bcb3394..36ea9cb 160000 --- a/assets/heroes-talents +++ b/assets/heroes-talents @@ -1 +1 @@ -Subproject commit bcb3394d76903c7ad1c3742b1561b264062b2120 +Subproject commit 36ea9cbc204b1ff5e35d666ffd7db32db4f8a3e8 diff --git a/background.html b/background.html index b4e8ada..12b1011 100644 --- a/background.html +++ b/background.html @@ -8,7 +8,7 @@ const app = require('electron').remote.app; ipc.on('parseReplay', function(event, file, id, fromWindowId) { - let out = Parser.processReplay(file, { legacyTalentKeys: true }); + let out = Parser.processReplay(file, { legacyTalentKeys: true, overrideVerifiedBuild: true }); out.idx = id; // you know what just broadcast it i don't care diff --git a/hots-parser b/hots-parser index 4459cf8..a399a0f 160000 --- a/hots-parser +++ b/hots-parser @@ -1 +1 @@ -Subproject commit 4459cf802bd040fed9594b63816eaf1f9152f82d +Subproject commit a399a0f29a36cc9962e4f70749f8bbd4ff8905e2 diff --git a/package.json b/package.json index a5f5bdc..8bead08 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stats-of-the-storm", - "version": "2.6.52", + "version": "2.6.53", "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 b82831f..1f2e96a 100644 --- a/templates/about-page.html +++ b/templates/about-page.html @@ -24,6 +24,8 @@

Stats of the Storm - Version heroes-talents.

Change Log
+
Version 2.6.53
+

Parser: Provisional support for 2.55.2. As of 2.6.53, the parser will not check against the verified build number.

Version 2.6.52

Parser: Bugfix for incorrect Braxis Holdout first objective win flag and updated wave strength calculations.

Version 2.6.51