Skip to content

Releases: rolfwessels/Command.Bot

Allow HTTP links

05 Jul 15:22
3cc17fd

Choose a tag to compare

  • Allow HTTP links to be clickable
  • After 4 seconds of inactivity the typing indicator starts.

Switch to slack.net

27 Jun 14:43
e7c3807

Choose a tag to compare

  • Remove slack commander
  • Switch to slack net
  • Update the version number
  • Add shield
  • This should resolve the recent slack connection issues

Block code and descriptions

12 Aug 14:45
e751c1f

Choose a tag to compare

Finally, we have a new update 🥳 Thanks to @PtrckM for the suggestions.

  • Adding code blocks for output
    image
  • Adding descriptions to commands
    image
  • Fixed the slack disconnect issue

Update your current scripts to include "Description:=" and it will show in the help context.

Add parameters to the calls.

16 May 12:36

Choose a tag to compare

  • Bug fix - slack authentication has been updated.
  • Adding parameters to the command calls.
    image

Move to latest dot net version

25 Jul 16:45
a35bc46

Choose a tag to compare

  • Update to dotnet core.
  • Adding linux build

Better command matching

07 Apr 10:00

Choose a tag to compare

  • Bug: where command was only partially matched and would return incorrect command (thanks to @UnbendableStraw for reporting the issue)
  • Added Levenshtein distance calculator to help determine what command the user actually wanted to run.

Bug fix

20 Jul 14:45
73684d3

Choose a tag to compare

Fixed the auto binding issue on release version.

Bug fix

07 Jun 16:01

Choose a tag to compare

Fix invalid binding redirect in the sample configuration file.

Update to latest slack connector and 461

28 Mar 18:12

Choose a tag to compare

Bug fixes

13 Jul 07:32

Choose a tag to compare

  • Reconnect when disconnected.
  • Allow script path to be set manually.