Skip to content

Latest commit

 

History

History
123 lines (100 loc) · 4.39 KB

CHANGELOG.md

File metadata and controls

123 lines (100 loc) · 4.39 KB

v2.0.7

  • Update topic and logger scoping fixups - Horace Ko
  • Don't exit the process if listening to a room is denied

v2.0.6

  • Don't kill all username looks if some users don't have name attribute

v2.0.5

  • All adapters have been removed except for shell and campfire
  • Better win32 compatability
  • Campfire reconnects on streaming errors on a per-room basis

v2.0.0

  • Major adapter overhaul, they're now external - Tom Bell
  • Shell adapter now functions like a REPL - Tom Bell
  • Improved logging using log.js - Tom Bell
  • Search help commands - Gabriel Horner
  • Improvements to roles.coffee - Daniel Schauenberg

Upgrading

If you are not using the Campfire or Shell adapters please be aware before upgrading that adapters have been moved out of the code of hubot and you should install the hubot adapters from npm when people make them available. Until your adapter is available you may wish to remain on v1.1.11.

v1.1.11

v1.1.10

v1.1.9

v1.1.8

  • Fix a bug in robot.respond that allowed regexes to be constructed that could be triggered without prefixing with the robot's name - atmos
  • Fixup rarely triggered response stuff that uses an undefined variable

v1.1.7

v1.1.5

v1.1.2

  • Fix the optparse npm install anomaly

v1.1.1

  • Fix campfire adapter getting duplicate messages - atmos

v1.1.0

Upgrading

If you're using the redis persistence you're going to need to enable 'redis-brain.coffee' in your hubot-scripts.json file. It was moved there and the brain now supports events allowing you to use any persistence backend you want.

v1.0.5

  • Remove infinite loop script to keep things alive - atmos

v1.0.4

v1.0.3