Features
- Allow specifying msgtype for generic webhook transformations. (#282)
- Add new GitHubRepo config option
newIssue.labels
which allows admins to automatically set labels on new issues. (#292) - Allow priority ordering of connections by setting a
priorty: number
key in the state event content. (#293) - Support GitLab
push
webhook events (#306)
Bugfixes
- Fix #289 "Generic webhook url format (copy) issue with backticks" (#290)
- Fix
!hookshot help
appearing twice in help text, and only show setup commands for which the bridge is configured for. (#296) - Fix GitHub / GitLab issue rooms breaking due to being unable to generate ghost users. (#303)
- Fix GitHub tokens not being refreshed on expiry when using OAuth support.
Rename thegithub hastoken
togithub status
. (#307)
Improved Documentation
- Fix some typos in widgets.md (#286)