Skip to content

v0.3.6 Slimy Sloth

Compare
Choose a tag to compare
@gotosocialorg gotosocialorg released this 20 Jun 12:26
· 1669 commits to main since this release
8c7945f

This is a minor bugfix release of GoToSocial.

The main reason for doing this release was an issue where accounts could sometimes end up webfingering themselves, which would cause all sorts of annoying problems. There's also a few other small fixes in this one :)

No migration notes this time, should just be a standard upgrade!

❤️ 🦥

Detailed Changelog

Bug fixes

  • 8c7945f [bugfix] Account self finger fix (#658)
  • c48266c [bugfix] for the second accounts.note_raw migration (#653)
  • 0e12ee0 postgres locale: fix accounts.note_raw migration (#651)

Packaging

Frontend

  • ec81d28 [frontend] add Accept header to oauthed api requests (#657)

Chores

  • 610395d [chore] make tests more cacheable by avoiding time.Now() (#656)