on #Mitra the post refresh option also runs the load replies feature that you can see in the web ui
mitra
#Mitra v4.4.0
https://codeberg.org/silverpill/mitra/releases/tag/v4.4.0
https://codeberg.org/silverpill/mitra-web/releases/tag/v4.4.0
- Verifying RFC-9421 HTTP message signatures on incoming requests.
- If the default post visibility is "followers", reposts will be followers-only too.
- Edits and deletions are synced in private conversations.
#gotosocial and #mitra have api specs that make life easier (I just found a few gotosocial items I want to implement today)
https://github.com/superseriousbusiness/gotosocial/blob/main/docs/api/swagger.yaml
https://codeberg.org/silverpill/mitra/src/branch/main/docs/openapi.yaml
#Mitra v4.5.0
https://codeberg.org/silverpill/mitra/releases/tag/v4.5.0
https://codeberg.org/silverpill/mitra-web/releases/tag/v4.5.0
- FEP-ae97 activities targeted at followers collection are delivered to all known followers (previously only direct addressing was supported).
- Compatibility with Tusky client.
- Compatibility with Fedi Circles.
- Mentions, hashtags and quote links lead to local pages, even when opened in a new tab.
- New translation: Vietnamese.
#Mitra v4.5.1
https://codeberg.org/silverpill/mitra/releases/tag/v4.5.1
https://codeberg.org/silverpill/mitra-web/releases/tag/v4.5.1
This release includes several changes that help debug payment processing errors and help recover from them.
#Mitra v3.20.0
https://codeberg.org/silverpill/mitra/releases/tag/v3.20.0
https://codeberg.org/silverpill/mitra-web/releases/tag/v3.20.0
- Added reject-keywords filter action. There is a single list of keywords that can be changed using update-config command. Goodbye, Fediverse Chick!
- Added support for generating identity proofs with signify tool.
- Search for a shortcode in emoji picker now returns all matching unicode emojis. They can be used for reactions.
- Added background to code blocks in posts.
- Default post visibility can be changed on the Settings page.
- Fixed federation with services implementing Conversation Containers.
#Mitra v3.20.1
https://codeberg.org/silverpill/mitra-web/releases/tag/v3.20.1
Fixed a bug in custom emoji renderer, and hardened it against XSS attacks.
#Mitra v4.7.0
https://codeberg.org/silverpill/mitra/releases/tag/v4.7.0
https://codeberg.org/silverpill/mitra-web/releases/tag/v4.7.0
- Media proxy. When proxy-media filter rule is enabled, images are not cached but loaded directly from a remote server.
- Partial support for Mastodon relay protocol (used by pub-relay, among others).
#Mitra v4.6.0
https://codeberg.org/silverpill/mitra/releases/tag/v4.6.0
https://codeberg.org/silverpill/mitra-web/releases/tag/v4.6.0
- Support uploading attachments from a URL.
- Displaying Mastodon's quote posts.
- Hide quotes if quoted user is muted.
#Mitra v4.0.0
https://codeberg.org/silverpill/mitra/releases/tag/v4.0.0
https://codeberg.org/silverpill/mitra-web/releases/tag/v4.0.0
Migration guide: https://codeberg.org/silverpill/mitra/src/branch/main/docs/mitra_4_0.md
The main change in this release is a replacement of mitra and mitractl binaries with a single one, mitra.
If you're building Mitra from source, you'll need to adjust your setup. Debian package should just work.
#Mitra v4.9.0
https://codeberg.org/silverpill/mitra/releases/tag/v4.9.0
https://codeberg.org/silverpill/mitra-web/releases/tag/v4.9.0
- Patched a security flaw (medium severity, upgrade recommended). Thanks @ozoramore_dev for reporting!
- Users with admin role can now delete any post or profile using the Web UI.
- Added import-posts command for importing outbox dumps (such as ones produced by Mastodon and snac2). It doesn't import media attachments yet.
#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.
#Mitra v4.10.1
https://codeberg.org/silverpill/mitra/releases/tag/v4.10.1
https://codeberg.org/silverpill/mitra-web/releases/tag/v4.10.1
- Increased the number of required #Monero transaction confirmations to 20. Payments will be processed slower, but this change is needed to protect against deep chain reorganizations caused by ongoing attacks.
- Fixed a problem where the "Pay" button on the subscription page was not working in some cases.