Err v5.1.0 Release Notes
Release Date: 2017-07-27 // about 8 years ago-
๐ fixes:
- ๐ allow webhook receivers on / (tx Robin Gloster)
- ๐ force utf-8 to release changes (thx Robert Krambovitis)
- ๐ don't generate an errbot section if no version is specified in plugin gen (thx Meet Mangukiya)
- callback on all unknown commands filters
- ๐ user friendly message when a room is not found
- webhook with no uri but kwargs now work as intended
- ๐ Slack: support for Enterprise Grid (thx Jasper)
- Hipchat: fix room str repr. (thx Roman)
- XMPP: fix for MUC users with @ in their names (thx Joon Guillen)
- certificate generation was failing under some conditions
๐ features:
- ๐ Support for threaded messages (Slack initially but API is done for other backends to use)
- Text: now the text backend can emulate an inroom/inperson or asuser/asadmin behavior
- ๐ Text: autocomplete of command is now supported
- ๐ Text: multiline messages are now supported
- start_poller can now be restricted to a number of execution (thx Marek Suppa)
- recurse_check_structure back to public API (thx Alex Sheluchin)
- ๐ better flow status (thx lijah Roberts)
- !about returns a git tag instead of just 9.9.9 as version for a git checkout. (thx Sven)
- admin notifications can be set up to a set of users (thx Sijis Aviles)
- ๐ logs can be colorized with drak, light or nocolor as preference.