Fixed
- Compose to new contacts — sending a first message to a recently connected
person no longer fails with a misleading "not connected" error. The
createMessagepayload was missing a required field (hostRecipientUrns).
How to update
- Download the
.zipasset from this release and unzip it (replace your existing inflow folder, or unzip a fresh copy). - Open
chrome://extensions, find inflow, and click the reload icon (↻). If you unzipped to a new folder, use Load unpacked and select it.
Prefer building from source? Run git pull && npm install && npm run build, then reload at chrome://extensions. Your conversations and settings are preserved across updates.
Not sure where inflow is installed? Open chrome://extensions (turn on Developer mode) — the inflow card shows the folder it's loaded from.
Full Changelog: v0.3.0...v0.3.1