Skip to content

v1.0.7

Latest

Choose a tag to compare

@github-actions github-actions released this 04 Jul 17:15
860cfaf
feat(mobile): local-first image display with remote swap; bump v1.0.7

Memo images now render instantly from the local album URI right after
creation, then swap to the remote URL once it finishes preloading in
the background. Eliminates blank/broken thumbnails caused by network +
CORS latency on freshly-created memos.

- new store: localResourceUriStore (resourceId -> localUri, session-only)
- MediaGridItem: optional localUri
- FullScreenEditor: records resource.id <-> localUri on upload complete
- MemoCard / MemoRevisionPage: attach localUri from store
- MediaGridTile: render local, preload remote, swap on load

Bumps mobile to 1.0.7 and updates EN/ZH changelogs.