Skip to content
This repository has been archived by the owner on Aug 15, 2022. It is now read-only.

Releases: slackapi/python-rtmbot

0.4.1 Release

13 Feb 17:25
Compare
Choose a tag to compare
  • Fixes crashes due to missing job_output
  • Support for private channels (Group IDs)
  • Fixed example code in README
  • Stability improvements
  • Various docs updates

Refactor plugin architecture

02 Nov 17:32
Compare
Choose a tag to compare
Pre-release

BREAKING CHANGES!

Plugins are now easier to handle from the python REPL and tests. See the README for usage instructions. This also makes it possible to install and use this from PyPi.

Adds Web API access into plugin context and fixed Windows plugin imports

26 Aug 02:56
Compare
Choose a tag to compare

There will be a future release with some refactoring to make the inclusion of the SlackClient a bit easier, but for now this should work!

Unicode should now work

06 Jun 16:47
Compare
Choose a tag to compare
Pre-release

We should be using Unicode strings everywhere in Python 2.7 and 3.x now.

Note, I also changed the versioning to use x.x.x instead of x.xx for better semantic versioning.

Refactor to pull RTMBot class to make it more isolated

11 May 22:21
Compare
Choose a tag to compare

This repo still has a fair ways to go to get it up to a production release quality, including lots of testing. This marks the beginning point of working towards better quality and testing.