Skip to content

Releases: robhurring/hubot-redmine

Release 1.0.0

09 Sep 19:50
a498c8c
Compare
Choose a tag to compare
  • Bump node package versions (#50)
  • Namespace commands, default issue listener to off (#49)

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

04 Aug 04:59
97abf4c
Compare
Choose a tag to compare
  • Merge pull request #48 from robhurring/bump-packages (8e9583a)
  • Bump a handful of packages (ec419c8)

Release 0.2.2

16 Apr 19:59
eb77365
Compare
Choose a tag to compare
  • 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

28 Aug 20:47
28432c2
Compare
Choose a tag to compare
  • Fix release script issue, mismatched package-lock.json file (#36)

Version 0.2.0

28 Aug 20:41
51d6872
Compare
Choose a tag to compare
v0.2.0

Release 0.2.0

Version 0.1.5

28 Dec 19:06
Compare
Choose a tag to compare
  • Fix spelling error (#29)

Version 0.1.4

30 Apr 00:28
Compare
Choose a tag to compare
  • Bug fixes and code cleanup around status updates (#28)

Version 0.1.3

25 Apr 04:35
Compare
Choose a tag to compare
  • Fixed issue where request a user's issues was not matching correctly (#26)
  • Reduces default list of issues to 10 from 25 (#26)
  • Allow ticket status to be set to one of the built-in defaults (#26)

Version 0.1.2

20 Mar 20:40
Compare
Choose a tag to compare
  • Fixed error when attempting to set the percent done on an issue with comments (#25)

Version 0.1.1

12 Nov 21:46
Compare
Choose a tag to compare
  • Add installation instructions via NPM (#20)
  • Adds Grunt support and unit tests (#16)
  • Allows for more forgiving user commands (#17)