Skip to content

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 20 Jul 12:11
2923377

0.5.0 (2026-07-20)

Famlin v0.5.0 introduces exciting new features, including trip journaling, chat message replies, and an enhanced export tool for admins, along with several UI improvements and bug fixes. Note: This release includes breaking changes that require admin attention.

✨ Highlights

  • Redesigned Navigation: Added bottom navigation for smoother usage on smaller screens. (f39ee2e)
  • Trip Journaling: Introduced a new trip post type with features like check-ins, co-travelers, and push notifications. Includes a read-only trip journal view on the web and mobile app. (459c67f, d436ad1, d7d32a3)
  • Cross-Posting Trips: Effortlessly share trips to multiple groups directly from the mobile app. (9ac159d, 2e9b952)
  • Chat Replies: Added the ability to reply to chat messages, featuring swipe gestures for better usability. (6f9ec56, 75a0cd4)
  • Post Reactions: New reactions modal lets you view and engage with post reactions. (1014a19)
  • Image Collages: Multi-photo collages are now supported in posts for a richer visual experience. (207bad0)
  • Admin Tools: Data export functionality now available for easier backups or analysis by admins. (ec1339d)
  • Bug Fixes: Improved touch handling in image interactions, making zoom and pan smoother. (78f4fe5)

⚠️ Breaking Changes

  • Permissions Update: Ensure admins have permissions for the new export functionality.
  • Chat API Changes: The replyToMessageId field is now required for replying to chat messages. Additionally, the chat message response structure has changed. Update any custom integrations to align with these changes.

Full changelog (auto-generated)

0.5.0 (2026-07-20)

⚠ BREAKING CHANGES

  • Admins must ensure they have the necessary permissions to access the new export functionality.
  • The API now requires replyToMessageId for replies, and the response structure for chat messages has been modified.

Features

  • add bottom navigation for small screens and enhance page navigation (f39ee2e)
  • add data export functionality for admins (ec1339d)
  • add reactions modal and API for listing post reactions (1014a19)
  • add read-only trip journal view to web app (459c67f)
  • add reply functionality to chat messages (6f9ec56)
  • add reply functionality to chat messages with swipe gesture support (75a0cd4)
  • add trip journal UI to mobile app and shared api-client (d436ad1)
  • add TRIP post type with check-ins, co-travelers and push notifications (d7d32a3)
  • allow cross-posting trips from the mobile composer (9ac159d)
  • implement multi-photo collage in PostCard component (207bad0)
  • support cross-posting trips to multiple groups (2e9b952)
  • update react-hooks rules to include immutability warnings for Reanimated (60587ae)

Bug Fixes

  • improve touch handling for image zoom and pan interactions (78f4fe5)