Skip to content

0.8.0

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Feb 08:18
· 197 commits to main since this release

Added

  • "Set account alias" link in settings page: allows users to set the alsoKnownAs property, to allow account migration from Mastodon to tootik
  • "Move account" link in settings page: allows users to set the movedTo property and send a Move activity to followers, to allow account migration from tootik to Mastodon
  • Help page updated accordingly

Removed

Nothing!

Bug Fixes, Performance and Maintenance

  • If A follows B and B is moved to A, A needs to unfollow B without following A (i.e. if followed account is the move target, the follower shouldn't try to follow itself)
  • Inbox of A shows the correct author for replies to posts by A
  • The resolver logic is now covered by tests: several bugs (for example: no size limit for WebFinger responses) are fixed and unreachable code is removed
  • Some cleanup of JSON conversion work in 0.7.0
  • Bumped from Go 1.21 to 1.22