Skip to content

v0.3.2

Choose a tag to compare

@github-actions github-actions released this 15 Jul 19:13
936aeb4

0.3.2 (2026-07-15)

This update focuses on improving security, fixing bugs, and enhancing user experience for both desktop and mobile users.

✨ Highlights

  • Added rate limits to password change/reset and invite preview endpoints for improved security (#3ac2003).
  • Fixed duplicate posts showing up in search results and "On This Day" content (#4429968).
  • Made reaction and poll-vote actions safe when multiple users interact at the same time (#81afd11).
  • Translated all remaining hardcoded backend error messages for better localization support (#dde1a90).
  • Mobile: Stopped including the generated iOS native project in the source repository, streamlining app development (#0a279bb).

Full changelog (auto-generated)

0.3.2 (2026-07-15)

Features

  • rate-limit password change/reset and invite preview endpoints (3ac2003)

Bug Fixes

  • dedupe cross-posted posts in search and on-this-day results (4429968)
  • make reaction and poll-vote toggles safe under concurrent requests (81afd11)
  • mobile: stop committing the generated iOS native project (0a279bb)
  • translate remaining hardcoded backend error messages (dde1a90)