Skip to content

Releases: rolfwessels/Command.Bot

Allow HTTP links

Choose a tag to compare

@rolfwessels rolfwessels released this 05 Jul 15:22
3cc17fd
  • Allow HTTP links to be clickable
  • After 4 seconds of inactivity the typing indicator starts.

Switch to slack.net

Choose a tag to compare

@rolfwessels rolfwessels released this 27 Jun 14:43
e7c3807
  • 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

Choose a tag to compare

@rolfwessels rolfwessels released this 12 Aug 14:45
e751c1f

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.

Choose a tag to compare

@rolfwessels rolfwessels released this 16 May 12:36
  • Bug fix - slack authentication has been updated.
  • Adding parameters to the command calls.
    image

Move to latest dot net version

Choose a tag to compare

@rolfwessels rolfwessels released this 25 Jul 16:45
a35bc46
  • Update to dotnet core.
  • Adding linux build

Better command matching

Choose a tag to compare

@rolfwessels rolfwessels released this 07 Apr 10:00
  • 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

Choose a tag to compare

@rolfwessels rolfwessels released this 20 Jul 14:45
73684d3

Fixed the auto binding issue on release version.

Bug fix

Choose a tag to compare

@rolfwessels rolfwessels released this 07 Jun 16:01

Fix invalid binding redirect in the sample configuration file.

Update to latest slack connector and 461

Choose a tag to compare

@rolfwessels rolfwessels released this 28 Mar 18:12

Command.Bot.Console.v.0.0.3.Release.zip

Contains latest version of the bot console.

Bug fixes

Choose a tag to compare

@rolfwessels rolfwessels released this 13 Jul 07:32
  • Reconnect when disconnected.
  • Allow script path to be set manually.