Skip to content

Bashbot Version 1.40

Compare
Choose a tag to compare
@gnadelwartz gnadelwartz released this 05 Feb 13:21
· 160 commits to master since this release
d15b4f5

New features as of V1.40:

  • initial support to receive Telegram Updates via webhook
  • add functions for managing webhook
  • extend support for handling inlineKeyboards and button callback
  • add support for promote/denote users in groups
  • factor out update processing to modules/processUpdates.sh
  • factor out init command to bin/bashbot_init.inc.sh
  • add scripts bin/send_buttons.sh, bin/edit_buttons.sh, bin/kickban_user.sh, bin/promote_user.sh
  • add script bin/any_command to test/run bashbot functions
  • finally replace old JsonGetString, JsonGetLine, JsonGetValue functions with UPD array access
  • improve misc scripts in dev/
  • better handling of sourcing from shell

Plus the usual small bug fixes and documentation improvements ...