Skip to content

Releases: tap-chris/cisco-dialer

Version 1.2.2 (Beta)

14 May 13:30
Compare
Choose a tag to compare
  • 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!

Version 1.2.1 (Beta)

07 May 10:11
Compare
Choose a tag to compare

Fixed a bug where non text nodes got parsed and messed up the DOM. This was a major bugfix so please test thoroughly!
Omnibox and Contextmenu are now dialing directly instead of using the runtime. This should also address the issue that these functions didn't work anymore after updating to Chrome 44.
Please also let me know what you think about the new dial icons.

Version 1.1.9 (Beta)

02 Apr 17:43
Compare
Choose a tag to compare

Just a little beautification release.