#Mitra v4.10.0
https://codeberg.org/silverpill/mitra/releases/tag/v4.10.0
https://codeberg.org/silverpill/mitra-web/releases/tag/v4.10.0
- Improved import-posts command. Now it supports media attachments and doesn't create duplicate posts if executed multiple times.
- Login page can be translated. The language is selected automatically based on browser settings.
- Moved visibility selector to the right side of the post editor (now it's near the "Publish" button). This is to minimize the likelihood of inadvertently publishing a post with a wrong visibility setting.
- Implemented Media Upload API for FEP-ae97 clients.
FEP-ae97: Client-side activity signing has been updated: https://codeberg.org/fediverse/fep/pulls/682
I added a new section describing Media API after implementing it in Mitra v4.10.0.
The API is somewhat similar to Blossom API used by Nostr apps: media objects are identified by their SHA-256 digests, and can be mirrored to other gateways.
I also specified status codes for error responses.