Skip to content

1.17.1 - December 8 2016

Compare
Choose a tag to compare
@kirsle kirsle released this 08 Dec 21:55
· 199 commits to master since this release

Changes

  • 1.17.1 2016-12-08
    • Fix sorting algorithm for triggers with %Previous, making their sort order
      deterministic and correct regardless of the order they appeared in the
      source file (PR #194)
    • Fix the function prototype for getVariable to only accept the name
      parameter for a bot variable. Previously it was accepting (username, name)
      which was incorrect because bot variables are global and have no relation
      to a particular username.