Releases: xvitaly/ecasbot
Releases · xvitaly/ecasbot
Release 1.4.2
Changes
- Write full exception details to logs only on debug channel.
Release 1.4.1
Bug fixes
- Fixed issue with deprecated API usage.
Release 1.4.0
Breaking changes
- Updated schema to version 10.
- Added a new field -
language
.
New
- Added localizations support (currently available: en, ru).
- Backported lots of changes from 2.x branch.
- Added Dockerfile.
Changes
- Fixed minor issues with Settings class.
- Fixed some warnings.
- Implemented GitHub CI support.
Release 1.3.2
Breaking changes
- Updated schema to version 9.
- Added
hidejoins
new field.
Bug fixes
- Fixed bot crash when trying to restrict or block protected users (admins, moderators, owner).
- Bot will check permissions before performing ban/restrict API action.
- Bot cannot restrict himself.
New features
- Bot can automatically remove join messages to avoid unnecessary flood (disabled by default).
Release 1.3.1
Bug fixes
- Fixed bot crash on handling /report action, related to markdown parser.
New features
- Added name and ID of supergroup, where
/report
action was issued.
Release 1.3.0
Breaking changes
- Removed API token from configuration file. Now it should be forwarded using
APIKEY
environment variable. - Updated config schema to version 8.
New features
- Allow to specify floats to
/mute
command. - Changes in bot's configuration will be saved automatically.
- Added templates for issues, pull requests and other default pages.
Bug fixes
- Fixed error when trying to send message to subscribed users if they blocked bot.
- Subscribed users without admin rights in group will be unsubscribed from events automatically.
- Fixed bot crash when trying to send message to recently unsubscribed user.
Release 1.2.0
- Added
/unban
command support. - Added optional reason for
/report
command. - Bot will send private messages to admins, subscribed to events in chat.
- Bot can delete messages from restricted users contains specified words.
- Added bot actions
/sw_add
,/sw_remove
and/sw_list
to control restricted words. - Added chat titles to logs.
- Increased log details for removed by bot messages.
- Bot will not crash on network errors.
Release 1.1.0
Changes
- Added
/pin
and/unpin
bot actions support. - Added
/wipe
bot action (can remove up to 50 messages using single request). - Added more documentation pages.
- Added ranges support in special commands.
- Added optional parameters support in some bot actions.
- You can specify the number of days in
/mute
bot action (optional).
Release 1.0.0
First public stable release.