Changelog v5.5.0 - GaryMcNabb/HVSTAT GitHub Wiki

Major update version

How to install

Chrome

  1. Unzip downloaded file.
  2. Open Extensions(chrome://extensions) page.
  3. Drag and drop downloaded file onto the Extensions page.

Firefox

  1. Install GreaseMonkey or Scriptish in advance.
  2. Unzip downloaded file.
  3. Drag and drop hvstat.user.js onto the Firefox page.
    Note: Files other than hvstat.user.js will also be installed.

Improvements

  • Improved loading time
  • Added new option 'Adjust key event handling not to overrun when an alert is shown'
  • Monster skills recorded will be shown even if monsters are not scanned

Changes

  • Removed Crysfest
  • Removed option 'Use column view for item inventory'
  • Renamed tab to 'Monster Database' from 'Monster Stats'
  • Arranged layouts of Arena Reward, Shrine and Settings pane
  • Fixed horizontal position of monster popup
  • Removed delay when monster popup is being hidden
  • Removed curative proficiency to suit HV 0.73
  • Added highlighting when monsters evade, parry or resist
  • Fixed size of equipment tags
  • Tags of new equipments will be highlighted.

Bug fixes

  • Fixed bug of incorrect display of option 'Show Battle Summary' (Enbuged)
  • Fixed bug that Cure statistics are corrupted (Enbuged)

Resolved issues

  • [Firefox with Scriptish] Flickering of additional gadgets no longer occurs.
  • [Chrome][Firefox with Scriptish] Combat turns no longer overrun when an alert is shown by enabling new option above.

Technical notes

  • HTML and CSS fragments that were embedded in JavaScript code are now separated to external resource files. (Still in progress)
  • jQuery and jQuery UI is now dynamically loaded.