Thread with 4 posts
jump to expanded postPreview of stuff that will be arriving in #GoToSocial v0.16.0 (likely in a week or two when we've squished some more bugs):
- more efficient message delivery; useful for accounts with lots of followers
- user sign-up/registration flow; open your instance to sign-ups without having to manually create users with the CLI; approve/reject sign-ups
- better account overview on the settings panel, for instance admins
- display accurate followers/following/statuses counts for remote accounts
- filters v2 API; filters should work in more clients with this
- frontend for HTTP header filters; block incoming requests based on http header values
- settings panel section for sending test emails, to check SMTP config
- alternative SQLite implementation available via build tag
- search updates; search within your own statuses more easily
- shitloads of little bug fixes and stuff
should be a nice release :)
@gotosocial definitely.
I'm curious, what is the "alternative sqlite implementation" about?
@zlatko currently we used modernc/sqlite3 for our sqlite driver, but we've been experimenting with wasm sqlite, and will likely move to that permanently in future; in the meantime, both options are available (the latter with a build tag)
https://github.com/superseriousbusiness/gotosocial/pull/2863