Skip to content

Releases: deltachat-bot/group-editor-bot

v0.5.2

06 Feb 10:40
f9db3fc
Compare
Choose a tag to compare

Changelog

  • f9db3fc Delete chat after being removed from it. fix #7

v0.5.1

08 Jan 17:58
35c9b01
Compare
Choose a tag to compare

Changelog

  • 35c9b01 Fix invite links with new core fix #5

v0.5.0

08 Jan 15:26
5021a04
Compare
Choose a tag to compare

Changelog

  • 120843c download realtime editor during init, replace editor.xdc
  • 4a06c3d download realtime-editor.xdc on every start for backwards compatibility
  • 5021a04 removed editor.xdc

Known Issues

The /invite command currently produces broken invite links; the QR codes work though. It is due to a library which still needs to be updated. #5

v0.4.2

14 Oct 14:38
f5cb9a0
Compare
Choose a tag to compare

Changelog

  • f590ca1 make sure to only delete messages which are not sent editors
  • f5cb9a0 only try to resend if there are messages to resend. fix #2
  • 8ab4342 retry only after a few seconds, not microseconds

v0.4.1

05 Aug 11:45
04ff599
Compare
Choose a tag to compare

Changelog

  • 04ff599 retry resending after random seconds if it failed

v0.4.0

28 Jul 18:26
8af4b1b
Compare
Choose a tag to compare

Changelog

  • 9e93b38 changed /pad command to /editor
  • 30820ee changed display name to "Group Editor Bot"

v0.3.0

28 Jul 18:15
b9adf0e
Compare
Choose a tag to compare

Now this bot can manage editor.xdc instances in groups, and resend it to newly added members. The invite functionality is now mostly hidden (it should still work though).

Changelog

  • 4185e5d Add /pad command to post an editor.xdc to a group, resend it when new members are added
  • 5875b7f added help text for /pad command
  • 5c40858 delete all incoming messages except pads after processing them
  • b9adf0e delete outgoing help messages after sending
  • 70421b8 remove invitebot help message
  • 59f17e5 renamed invitebot to group-editor-bot