- implement database migrations
- allow to mute/unmute Home timeline
- add all address from Notifications chat to new created DM chats.
- hidde
/reply
,/star
,/boost
and/open
commands from help since they are not meant to be used manually. - discount from checking delay the time already spent checking.
- reduce network timeout to 10 seconds.
- improve fetching toots logic, reduce number of API calls.
- fix bug in utils.toots2replies()
- added
/profile
command to toots, to see the sender's profile.
- send first attachment from toots as message attachment in home chat and direct conversations
- send each toot in home chat and each notification in notifications chat as individual messages.
- display toot sender as the impersonated message sender in Delta Chat, instead of including it in the message's text/body.
- tweaked toot layout
- OAuth2 support.
- don't notify Mastodon server errors.
- tweaked informational message in the Home and Notifications chats when they are created.
- fix settings scope, settings under
simplebot_mastodon/
were not taking effect.
- silently ignore messages in the notifications chat
- allow all members of a "Home", "Notifications" or direct messages chats to use the account (reply, star, boost, etc.)
/open
command now returns the full thread with ancestors and descendants- show
/reply
and/open
commands for direct messages
- initial release