Releases: FreeOpenSourcePOS/FloCafe
Releases · FreeOpenSourcePOS/FloCafe
v1.6.7
What's New in v1.6.7
DB Migration System (Internal)
- Schema version now tracked via SQLite
PRAGMA user_version— atomic and survives even if the settings table is wiped - Every migration runs inside a transaction; partial failures roll back cleanly instead of leaving the database in a torn state
- Migrations defined as a flat numbered array — future schema changes are a single append
App Store Update Handling
- Mac App Store and Microsoft Store (MSIX) builds now correctly skip the built-in auto-updater — updates are handled by the respective store
- Settings → Updates tab shows a "managed by the store" message instead of the Check for Updates button on store builds
- MSIX detection uses the Windows App package install path (
WindowsApps) — no build configuration required
Bug Fixes
- Fixed build failure caused by invalid
appx.extraMetadataconfiguration - Fixed
mac.notarizeconfig schema error (electron-builder 26.8.1 expects a boolean)
Flo Cafe v1.6.5
What's New
Products Page
- Item IDs: Each product now has a short 6-character ID (e.g.
a3k9mz) shown in the products table — used as a stable identifier for CSV import/export - Tag badges: Veg, Non-Veg, and other dietary tags now shown as coloured badges directly in the product list
- More columns: Tax type/rate and cost price are now visible in the product table
CSV Import / Export
- Update existing items: Download current data (includes item IDs), edit in a spreadsheet, re-upload — rows with an ID update in place instead of creating duplicates
- New columns:
id,sku,cashback_percentadded to export and import - New items still created by leaving the
idcolumn blank
Bug Fixes
- Login page: Database errors (corrupt DB, init failure) now show as a persistent red banner instead of a silent or dismissing toast
- Wrong password: Incorrect credentials now show an inline error in the form — previously the page would silently reset due to a 401 redirect loop
- Database backup: Fixed backup failure on Mac App Store builds caused by sandbox restrictions on WAL journal files written alongside the backup
- Menu tiles: Veg/Non-Veg tag moved to bottom-right of each tile; item name now wraps instead of truncating
Flo Cafe v1.6.4
Bug Fixes
- Fixed addon group editing: changes to addons within a group are now saved correctly.
Flo Cafe v1.6.3
What's new in v1.6.3
- Fix: Product tags now correctly parsed as JSON array from database
Flo Cafe v1.6.2 — CSV Menu Import/Export
v1.6.2 — CSV Menu Import / Export
Bulk-manage your menu using spreadsheets — no more adding items one by one.
New Feature: CSV Import / Export
A CSV button is now available in every tab of the Products page (Products, Categories, Addon Groups).
What you can do:
- Download blank template — pre-filled sample CSV showing the exact format
- Export current data — download everything already in your menu as a CSV (great for bulk edits)
- Upload CSV — import a filled sheet; existing records are skipped safely, errors shown row-by-row
CSV formats:
| Sheet | Key columns |
|---|---|
| Categories | name, description, color, icon, sort_order |
| Products | name, category, price, description, cost, tax_type, tax_rate, tags, is_active |
| Addon Groups | group_name, addon_name, price, group_required, group_min_select, group_max_select |
Tip: Import categories first, then products (products reference categories by name).
Downloads
| Platform | File |
|---|---|
| Windows (x64) | Flo Cafe Setup 1.6.2.exe |
| macOS Intel (x64) | Flo Cafe-1.6.2.dmg |
| macOS Apple Silicon (arm64) | Flo Cafe-1.6.2-arm64.dmg |
Flo Cafe v1.6.1 — MAS Compliance & App Store Fixes
v1.6.1 — MAS Compliance & App Store Fixes
Changes
- Renamed product to Flo Cafe for Mac App Store compliance
- Fixed App Store rejection issues (sandboxing, entitlements, metadata)
- Version bump for MAS resubmission
Downloads
| Platform | File |
|---|---|
| Windows (x64) | Flo Cafe Setup 1.6.1.exe |
macOS builds are distributed via the Mac App Store.