Skip to content

5.1.1

Compare
Choose a tag to compare
@embolalia embolalia released this 21 Feb 18:11
· 3696 commits to master since this release

Changes between 5.0.0 and 5.1.1

Module changes (for users):

  • Fixed a regression that caused getting weather for a nick to fail
  • Bugs related to channel log filenames are fixed
  • Channel logs can now use the bot's preferred time zone
  • Getter and setter methods for timezone and format are more consistently named
  • .seen persists across bot restarts
  • .seen no longer shows message or channel unless used within the same channel
  • Special characters in Wikipedia URLs are handled correctly

Core changes (for users):

  • help_prefix can now be given in [core] to change the command prefix used in help

API changes (for developers):

  • The Trigger object is now immutable, as expected
  • New decorators for checking privileges on callables are added