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.9.237] — 2026-08-27
Changed
- The site nav "Explore" item is now "Fundraisers", and the page is a directory of live fundraisers (go-live checklist complete: payout account connected + platform fee card saved + approved, unexpired campaign). Each card shows the cover image, category, reasons, raised amount and goal progress, and links to the fundraiser's page where supporters can donate and buy their products or wholesale items. Search and category filtering are available.
[0.9.236] — 2026-08-27
Fixed
- The sidebar no longer highlights "My listings" while on the "New listing" page (and vice versa) — "My listings" is now an exact match, so only the correct nav item is highlighted.
[0.9.235] — 2026-08-27
Changed
- The campaign-type links (Donations, Product sales, Event tickets, Raffle, Peer-to-peer, Supporter subscriptions) are removed from the sidebar; the "Create a fundraiser" page now has a Campaign type dropdown in the form instead.
[0.9.234] — 2026-08-27
Changed
- The "Where the money goes" box on public fundraiser pages no longer mentions the platform fee ("…invoiced to the fundraiser and is never taken from your donation") — it now only explains that money goes straight to the seller and the platform never holds it.
[0.9.233] — 2026-08-27
Fixed
- The go-live checklists (
/dashboard/setupand/dashboard/wholesale/setup) now self-heal from Stripe's actual state: if the webhook that records a completed payout account or saved card was missed, the checklist checks Stripe directly on load and updates itself, so "I completed Stripe but it still shows not done" can't happen again.
[0.9.232] — 2026-08-27
Added
- The wholesaler go-live checklist (
/dashboard/wholesale/setup) now shows business-flavoured Stripe onboarding tips under the payout-account step: industry suggestions ("Retail" for physical goods, "Digital goods & media" for vouchers), business-type guidance, what ID/bank/business details to have ready, and a copyable suggested product description ("Wholesale products and vouchers for NZ fundraisers…").
[0.9.231] — 2026-08-27
Added
- The fundraiser go-live checklist (
/dashboard/setup) now shows Stripe onboarding tips under the payout-account step: which industry most fundraisers select ("Charities or social service organisations"), that "Individual / sole trader" is fine as the business type, what ID/bank details to have ready, and a copyable suggested product description ("Fundraising campaign to support [your fundraiser]…").
[0.9.230] — 2026-08-27
Fixed
- Email button contrast: a global email style was forcing every link
green with
!important, which overrode the white text on the green "Reset my password" button (and the other buttons + the email header logo) in clients that honour stylesheets — making the button text invisible. The!importantis removed so button text stays white on green in every email template (built-in and custom).