Tags: ptrinh/freeport
Tags
chore(release): desktop v1.6.1 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01NxpAxNvkxyXetx3uEBCZXw
chore(release): desktop v1.6.0 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01NxpAxNvkxyXetx3uEBCZXw
chore(release): v1.5.2 — custom message quick replies, Repost, donati… …on button Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01NxpAxNvkxyXetx3uEBCZXw
fix(wallet): fiat amounts use each currency's native minor units "≈ SGD 7" was a display artifact of forcing zero fraction digits on the local currency (right for VND, wrong for currencies with cents) — Intl now applies the per-currency default, so SGD shows 7.50 while VND stays whole. Conversion itself verified against CoinGecko within 0.5%. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01NxpAxNvkxyXetx3uEBCZXw
fix(self-hosted): alpine web stage needs bash for build-web.sh Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01NxpAxNvkxyXetx3uEBCZXw
fix(ci): desktop release — Breez key in env, Windows-safe mobile install The offline HTML attached to releases was built without EXPO_PUBLIC_BREEZ_API_KEY (it lives in gitignored .env.local), shipping a dead built-in wallet — the repo secret now feeds the tauri web build and the offline attach step. And Windows npm ci exploded on the Breez RN package's postinstall.sh (cmd.exe can't spawn shell scripts), leaving no node_modules and a bare downloaded expo: mobile deps now install with --ignore-scripts, with our copy-breez-wasm.mjs run explicitly. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01NxpAxNvkxyXetx3uEBCZXw
chore(desktop): version 1.4.2 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01NxpAxNvkxyXetx3uEBCZXw
ci(desktop): add Linux arm64 (.deb) build target Windows stays x64-only — Bun has no windows-arm64 compile target for the sidecar, and Windows-on-ARM runs the x64 build via emulation. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01NxpAxNvkxyXetx3uEBCZXw