A Slack Bot that pulls Pixiv information and posts the full image(s) into Slack, with iOS shortcuts.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

45 lines
2.4 KiB

9 years ago
  1. ### 0.4.4 (Next)
  2. * [#17](https://github.com/dblock/slack-ruby-bot/issues/17): Address bot by `name:` - [@dblock](https://githubcom/dblock).
  3. * [#19](https://github.com/dblock/slack-ruby-bot/issues/19): Retry on `Faraday::Error::TimeoutError`, `TimeoutError` and `SSLError` - [@dblock](https://githubcom/dblock).
  4. * [#3](https://github.com/dblock/slack-ruby-bot/issues/3): Retry on `migration_in_progress` errors during `rtm.start` - [@dblock](https://githubcom/dblock).
  5. * Respond to direct messages without being addressed by name - [@dblock](https://githubcom/dblock).
  6. * Added `send_gif`, to allow GIFs to be sent without text - [@maclover7](https://github.com/maclover7).
  7. ### 0.4.3 (8/21/2015)
  8. * [#13](https://github.com/dblock/slack-ruby-bot/issues/13): You can now address the bot by its Slack @id - [@dblock](https://githubcom/dblock).
  9. ### 0.4.2 (8/20/2015)
  10. * [#12](https://github.com/dblock/slack-ruby-bot/issues/12): Added support for bot aliases - [@dblock](https://githubcom/dblock).
  11. ### 0.4.1 (7/25/2015)
  12. * Use a real client in `respond_with_slack_message` expectaions - [@dblock](https://githubcom/dblock).
  13. ### 0.4.0 (7/25/2015)
  14. * Using [slack-ruby-client](https://github.com/dblock/slack-ruby-client) - [@dblock](https://githubcom/dblock).
  15. * Use RealTime API to post messages - [@dblock](https://githubcom/dblock).
  16. ### 0.3.1 (7/21/2015)
  17. * [#8](https://github.com/dblock/slack-ruby-bot/issues/8): Fix: `undefined method 'strip!' for nil:NilClass` on nil message - [@dblock](https://github.com/dblock).
  18. ### 0.3.0 (7/19/2015)
  19. * [#5](https://github.com/dblock/slack-ruby-bot/issues/5): Added support for free-formed routes via `match` - [@dblock](https://github.com/dblock).
  20. * [#6](https://github.com/dblock/slack-ruby-bot/issues/6): Commands and operators take blocks - [@dblock](https://github.com/dblock).
  21. * [#4](https://github.com/dblock/slack-ruby-bot/issues/4): Messages are posted with `as_user: true` by default - [@dblock](https://github.com/dblock).
  22. ### 0.2.0 (7/10/2015)
  23. * Sending `send_message` with nil or empty text will yield `Nothing to see here.` with a GIF instead of `no_text` - [@dblock](https://github.com/dblock).
  24. * Added support for operators with `operator [name]` - [@dblock](https://github.com/dblock).
  25. * Added support for custom commands with `command [name]` - [@dblock](https://github.com/dblock).
  26. ### 0.1.0 (6/2/2015)
  27. * Initial public release - [@dblock](https://github.com/dblock).