Releases: mattermost-community/mattermost-plugin-autolink
Releases · mattermost-community/mattermost-plugin-autolink
v1.4.0
Supported Mattermost Server Versions: 5.16.0+
Enhancements
Fixes
- 5afadc7 [MM-51751] Fix regex for tags trigger in CI/CD (#210)
- 720fe5e Bump version to 1.4.0 (#203)
- 3a68c6d Properly escape $-usage with span-tags (#198)
- 0b499bd [skip ci] Remove lock missing txt (#206)
- 519157c Migrate from CircleCI to Github Actions (#205)
- 1a77ee3 [MM-42669] Avoid superfluous error messages on some autolinks (#201)
- 0f44cfb Fixed lint (#200)
- 2d0aa71 Updated CodeQL to use latest version (#199)
v1.3.0
Supported Mattermost Server Versions: 5.16.0+
Enhancements
Fixes
- 85e789e Release v1.3.0 (#149)
- 3282131 Create .gitpod.yml (#191)
- 0d3ca5f Add setting per-autolink for allowing bot posts (#160)
- e73e585 [issue-174] Add Jira Autolink Issue With Comment Test Case (#185)
- d071134 Fix Autolink admin config parsing (#184)
- bf672bd Fix flaky test TestWildcard (#187)
- affe9ee dist: build linux/darwin arm64 targets (#176)
- 571d6cd [MM-38146] Use mattermost-server/v6 (#169)
- 7f5d45a Correct typo in comment in plugin.go (#168)
- f55f7ec Improve Scope documentation (#167)
- 4506199 [MM-34926] Short-circuit link processing if the regex is non-terminal (#166)
- 9f8f884 update mattermost-server dependency (#165)
- d1865e5 Create codeql-analysis (#162)
- a868350 Use linkref not name (#158)
- 83bd89e Fixed setting Mattermost-Plugin-ID header (#155)
- 6b9bddd Formatting fix for command (#153)
- 681b494 Fix bullet formatting (#152)
- 19d8d71 go mod tidy (#150)
- 75c6019 Update plugin.json (#145)
- 33dd4a0 Add plugin icon (#148)
- c9ee2eb [GH-118] Add slash command autocomplete functionality (#143)
- 5561173 Update plugin.json (#146)
- 41c9273 Update README.md (#147)
- 874fae3 Enable slash command by default (#139)
- c619e3a Update CI (#140)
- fa403a0 Fix linter issue for golanci-lint v1.13.0
- 8acad23 Add release_notes_url (#129)
- 9db182b GH-109 '/autolink list' enable searching patterns and templates (#117)
v1.2.2
Supported Mattermost Server Versions: 5.16.0+
This release contains a security fix. Updating to this release is highly recommended. Details will be posted on our security updates page 30 days after release as per the Mattermost Responsible Disclosure Policy.
Fixes
v1.2.1
v1.2.0
Supported Mattermost Server Versions: 5.16.0+
Enhancements
- 0bce64c Setting Scope is not mentioned in help text (#104)
- 4a25236 Migrate logging to use RPC Logging methods (#102)
- a10f0ee [GH-84] Add the concept of plugin admins (#93)
- 5e53e3f Add AutoCompleteDesc (#92)
- 8c82b7d MM-17818 Adding API for adding/replacing links. (#85)
- d67f2d5 Add more manifest metadata (#86)
- dedc5ac Add option to enable processing on post update (#79)
Fixes
v1.1.2
v1.1.1
v1.1.0
Supported Mattermost Server Versions: 5.16+
Enhancements
- Added
/autolink
command to edit and test the plugin's configuration - Added
WordBoundary
Link property to use\b
for separators, rather than custom patterns - Added
Disabled
Link property, for testing