Releases: robhurring/hubot-redmine
Releases · robhurring/hubot-redmine
Release 1.0.0
Breaking Changes
With the v1.0.0
release, the commands for this application now must be prefixed with redmine
or rm
. Previously, you could interact with the bot without them, but this created collisions with other commands of a similar purpose. The default behavior of the bot helpfully linking a mentioned issue has changed as well, with RM#<issue ID>
being the new default. Too many other integrations were prone to including a reference to #<some number>
(GitHub being a prime suspect). The previous behavior can be restored via the HUBOT_REDMINE_MENTION_REGEX
environment variable (e.g. HUBOT_REDMINE_MENTION_REGEX="#(\d+)/"
.
Release 0.2.3
Release 0.2.2
- Merge pull request #46 from robhurring/bump-dependencies (d4738d5)
- Bump dependencies, fix security alerts (fa7dc87)
- Merge pull request #45 from robhurring/dependabot/npm_and_yarn/handlebars-4.7.6 (73bff70)
- Bump handlebars from 4.0.11 to 4.7.6 (ec1eb66)
- Merge pull request #44 from robhurring/dependabot/npm_and_yarn/https-proxy-agent-2.2.4 (4e8343e)
- Bump https-proxy-agent from 2.2.1 to 2.2.4 (95c80f3)
- Merge pull request #37 from robhurring/use-node-redmine (121b91e)
- Refactor to use node-redmine, enhance test suite (9b59181)
Version 0.2.1
- Fix release script issue, mismatched
package-lock.json
file (#36)
Version 0.2.0
v0.2.0 Release 0.2.0
Version 0.1.5
- Fix spelling error (#29)
Version 0.1.4
- Bug fixes and code cleanup around status updates (#28)
Version 0.1.3
Version 0.1.2
- Fixed error when attempting to set the percent done on an issue with comments (#25)