Skip to content

v0.3.1

Latest

Choose a tag to compare

@github-actions github-actions released this 27 Jun 19:22
· 1 commit to main since this release

Fixed

  • Compose to new contacts — sending a first message to a recently connected
    person no longer fails with a misleading "not connected" error. The
    createMessage payload was missing a required field (hostRecipientUrns).

How to update

  1. Download the .zip asset from this release and unzip it (replace your existing inflow folder, or unzip a fresh copy).
  2. 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