Changelog
All notable changes to Generous.nz are recorded here, grouped by version. Every deployed build has a version number, a git tag, and an entry below.
Versioning scheme
Versions follow MAJOR.MINOR.PATCH:
- 0.x — pre-launch. Minor bumps mark a completed build phase or major feature set; patches are bug fixes on the current build.
- 1.0.0 — first public launch.
- 1.x+ — post-launch: minor = new features, patch = fixes, major = breaking changes or significant re-architecture.
Each version is tagged in git (v0.2.0) and the current version is kept in
package.json. See docs/version-control.md for how to cut a release.
[0.1.0] — 2026-08-22
Marketplace core (initial release build).
Added
- Platform foundation: accounts, fundraisers, product listings, donations, orders, Stripe Connect payouts, moderation queue.
- Campaign types: ticket sales, peer-to-peer, supporter subscriptions and licensed raffles.
- Organisation dashboards with team roles, branded storefronts, custom URLs and multi-campaign pages.
- AI tools: fundraiser/product content generation, newsletters, sponsor proposals, grant drafts, AI moderation and fraud review (DeepSeek/OpenAI).
- Admin suite: user management, audit logs, transaction search, GST/tax reporting, site settings, email templates, announcements, payouts, refunds and dispute handling.
- Trust features: reviews, verified-charity badges, raffle licence management, risk dashboard.
- Growth: multi-currency support, PWA/mobile experience, push notifications.
- Help centre with live search, floating help widget with contact form, getting started page, and public marketplace with share links.
- Legal document set (ToS, Privacy, agreements, policies) published as pages.
- Email notifications: receipts, campaign updates, moderation decisions, refund/dispute updates.
- Image uploads, Google/Apple social login, database backup tooling, Stripe setup tooling and rate limiting on auth/payment endpoints.