Skip to content

V0.9.11

Compare
Choose a tag to compare
@KallynGowdy KallynGowdy released this 01 Jul 17:11
· 10920 commits to master since this release
4a5c095

Changes:

  • Improvements
    • Added two new functions that can be used to open URLs.
      • player.goToURL(url): Redirects the user to the given URL in the same tab/window.
      • player.openURL(url): Opens the given URL in a new tab/window.
  • Bug Fixes
    • Fix actions that edit files which get destroyed to not error and cause the rest of the action to fail.