Skip to content

v2.0.0

Compare
Choose a tag to compare
@mattermost-build mattermost-build released this 15 Oct 09:29
ed9060a

Supported Mattermost Server Versions: 5.25.0+

This release contains two breaking changes:

  • Enable Code Previews is now enabled for public repositories by default. System Admins can disable Code Previews in the System Console.
  • Slash command have been revamped. Subscriptions are managed via /github subscriptions. The old slash command like /github subscribe remain function, but may be removed in a future release.

This release contains some valuable community contributions from @fedealconada, @NateWilliams2, @nickmisasi, @Szymongib and @utkuufuk.

Autocomplete

Thanks to @NateWilliams2 the GitHub plugin now support Slash Command Autocomplete. Just type /github to get a full overview of the available commands.

Screenshot from 2020-10-15 11-51-11

Muting users

Users can configure a list of muted GitHub users. All comments from these users will not longer trigger notifications. They are managed using the /github mute command.

Thanks @nickmisasi for this handy contribution!

Improved Create Issue Modal

@utkuufuk added the possibility to select labels, assignees and the milestone when creating an issue within Mattermost.
image

Display labels and assignee on new issues and PRs

Notification for new issues and PRs now show the labels and assignees.

Thanks @Szymongib for this feature!

Screenshot from 2020-10-15 11-57-13

Tooltip Improvements

We shipped link tooltip last release. They had some flaws, especially they were not using the theme style. @fedealconada fixed this and tooltips are looking better then ever now.

Screenshot from 2020-10-15 12-04-19

Full Changelog

Enhancements

Fixes

  • 32a922e Don't try to fetch PR/issue details for malformed link (#370)
  • a5ad5fd Use issue icon in RHS (#376)
  • ce46d51 Post command response in RHS if triggered from there (#365)
  • 585a08e [GH-283] Fix parsing multi-word labels in subscription command (#336)