Skip to content

Version 1.2.2 (Beta)

Latest
Compare
Choose a tag to compare
@tap-chris tap-chris released this 14 May 13:30
· 3 commits to master since this release
  • Added advanced options in config page:
    Some options are now hidden by default that are not used by all users. They can now be made visible with an advanced options link.
  • Added unload/reload handling:
    Previously after reloading or unloading the extension the dial handlers just returned an error cause the event page was dead. Now when ever the extension get unloaded or reloaded for example during an update, the dial handlers get deactivated automatically until the page is refreshed.
  • Bugfix for issue #2:
    The child count of a node can increase while parsing it if we find numbers and convert them into dial tooltips. If all the numbers are childs of one node and we iterate over it then we have to read the length of the child nodes for each loop otherwise the parser will stop to early.
    Big thanks to @r31griffo for helping me to debug this!