Skip to content

Release notes

Per-version changelog for Fexl Lite. Each page lists the user-visible changes with <ChangeBadge> pills (feature / perf / fix / breaking), inline <BugFixBadge> references back to the original bug numbers, and any database migrations that ran on first boot.

Updated 9 May 2026·Current v1.6.105

Channels

  • Stagingfexl-v{version}-staging-windows. Each tag also has a Mac and Linux companion (Tauri builds + Docker server + web deploy).
  • Stablefexl-v{version}-windows. Same shape, fewer tags. Promoted from staging after a QA pass.

The current shipping build is retail-server-v1.6.105 and retail-web-v1.6.105.

Versions

How to read these pages

Each release-notes page leads with the marquee item — the change most likely to affect how you operate. Below that, fixes are grouped by domain (POS / Inventory / Returns / Reports / Shipping / Settings / Expenses), then a Database migrations table, then an Upgrading section.

Inside the body:

  • <ChangeBadge tag="feature" /> — net-new functionality
  • <ChangeBadge tag="perf" /> — performance or migration work
  • <ChangeBadge tag="fix" /> — defect repair
  • <ChangeBadge tag="breaking" /> — schema or behavioural change you should know about before upgrading

Inline <BugFixBadge bug={N} version="..." /> chips link the entry back to the original bug number, and forward to whichever doc page deep-dives the affected flow.

Upgrading

Desktop tenants auto-update on next launch via the Tauri updater. Cloud tenants pick up the new build on the next deploy. Migrations run on first boot of the new binary; they’re idempotent (safe to re-run) and they finish in seconds for typical stores, longer on large ledgers.

There’s no manual step. Reports recompute the next time they’re opened — that’s normal post-upgrade behaviour, not a regression.