Skip to content

Version 0.3.0 - New features, bug fixes and performance

Latest
Compare
Choose a tag to compare
@pyarmak pyarmak released this 18 Feb 00:59
· 2 commits to master since this release

New features, bug fixes and performance

Changelog:

  • Adjusted display of chart tooltip containers.
  • Made game parse status notifications more verbose.
  • Made views use bootstrap grid system for a more responsive design (will rearrange according to application size).
  • Made application download higher resolution image assets.
  • Fixed parser bug by increasing buffer size of parser process.

New features:

  • Added a progress bar for replay downloads.
  • Added player heroes pie graph.
  • Added player records (e.g. most kills, most hero damage etc.).
  • Added some basic caching functionality to improve performance (will experiment with some more advanced caching later).

Other changes:

  • The application now requires java version version 7+ to be installed on all operating systems (for the parser functionality to work). The windows installer will now make sure you have a compatible version of java installed before installing the app. I have decided to do it this way because I realized that wrapping a ~130mb JRE with the parser jar file would not be a good idea for people with bandwidth issues and it would also make updating the app rather unwieldy.