Skip to content

v1.3.0

Latest
Compare
Choose a tag to compare
@delightedCrow delightedCrow released this 07 Apr 02:41
cd18e68

1.3.0 - 2020-4-6

Added

  • Added the latest MMM-HabiticaStats version number to the xclient header so Habitica can tell which versions of MMM-HabiticaStats are making which calls.

Fixed

  • Adding in a guard so that refreshRate for accessing the API cannot be set lower than 30 seconds in the config.
  • Fixing error where we were using setInterval instead of setTimeout in our scheduleUpdate function, resulting in too many requests to the Habitica API over time (fixes issue #1)