Releases: gabrieljackson/mattermost-plugin-wrangler
v0.9.0
Summary
Wrangler v0.9.0 contains performance improvements, bug fixes, better webapp theme matching, and new features. As always, thanks to the contributors who provided improvements.
What's Changed
- Add support for MessageLinks in addition to PostIds by @Haliax in #178
- Reduce Wrangler modal re-rendering by @gabrieljackson in #183
- Disable modal button when processing by @gabrieljackson in #184
- Check for undefined teams in webapp by @gabrieljackson in #185
- Use theme colors for modal checkboxes and radio buttons by @gabrieljackson in #186
- Update node/npm to match webapp by @gabrieljackson in #187
- Update logic for finding message IDs in links by @gabrieljackson in #188
- Bump plugin version to v0.9.0 by @gabrieljackson in #189
Full Changelog: v0.8.2...v0.9.0
v0.8.2
What's Changed
- Add wranger post prop when wranger makes posts by @crspeller in #173
- Improve AllowedEmailDomain checks by @gabrieljackson in #176
- Update testify to v1.9.0 by @gabrieljackson in #177
- Add create post permission check by @gabrieljackson in #179
- Bump plugin version to v0.8.2 by @gabrieljackson in #180
New Contributors
- @crspeller made their first contribution in #173
Full Changelog: v0.8.1...v0.8.2
v0.8.1
Summary
v0.8.1 is a small patch release which primarily contains some web package dependency updates.
What's Changed
- Update node packages by @gabrieljackson in #171
- Bump plugin version to v0.8.1 by @gabrieljackson in #172
Full Changelog: v0.8.0...v0.8.1
v0.8.0
Summary
I know it's been a while, but the next release of Wrangler is finally ready! This release contains dependency updates, UI enhancements, new features, and more. In particular, custom Wrangler Bot messages and thread merging are now provided as plugin options.
As always, review the plugin configuration when upgrading to make sure everything matches the needs of your environment. If you have any questions about Wrangler then checking out the README FAQ is a good place to start.
I also wanted to give a huge thanks to the other contributors that provided improvements since the last release.
What's Changed
- Bump dependencies by @gabrieljackson in #137
- Customizable Bot-Messages by @Haliax in #128
- Add NPM CI/CD cache by @gabrieljackson in #139
- support FreeBSD here by @swills in #104
- Fix webapp builds by @gabrieljackson in #154
- Migrate CI/CD from CircleCI to GitHub Actions by @gabrieljackson in #155
- Bump Go version and dependencies by @gabrieljackson in #156
- Add arm darwin support by @gabrieljackson in #157
- Webapp tweaks by @gabrieljackson in #158
- Remove release note for GitHub template by @gabrieljackson in #159
- Add workflow to build plugin releases by @gabrieljackson in #160
- Update README by @gabrieljackson in #161
- Add
merge thread
command by @gabrieljackson in #162 - Add merge thread webapp functionality by @gabrieljackson in #163
- Refactor channel member check for merging by @gabrieljackson in #164
- Update README by @gabrieljackson in #165
- Cleanup and add missing tests by @gabrieljackson in #166
- Refactor custom bot DMs by @gabrieljackson in #167
- Bump plugin version to v0.8.0 by @gabrieljackson in #168
- Simplify Merge Thread UI by @gabrieljackson in #169
- Add FAQ entries by @gabrieljackson in #170
New Contributors
Full Changelog: v0.7.0...v0.8.0
v0.7.0
Server Features
- Add silent thread move option (#107, @gabrieljackson)
Webapp Features
- Add webapp option to silence Wrangler informational move messages (#116, @gabrieljackson)
Other (Bug, Cleanup or Flake)
- Add log wrap to command registration errors (#120, @gabrieljackson)
- Clean header markdown from move summary messages (#117, @gabrieljackson)
- Fix copy message popover typo (#119, @gabrieljackson)
- Remove 'move thread' message stats table (#106, @gabrieljackson)
- Bump go and dependency versions (#118, @gabrieljackson)
v0.6.1
A small release to address a system message dropdown bug.
Bugs and Cleanup
- Handle attach message post dropdown for system messages (#100, @gabrieljackson)
v0.6.0
Server Features
- Add option to hide root message contents in move summary (#85, @gabrieljackson)
- Add permitted plugin user control (#92, @gabrieljackson)
- Add post creation retries (#93, @gabrieljackson)
- Support multiple allowed email domains (#83, @gabrieljackson)
Web Features
- Add webapp option to attach messages to threads (#89, @gabrieljackson)
- Add webapp option to hide root message contents in move summary (#87, @gabrieljackson)
- Add webapp option to target channel to copy messages to (#90, @gabrieljackson)
Bugs and Cleanup
- Skip team config check with direct and group channels (#88, @gabrieljackson)
- Update styling for left sidebar components (#95, @gabrieljackson)
- Use display names on move summary (#84, @gabrieljackson)
v0.5.0
Web Features
- Add copy thread webapp functionality (#77, @gabrieljackson)
Server Features
- Add copy thread command (#72, @gabrieljackson)
- Add slash command autocomplete functionality (#75, @gabrieljackson)
Bugs and Cleanup
- Bump Go version and dependencies (#74, @gabrieljackson)
- Change thread message count logic (#76, @gabrieljackson)
- Handle missing root posts in redux (#73, @gabrieljackson)
- Refactor thread move logic (#71, @gabrieljackson)
Docs
- Add
copy thread
command information to README (#78, @gabrieljackson)
v0.4.1
A small release to address a channel list issue:
- Only show your channels in web move thread modal (#69, @gabrieljackson)
v0.4.0
Web Features
- Wrangler Web UI! (#56, @gabrieljackson)
- Add thread count context to web UI (#61, @gabrieljackson)
Server Features
- Preserve message timestamp when attaching it to a thread (#55, @gabrieljackson)
- Keep file attachments when moving or attaching messages (#58, @gabrieljackson)
- Reapply reactions to messages (#59, @gabrieljackson)
Bugs and Cleanup
- Check user authorization for plugin usage before loading web UI (#57, @gabrieljackson)
- Improve
move thread
web modal (#60, @gabrieljackson) - Improve post permalinks to handle cross-team moves (#64, @gabrieljackson)
- Move team channel lookup logic to webapp (#67, @gabrieljackson)
- Prevent
attach message
command from running with duplicate IDs (#62, @gabrieljackson)