Skip to content

Releases: xvitaly/ecasbot

Release 1.4.2

27 Jul 12:56
v1.4.2
ac0cddf
Compare
Choose a tag to compare

Changes

  • Write full exception details to logs only on debug channel.

Release 1.4.1

16 Jul 15:06
c5b7f48
Compare
Choose a tag to compare

Bug fixes

  • Fixed issue with deprecated API usage.

Release 1.4.0

16 Jul 11:59
v1.4.0
82afd20
Compare
Choose a tag to compare

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

01 Feb 12:06
v1.3.2
c77dc19
Compare
Choose a tag to compare

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

17 Jul 12:27
v1.3.1
c052cf3
Compare
Choose a tag to compare

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

16 Jul 12:15
v1.3.0
11f8861
Compare
Choose a tag to compare

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

24 Apr 14:51
v1.2.0
bcd6956
Compare
Choose a tag to compare
  • 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

06 Jan 13:47
v1.1.0
c673640
Compare
Choose a tag to compare

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

06 Jan 13:39
v1.0.0
cded85d
Compare
Choose a tag to compare

First public stable release.