Skip to content

Releases: ZaparooProject/zaparoo-app

v1.10.1

02 Feb 09:57
f12b776

Choose a tag to compare

chore: bump version to 1.10.1 (#32)

- Update package.json, Android, and iOS versions
- Add version bumping docs to AGENTS.md

v1.10.0

02 Feb 09:29
50f1529

Choose a tag to compare

fix: requirements modal email verification and UI cleanup (#31)

* fix: close requirements modal when only email verification was pending

The modal would not close after email verification if that was the only
pending requirement, because the check was hardcoded to require all four
requirements (email, TOS, privacy, age) to be satisfied. Now the modal
checks only the requirements that were originally pending.

* fix: refresh Firebase token on auth state change to get latest claims

When a user verifies their email externally (via Firebase link), the cached
ID token still has email_verified=false. This caused the requirements modal
to appear on app restart even for verified users.

Now we call reload() and getIdToken({ forceRefresh: true }) before any API
calls to ensure the token has the latest claims.

* refactor: simplify requirements modal UI and remove toast

- Remove verbose section headings and descriptions
- Remove email verification indicator from settings page
- Remove "All done" toast notification
- Clean up dead translations

v1.9.2

07 Dec 01:11
70305ba

Choose a tag to compare

Merge pull request #23 from ZaparooProject/feat/nfc-web-builds

feat(build): add support for core embedded builds with custom base path and output directory

v1.9.1

04 Dec 10:47

Choose a tag to compare

What's Changed

Full Changelog: v1.8.0...v1.9.1

v1.9.0-beta1

23 Nov 11:03
16e9de9

Choose a tag to compare

What's Changed

Full Changelog: v1.8.0...v1.9.0-beta1

v1.8.0

09 Jul 11:08

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.7.0...v1.8.0

v1.7.0

04 May 08:59

Choose a tag to compare

Full Changelog: v1.6.0...v1.7.0

v1.6.0

06 Apr 12:44

Choose a tag to compare

  • Fix deep linking and make them actually work
  • Update patrons
  • Fix safe area padding issues
  • Fix some styling issues
  • Make copy button work
  • Allow running without purchase for zap links
  • Move purchase dialog to later in workflow

v1.4.1

05 Jan 03:20

Choose a tag to compare

Adjust version number for cancelled app submissions.

Full Changelog: v1.4.0-rc4...v1.4.1

v1.4.0-rc4

03 Jan 12:50

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.0-rc3...v1.4.0-rc4