Release 1.4
Release info
Version: 1.4
Release date: April 30, 2022
Important
- Bot needs full re-configuration (again) due to changed config templates with new items.
Back up your config files and perform a clean setup.
New features
- Introduced three new config variables
chat_users
,alert_users
and
startup_message_users
to replaceallowed_user_ids
for more granular access setup:chat_users
- user/group IDs which can interact with bot. Cannot be empty.alert_users
- user/channel/group IDs where alerts will be sent if turned on. Cannot be empty.startup_message_users
- user/channel/group IDs where startup message is sent. Can be empty to remain silent.
- Introduced new per camera config variable
group
and command/groups
to group cameras. - Added new commands
/version
,/ver
,/v
to check the latest bot version.
Misc
- Bumped Python version from 3.9 to 3.10 in Dockerfile.
- If a text message from the bot exceeds max size it will be split and sent in smaller chunks.
- SRS re-stream is now disabled by default in the config template.