All releases
v1.38.0
Feature
Fix

WanderNotes 1.38.0

Conversations go local-first with TanStack DB and PowerSync.

30 June 2026

This is a foundational release. Conversations and messages now live locally first and sync in the background — a change that touches how quickly the app feels and how it behaves when your connection isn't perfect.

✨ What's new

  • Local-first conversations and messages. Conversations and messages now sync through TanStack DB and PowerSync. In practice, this means chats load instantly from your device instead of waiting on the network, you can keep reading and working offline, and everything reconciles automatically the moment you're back online. Your data stays consistent across sessions and devices without you thinking about it.
  • Notes reformat agent. Early support for reformatting notes lands alongside the new conversation collections — the first step toward assistants that reshape your notes for you.

🐛 Fixes

  • Removed unused dependencies, refreshed an outdated API, and tidied up code block styling for a cleaner read.
  • Removed leftover service workers that were no longer needed and could interfere with caching.