Skip to content

Releases: sedders123/phial

Version 0.6.0

10 Oct 08:03
736e93a
Compare
Choose a tag to compare

Changed

  • SlackClient now attempts to auto-reconnect by default. This can be turned off in the settings.
  • Logs outputted using the default logger no longer duplicate.
  • SlackClient no longer asks for team state as phial does not use this. Should speed up connection times especially in larger teams.

Version 0.5.0

14 Sep 11:11
c708d81
Compare
Choose a tag to compare

Changed

  • Help command now works better with multiline doc strings. The command now ignores single new lines and converts double new lines into single new lines, similar to markdown.
  • Parameters of commands can now be wrapped in double quotation marks to allow for values containing whitespace.

Version 0.4.0

30 Aug 20:59
f571899
Compare
Choose a tag to compare

Added

  • Built-in help command. Uses docstrings as help text unless overridden - Built-in help command. Uses docstrings as help text unless overridden
  • Added the ability to specify a 'fallback' command for when a user attempts to use an invalid command

Changed

  • Default logger level changed to INFO

Version 0.3.0

05 Aug 08:42
Compare
Choose a tag to compare

Added

Version 0.2.1

09 Apr 12:38
Compare
Choose a tag to compare

Changed:

  • Upgraded to slackclient 1.2.1
  • Lowered minimum Python version to 3.4

0.2.0

05 Apr 17:43
7a1869e
Compare
Choose a tag to compare

Added

  • Optional Case Sensitivity for commands. Commands are now no longer case sensitive by default, they have an optional parameter to turn on case sensitivity if desired.

Changed

  • Minimum Python version now 3.4

Version 0.1.3

05 Apr 12:24
02cc79e
Compare
Choose a tag to compare
Version bump

Version 0.1.2

05 Apr 12:18
bbabeed
Compare
Choose a tag to compare
Version bump

Version 0.1.1

05 Apr 12:13
731fde7
Compare
Choose a tag to compare

Add back support for Python 3.4

Version 0.1.0: Initial Release

04 Apr 14:02
f024367
Compare
Choose a tag to compare
Merge pull request #19 from sedders123/pypi

Setup for PyPi