Releases: mattermost/mattermost-plugin-github
Releases · mattermost/mattermost-plugin-github
v0.10.1
v0.9.2
v0.10.0
v0.9.1
v0.9.0
Supported Mattermost Server Versions: 5.2+
Enhancements
- 4eee9ec Bump version to 0.9.0 (#66)
- 3a06862 Add a screenshot to README.md (#61)
- 3b80f07 Deploy to GitHub when tag a release (#60)
- f22f01c Serve the profile image for the plugin from the plugin itself (#50)
- ad6c275 Adding CircleCI (#54)
- 0697d61 GitHub Subscribe Organization (#52)
Fixes
v0.8.0
This version includes a security fix. It is recommended that all plugin users upgrade.
Supported Mattermost Server Versions: 5.2+
Enhancements
- Add support for private repositories
- To enable private repositories, make sure to set Enable Private Repositories to true in the plugin's settings
- Note existing users must reconnect their GitHub accounts using
/github disconnect
and/github connect
to access private repos. Affected users will be notified of this by the plugin bot once private repositories are enabled.
- Add
/github subscribe list
command to list existing subscriptions for a channel
Fixes
- Fix bot profile image pointing to missing image
- Note this will only fix new posts made by the bot
- Fix unread message URLs for enterprise users
- Fix profile popover URL for enterprise users
v0.7.1
v0.7.0
Supported Mattermost Server Versions: 5.2+
Enhancements
- Add webhook events for Pushes, Branch or Tag creation and Branch or Tag deletion
- Note to use these new events you must update your GitHub webhooks to deliver them. See the README for the specific events
- Improve help messages
- Link "Unread messages" button to github.com/notifications
Fixes
- Fix intro post about buttons
- Don't send a notification for self assigned issues
Other
- Unify build process