Releases: phospodka/slackhub
v0.3.0
Worked on a number of features, reorganized the code to be more reusable, and nearing completion of core functionality. Added support for notifications based on labels, notifications based on individual repositories, and maintainers feature that sets up ability to receive notifications for all PRs for a repository. Added support for admins users that can create notification configs for channels.
v0.2.0
Separated out many of the concepts into their own file instead of being contained within one. Added the bulk of web hook functionality which required the additional dependency of flask so we can create a sink. Channel scraping is still maintained but will be going away in the next release to remove the dependency of my specific fork of slakbot. It does still have some awkwardness to starting. You'll want to either make sure you start slackhubbot.py from the directory it is in, or add the directory to the path so it can include all the other files while running.