github poshbotio/PoshBot v0.7.0

latest releases: v0.13.0, v.13.0, v0.12.0...
6 years ago

[0.7.0] 2017-08-29

Added

  • Support for importing PowerShell modules that include cmdlets as well as functions.
    Note that custom PoshBot metadata to control command name, aliases, command type, etc is currently not supported on cmdlets.
  • New bot configuration properties [MaxLogSizeMB] and [MaxLogsToKeep] to control log file size and rotation.
  • Command execution history is now logged by default to a separate log file [CommandHistory.log].
    Command history log settings can be controlled with configuration properties [LogCommandHistory], [CommandHistoryMaxLogSizeMB], and [CommandHistoryMaxLogsToKeep].
  • New [slap] command to slap a user with a large trout (via @jaapbrasser)

Changes

  • Implemented and improved information, verbose, and debug logging throughout PoshBot.

Fixed

  • Bug where parser was incorrectly parsing URLs in command string
  • Bug where users who had no permissions assigned via groups/roles where being prevented from executing commands that had no permissions attached to them.
    who had no permissions assigned to them
  • Improved reconnection logic and logging in Slack backend implementation.

Don't miss a new PoshBot release

NewReleases is sending notifications on new releases.