Releases: trobol/mattermost-plugin-rssfeed
Releases · trobol/mattermost-plugin-rssfeed
v3.0.0
v0.2.9
v0.2.8
v0.2.7
v0.2.6
v0.2.5
v0.2.4
v0.2.3
Supported Mattermost Server Versions: 5.10.0+
Enhancements
Fixes
- 49a058d hide url from sub command response
- 7d85fb7 Merge pull request #1 from wbernest/master
- 0eaa846 re-added setting defaults
- 482c6b3 changed subs from a map to an array
- 45be480 fix custom file
- a2d8d61 fix minimum version
- b0bc806 add min server version
- 2009877 fix style issues
- cabdd11 add default settings
- 0d0aa82 fix styling issues
- 45ad61b fix for duplicate sub error when not duplicate
- d2cf3f9 handle all channel keys
- 873bf82 Merge branch 'master' of github.com:wbernest/mattermost-plugin-rssfeed
- 68748c6 Revert "Revert "Update README and version to officially release 0.2.0""
- 26ed8dd Revert "Update README and version to officially release 0.2.0"
- 08cef9c Merge branch 'master' of github.com:wbernest/mattermost-plugin-rssfeed
- c8db32c Merge pull request wbernest#27 from wbernest/release-0.2.0
- 1350b13 adding better build job for ci
- e953f62 updating linter configs and updating files to pass
- 313d107 adding lint output to jtest
- 60ddb6c adding basic tests
- 122a425 adding golangci-lint and test integration with circleci
- 43e7348 refactoring to prepare for tests
- 22744d5 adding colors and sorting
- 19edcf8 separating subs by channel in database
- 04fe0a2 adding additional formating and error handling
- c4293ed adding gravatar settings and minor cleanups
- 9952fc0 simplifying sub requests
- 9f11521 updating mod file
- d22a4cc updating circleci badge
- 249a6ee fixing slice style
- dc7155d Merge branch 'master' of github.com:trobol/mattermost-plugin-rssfeed
- 1c2ed1c removing unused functions
- c5e127e updating circleci plugin-ci version
- 84edeec adding title to unsub message
- c80071f adding feed titles and removing dev command
- a0e8c68 fixing attachment count check
- edbc7de adding early return based on atom timestamp
- 703ac07 adding etag to requests to check for unmodifed resources
- 6806980 removing timestamp overwrite
- 84affa4 parsing atom feeds based on timestamp
- 8ac694f adding parsers to local repo & reducing http calls and xml parsing
- 28b53a8 adding optional message grouping
- fbd9418 removing deprecated Props property
- f82c290 Some messages still had trailing whitespace
- d20d05a adding fetch command
- 92ccdd1 adding missing function
- 6e60e84 Adding command aliases
- 3394ffb adding more input validation and control over feed message display
- 9695a97 Formatting output as attachments instead of plain text
- 5351fd0 Merge pull request wbernest#27 from wbernest/release-0.2.0
- 19650c1 Update README and version to officially release 0.2.0
- cfce589 Merge pull request wbernest#26 from noboseta/atom_title_display
- 2e6e4b4 Fixed adding link to post for atom subscription
- 51ca685 Merge pull request wbernest#23 from levb/lev-MM-18665-RSS-plugin
- 50e316b Updated the build script, go.mod
- eb6a890 Merge pull request wbernest#22 from icedream/master
- f095bd9 Log when Atom feed item is missing content instead of crashing.
- a3abe04 Merge pull request wbernest#19 from tnir/update-mattermost-server-to-5.14.1
- 443b5cd Update mattermost-server from 5.11.1 to 5.14.1
- 627374b Merge pull request wbernest#18 from tnir/link-to-circleci
- 2e5ab64 Merge pull request wbernest#17 from tnir/lf-terminated
- ddbfbce Add a valid link to CircleCI project page
- 9769644 Make every file LF terminated to utilize gofmt
- cde0027 Merge pull request wbernest#16 from tnir/go-111-modules
- 7771333 Fix CircleCI setup
- 5642593 Migrate from Godep to Go 1.11 Modules
- aca7f49 Updated readme.
- ac4cce4 Removed user and made plugin create bot for postings.
- 11fcb0b Merge pull request wbernest#11 from jesterchen/master
- 87041c0 Fix typo
- 0c6578a Merge branch 'master' of github.com:wbernest/mattermost-plugin-rssfeed
- acdd378 Fixed issue with icon and user name not being overwritten on post. Added alternate links to atom posts.
- 412be9f Merge pull request wbernest#8 from wbernest/add-code-of-conduct-1
- db8ff34 Create CODE_OF_CONDUCT.md
- 9b2b265 Updated readme
- cf8705a Merge branch 'master' of github.com:wbernest/mattermost-plugin-rssfeed
- 3fc547a added support for atom feeds
- 6a65ade Merge pull request wbernest#6 from bbodenmiller/patch-1
- ca58ee4 typo fixes & formatting improvements
- 7d1045c commit
- 7f1630e Updated rss compares to use new and old function. Added ShowDescription flag to remove it if is not need.
- 07e71c6 moved the rss2 parser into its own repository
- 0033d23 Fixed issue with heartbeat not using setting
- 3c6ddfa Updated readme
- d34b2bb Added rss.png to httpserver and changed version number
- aa2f97f Removed build folder from gitignore
- 5bc2472 removed some logging
- b79f4ba update readme
- ddd451d Merge branch 'master' of github.com:wbernest/mattermost-plugin-rssfeed
- 992964f Fixed issue with time window setting not working
- 689c81c Updated README.md for my package
v0.2.2
Supported Mattermost Server Versions: null+
Enhancements
Fixes
- 09de007 adding better build job for ci
- 768948c updating linter configs and updating files to pass
- 16dcd05 adding lint output to jtest
- 1bd859e adding basic tests
- 7c9ff1f adding golangci-lint and test integration with circleci
- 94c86dd refactoring to prepare for tests
- 65a07a7 adding colors and sorting
- e7b0141 separating subs by channel in database
- 039f42e adding additional formating and error handling
- cc14f44 adding gravatar settings and minor cleanups
- aa14cfe simplifying sub requests
- b8e662b updating mod file
- 651e7cb updating circleci badge
- 6c4cb31 fixing slice style
- f088229 Merge branch 'master' of github.com:trobol/mattermost-plugin-rssfeed
- c6dfd1f removing unused functions
- 5918329 updating circleci plugin-ci version
- cfefea4 adding title to unsub message
- f872773 adding feed titles and removing dev command
- 7bf5075 fixing attachment count check
- 53ea1cd adding early return based on atom timestamp
- 7bdfab2 adding etag to requests to check for unmodifed resources
- b87a424 removing timestamp overwrite
- aa993d1 parsing atom feeds based on timestamp
- ced304f adding parsers to local repo & reducing http calls and xml parsing
- 19737e3 adding optional message grouping
- ce79808 removing deprecated Props property
- 1ff88cd Some messages still had trailing whitespace
- 729d8f4 adding fetch command
- 9d73976 adding missing function
- 3750c80 Adding command aliases
- 4794fb2 adding more input validation and control over feed message display