Skip to content

Releases: nathanaelhoun/mattermost-plugin-broomer

v1.0.3

27 Feb 10:28
v1.0.3
Compare
Choose a tag to compare

Supported Mattermost Server Versions: 9.11.0+

Fixes

  • fix actual post deletion after validating the UI modal (from v1.0.2)
  • 3aa4dd8 ci: do not run ci on tags, only cd
  • fix plugin version number

v1.0.2

27 Feb 10:18
v1.0.2
Compare
Choose a tag to compare

Bad release, replaced by v1.0.3

v1.0.1

25 Feb 21:44
v1.0.1
Compare
Choose a tag to compare

Supported Mattermost Server Versions: 9.11.0+

Enhancements

Fixes

  • 92ec772 ci: fix CD reference
  • 51765b7 fix: generate automatically version number in manifest
  • 34c5cdf docs: fix CI badge in README.md
  • 5e68ecb docs: plugin tested for v9.11+
  • f8f05ee ci: customize CI/CD
  • 7b0fa7c chore: replace mattermost-server with mattermost/server/public/
  • 8494518 chore: sync with template
  • 2f93022 Bump github.com/mattermost/mattermost-server/v6 in /build (#14)

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+)