You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A new notifier that can send DMs to Slack users. Slack API is used (instead of incoming webhook) so a Slack bot user with API token is needed. Mapping between domain users and Slack users also needs to be set up. See config file for an example.
Inheritance of bot settings and rules using the new basedOn attribute.
Filtering by branch and tag for Git push and pull requests.
Customizable formatting of Git branch and tag: branchFormat, tagFormat, refSeparator.
Fixes
Ref update rows pointing to old commits are now ordered according to
commit date.
The natural (alphanumerical) order of tags on the same row was messed
up if both lightweight and annotated tags pointing to the same commit
was pushed.
Known issues
The 2015 release won't work on any of the release candidates, only RTM.