Hey everyone!

I just released and deployed FASJSON 1.3.0, it only contains a new feature and a bugfix.
* Add some more user fields: github_username, gitlab_username, website, and pronouns (#213).
* Respect the user's privacy setting on the search endpoint (#257).

This last item fixes an information disclosure issue, which is why I'm releasing and deploying on a Friday (just kidding, I also do it without any valid reason). The fields that were hidden on private accounts were not hidden when the search endpoint was used (like http://fasjson.example.com/search/users/?username=privateuser). It's fixed now.

Cheers!

Aurélien