Version v0.70
In this Release we provide the following new features:
- implementation of modules to extend bashbot
- user commands and functions are now in
mycommands.sh
- alisases/shortcuts for often needed funtions, see module aliases
- support for user access control, see advanced use
- optimize polling for new messages, no more stuipd poll as fast as possible
- add support for buttons and inline keyboards, see funtions reference
- add support for receiving VCARDS and VENUE
- add support for Environment variables, see Environment
- massive refactoring of 'send_xxx' and 'get_xxx' functions, see one curl to rule them all
- much improved documentation
- test suite and git hooks, only if all tests are passed checkin is allowed
- new and more useful examples, see examples dir
- refactoring of 'send_message' to support buttons, inline keyboards, linebreaks and more
- new developer tools and documentation
- ...
Plus many more fixes and enhancements not listed here. Special thanks to @gr72 , he inspired me for the example system status
Note: if you are using inline queries skip this release! Due to the massive refactoring and old logic for inline queries they will break on high propably!