0.5.0
Added
- Optional Title field for audio and video Moments: those types read well with a title, so the composer offers one — pre-filled by AI from your caption when a provider is connected, editable, and optional (leave it blank and Moment derives the title from your text, as before). Which types show the field is filterable via the
moment_title_field_policyfilter. (#28) - Search and filter your Moments from Home: a search icon in the header expands a search box, with type-filter chips for Images, Videos, Audio, and Notes; the list heading reads "Results" while you search. (#23, #25)
- Manage a Moment straight from the list: a per-item menu edits a published Moment in the composer or deletes it (with a confirmation step; delete moves the Moment to Trash). (#23, #25)
- Reply to a notification inline: each notification has a reply icon that opens a reply box and posts your reply as a comment on the Moment. (#23, #25)
- A 50 MB per-file upload cap, with a clear message when a file is too large. (#22)
- For developers: new REST endpoints (
DELETE /moments/{id},POST /notifications/{id}/reply,type/sfilters onGET /moments, andPOST /ai/title), themoment_title_field_policyfilter, andbackflow_supporteddocumented on the connector interface. (#22, #23, #28)
Changed
- Infinite scroll on the recent Moments list replaces the manual "view more" step, and the site-views navigation stays anchored at the bottom. (#25)
- The app, PWA, and browser-tab icons now use Moment's designed brand mark. (#21)
Removed
- The
podcastMoment type: a podcast is simply an audio (or video) Moment. Use a Category if you want to label one as a podcast. (#27)
Full Changelog: 0.4.0...0.5.0