Skip to content

v0.6.2

Choose a tag to compare

@github-actions github-actions released this 25 Jul 19:12
b54c90c

0.6.2 (2026-07-25)

This update introduces shared photo albums, improves post editing for media management, and enhances photo browsing with a new icon-based layout. It also addresses upload reliability for web users.

✨ Highlights

  • Shared Albums: You can now create and manage shared photo albums in the photos tab. (22d981a)
  • Post Editing Upgrade: Posts can now have media fully edited, added, or removed. (22d981a, d5c66c9)
  • Streamlined Layout: Icons replace plain SVGs across PhotosPage, ProfilePage, and TripDetailPage for a cleaner experience. (ef524c9)
  • Improved Web Uploads: Web uploads now use a more reliable multipart form method, removing the 15-second timeout issue. (196da6c)

Full changelog (auto-generated)

0.6.2 (2026-07-25)

Features

  • add Icon component and replace SVGs with icons in PhotosPage, ProfilePage, and TripDetailPage (ef524c9),(196da6c)
  • added shared albums in photos tab (22d981a),(d5c66c9)
  • editing a post now allows editing,removing and adding media. (22d981a), (d5c66c9)

Bug Fixes

  • uploads: send web uploads as multipart and lift the 15s timeout (196da6c)