Skip to content

Latest commit

 

History

History
68 lines (42 loc) · 1.91 KB

CHANGELOG.md

File metadata and controls

68 lines (42 loc) · 1.91 KB

Changelog

Added

  • implement database migrations
  • allow to mute/unmute Home timeline

Changed

  • 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.

Fixed

  • fix bug in utils.toots2replies()

Added

  • added /profile command to toots, to see the sender's profile.

Changed

  • 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

Added

  • OAuth2 support.

Changed

  • don't notify Mastodon server errors.
  • tweaked informational message in the Home and Notifications chats when they are created.

Fixed

  • fix settings scope, settings under simplebot_mastodon/ were not taking effect.

Changed

  • 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

v0.1.0

  • initial release