Releases: sedders123/phial
Releases · sedders123/phial
Version 0.6.0
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
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
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
Added
- Scheduled functions
- Send Message Attachments
- Send ephemeral messages
- Type hints
- Support for logging
Version 0.2.1
Changed:
- Upgraded to slackclient 1.2.1
- Lowered minimum Python version to 3.4
0.2.0
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
Version bump
Version 0.1.2
Version bump
Version 0.1.1
Add back support for Python 3.4
Version 0.1.0: Initial Release
Merge pull request #19 from sedders123/pypi Setup for PyPi