Skip to content

Releases: nathanaelhoun/mattermost-plugin-broomer

Release v1.0.0

05 Mar 08:58
v1.0.0
35a09ff
Compare
Choose a tag to compare

Supported Mattermost Server Versions: 5.24+ (for autocomplete functionnality)

Download the plugin bundle in the assets below.

Bug Fixes and Others

  • Updated dependencies

Full Changelog: v0.6.0...v1.0.0

Release 0.6.0

20 May 23:50
d002488
Compare
Choose a tag to compare

Supported Mattermost Server Versions: 5.24+ (for autocomplete functionnality)

Enhancements

  • Friendlier interface (better help message, autocomplete icon) (#11)
  • Much much quicker by removing useless API calls (#11)

Bug Fixes and Others

  • /broom last [xx] now only remove the last [xx] posts (before, it was also removing the posts belonging to all the threads of all of the last [xx] posts]) (#11)

Release v0.5.0

29 Aug 17:44
eeb80a3
Compare
Choose a tag to compare
Release v0.5.0 Pre-release
Pre-release

Supported Mattermost Server Versions: 5.24+ (for autocomplete functionnality)

New features

  • Restrict plugin usage to Sysadmins (#6)
  • Enable/Disable confirmation dialog in system settings (#6)

Enhancements

  • The bot now has a nice icon (#6)

Bug Fixes and Others

  • Better permissions check, should be compatible with MM EE. (#6)
  • The plugin is now named Broomer (naming is hard)! New command is /broom. Think to remove the old plugin before upgrading, and disable the old bot clearbot. You can do it with mmctl bot disable clearbot (#7)

v0.3.0

09 Aug 23:50
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

Supported Mattermost Server Versions: 5.12+

  • Renamed plugin to Clear (bot user is now @clearbot and command is now /clear
  • Pinned posts are not deleted by default
  • Added flag --delete-pinned-posts
  • Added flag --confirm
  • Hide configuration in System Console (was useless)

v0.2.0

26 Jun 13:03
c4efc0c
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

Supported Mattermost Server Versions: 5.12+

  • Delete messages with a slash command
  • Autocomplete (beta on MM Server 5.24+)