This is the fifth alpha release of GoToSocial.
Highlights
- A lot of fixes have been done in the media processing logic to ensure it's more reliable and less prone to locking up, which resolved a couple of show-stopping bugs.
- We added an admin endpoint at
/api/v1/admin/accounts/{account_id}/action
that allows admins to delete/suspend single accounts. - When a local account is deleted, it's now federated out to the wider fediverse, so you can properly delete unused/unwanted accounts.
Acknowledgements
As usual, thank you to all bug reporters, contributors, donators, and people using the software already! <3 <3
Detailed Changelog
- 37d310f [feature] Dereference remote mentions when the account is not already known (#442)
- 983e696 [feature/security] Add systemd sandboxing options to harden security (#440)
- 8cc70a1 [bugfix] Fix media uploads blocking after a failed upload #438
- 25cab0e [bugfix] Fix images not being processed correctly sometimes (#437)
- 36b2f2b don't error if content property is nil (#436)
- 73e9cca [bugfix] Close ReadClosers properly in the media package (#434)
- 55ad6de [feature] Admin account actions (#432)
- 532c4cc [feature] Federate local account deletion (#431)
- e63b653 [performance] Add dereference shortcuts to avoid making http calls to self (#430)
- 4b4c935 [bugfix] Fix bug where admin panel could not be accessed at
/admin
(#427) - e306233 [bugfix] Fix html-escaped characters in content warnings (#426)
- b8879ac [dependencies] update go-store, go-mutexes (#422)