Bashbot Version 1.20
Bashbot Version 1.20 was planned as a "bug fix only" release but, after 1000 commits since bashbot development start, it provides some new features also ...
Bug fixes:
- some locale related fixes, thanks to @rlegene
- optimize processing of updates (2 times faster)
- fix interactive scripts (again), thanks to @RandomUsN for reporting
- fix escape more reserved characters
- better curl/wget detection
- fix multiple updates are ignored (ups)
- fix remove unwanted files from release
- fix bashbot tests and git hooks
- fix newlines in file captions
New features as of V1.20:
- support for
JSON.awk
, 5 times faster thanJSON.sh
(beta) - refactoring of
send_xxx_message
functions to addedit_xxx_message
, thanks to @jonashaag - new standalone bash scripts, see Usage
- new function
bot_is_admin
- detect supergroup migration
- allow recover from blocked from Telegram for updates
- option to ignore commands for other bots in group
Plus the usual small bug fixes and documentation improvements ...