- Fixed job duplication #23
- Support specifying timezone #20
- Fixed to load brains correctly on hubot 2.7 or later (naoina) #19
list jobs
will send the list in one text to avoid firing notifications on some adapters
- Remove robot.parseHelp from index (ngs) #13
- Add new command "remove job with message " (ngs) #14
- Add new syntax "new job say "
- Fix errors with Slack adapter (deeeki) #15
- Accept
hubot new job * * * * * "message here"
as well (different quotes) - Only list jobs matching the current room
- Fix some error handling
- Fix a bug introduced in 0.2.0 where envelope user is not restored properly from brain storage #8, #9
- Fix backward compatibility for jobs created in older version of this plugin #8 (TakatoshiMaeda)
- Fix a bug where reply_to is modified by adapters #6, #7 (@sorah)
- Support external-scripts #1 (@francois2metz)
- Make sure ID generation doesn't conflict #2 (@gkoo)
- Support message envelopes for hubot v2.4.2+ #3 (@bergren2)
- Preload brain data before brain is loaded #4 (@jincod)
- Intial release