Skip to content

Releases: ShashikaUdara/MiniBook3-Downloads

MiniBook3 v1.0.3

Choose a tag to compare

@ShashikaUdara ShashikaUdara released this 19 Aug 09:05

MiniBook3 v1.0.3 — Release Notes

MiniBook3 — MiniBook-Shop · Portable · Recorded · Reliable

Release date: 2026-08-18
Hosted on: MiniBook3-Downloads · v1.0.3

This is the first MiniBook3 version listed so shops can buy the product and install a Windows till from the public downloads aisle.


What’s New

Buyable Windows register: the same shop floor as Linux, with a polished till (checkout, catalog, shifts, history, settings) and the MiniBook3 licence plane.

Highlights

  • Windows is a product row — Inno setup + portable ZIP + install.ps1 on GitHub Release v1.0.3; listed on minibook3.zolestio.com/downloads when Admin points at live URLs
  • Register chrome (D93–D107) — checkout cart order and icons; Products catalog and filter strip; Shifts (including Analytics under load); transaction history; Store Settings identity, receipt, and desk chrome; checkout shift-gate scroll lock; tender-drawer keyset paging
  • Licence plane — production activation uses https://api-minibook3.zolestio.com (local lab still MINIBOOK3_USE_LOCAL_CLOUD=1)
  • Packages you can buy — public ladder remains Free · Solo · Enterprise (USD; PayHere). Credits and Multi stay capabilities, not extra SKUs
  • Ledger — schema v49 migrations run automatically on first launch (backup first). Linux ≡ Windows
  • Still from 1.0.2 — lean checkout catalog, hybrid search, Credits workspace, FEFO batches, Select payment polish
  • Not claimed — this release does not stamp “20M ready”. Large-catalog / long-history work stays inside the existing soak envelope

Downloads

All installers for this version are published as GitHub Release assets:

https://github.com/ShashikaUdara/MiniBook3-Downloads/releases/tag/v1.0.3

Artifact Link
Windows setup minibook3-1.0.3-win64-setup.exe
Windows portable minibook3-1.0.3-win64-portable.zip
Checksums SHA256SUMS.txt
One-line installer install.ps1

Also listed on https://minibook3.zolestio.com/downloads (and https://zolestio.com/downloads until cutover) when Admin Releases point at these URLs.

Operator playbook: MiniBook3/docs/release.md.


Install

See packaging/INSTALL.md.

Windows — setup (recommended)

  1. Download minibook3-1.0.3-win64-setup.exe from the Release page
  2. Double-click → NextInstallFinish

Windows — one-line install

irm https://github.com/ShashikaUdara/MiniBook3-Downloads/releases/download/v1.0.3/install.ps1 | iex

Latest rolling bootstrap (only after this tag is the GitHub “latest”):

irm https://github.com/ShashikaUdara/MiniBook3-Downloads/releases/latest/download/install.ps1 | iex

Windows — portable

Extract minibook3-1.0.3-win64-portable.zip into its own empty folder, then run minibook3.exe from that folder. Do not unpack into a shared directory (auto-update only replaces files inside a dedicated MiniBook3 install).


Upgrade

Existing installs: Settings → Updates → Check now, then restart when the update is ready.

Database migrations (including schema v49) run automatically on first launch. Take a backup before upgrading a live shop.


Integrity

Verify downloads against SHA256SUMS.txt on the same GitHub Release.


Support

MiniBook3 v1.0.2

Choose a tag to compare

@ShashikaUdara ShashikaUdara released this 30 Jul 20:52

MiniBook3 v1.0.2 — Release Notes

MiniBook3 — MiniBook-Shop · Portable · Recorded · Reliable

Release date: 2026-07-31
Hosted on: MiniBook3-Downloads · v1.0.2


What’s New

Scale and register-feel release: the till stays snappy at large catalogs and long sales histories, with store credit / batch workflows and a faster Select payment path.

Highlights

  • Scale performance (PERF1–7) — schema v38 indexes, SQL-paged stock movements, lean checkout catalog (fields=checkout), hybrid FTS+LIKE search (no false-zero mid-token misses), Credits pagination + summary API, skeleton loaders with Retry on Returns / Credits / transaction drawers
  • Transaction history at volume — keyset pagination skips expensive COUNT on cursor pages; Returns UI keeps the cached total
  • Credits — left-nav Credits workspace (customers, open bills, settlements); FIFO settle; settlement receipts / history / CSV export
  • Batches — smart batch (FEFO) in Inventory and checkout batch pick
  • Select payment polish — customer search on Store credit; fixed modal size; Enter confirms when a customer is attached; Manager PIN only when over remaining credit; gift card opens the cash drawer on confirm
  • Verified at target scale — soak bench: 100k SKUs catalog search p95 < 2 ms; 5M sales keyset page p95 ~3 ms (Windows full soak; Linux smoke + parity suite green)
  • Core CSS budget — raised to 32 KiB gzip for PERF5 skeleton styles

Downloads

All installers for this version are published as GitHub Release assets:

https://github.com/ShashikaUdara/MiniBook3-Downloads/releases/tag/v1.0.2

Artifact Link
Linux tarball minibook3-1.0.2-linux-x86_64.tar.gz
Debian / Ubuntu minibook3_1.0.2_amd64.deb
AppImage minibook3-1.0.2-linux-x86_64.AppImage
Checksums SHA256SUMS.txt
One-line installer install.sh

Also listed on https://zolestio.com/downloads when Admin Releases point at these URLs.


Install

See packaging/INSTALL.md.

Linux — offline tarball

tar -xzf minibook3-1.0.2-linux-x86_64.tar.gz
cd minibook3-1.0.2-linux
./install.sh

Linux — one-line install

curl -fsSL https://github.com/ShashikaUdara/MiniBook3-Downloads/releases/download/v1.0.2/install.sh | bash

(install.sh on the v1.0.2 Release already pins version 1.0.2 — no --version flag needed.)

Windows

Run minibook3-1.0.2-win64-setup.exe — four clicks to complete — from the same Release page when the Windows assets are attached.


Upgrade

Existing installs: Settings → Updates → Check now, then restart when the update is ready.

User data is preserved. Database migrations (including schema v38 indexes) run automatically on first launch.


Integrity

curl -fsSLO https://github.com/ShashikaUdara/MiniBook3-Downloads/releases/download/v1.0.2/SHA256SUMS.txt
curl -fsSLO https://github.com/ShashikaUdara/MiniBook3-Downloads/releases/download/v1.0.2/minibook3-1.0.2-linux-x86_64.tar.gz
sha256sum -c SHA256SUMS.txt --ignore-missing

When a GPG signature is published:

gpg --verify SHA256SUMS.txt.asc SHA256SUMS.txt
sha256sum -c SHA256SUMS.txt

Support