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.261] — 2026-08-28
Fixed
- The product image gallery no longer shows broken thumbnails: any image that fails to load (e.g. a flaky external host) is dropped from the strip automatically, with a "No photo" fallback if all fail. Thumbnails also load lazily.
[0.9.260] — 2026-08-28
Changed
- Fundraiser product cards now have a visible View more button at the bottom (95% width, centred) that opens the product page — and cards are equal height, so the buttons line up across every row.
[0.9.259] — 2026-08-28
Changed
- On wholesale product pages reached from a fundraiser (
?from=…), the "Sell & make up to $X" box is replaced with a softer pitch — "Running a fundraiser? You could also sell this item and receive a portion of the proceeds." — with a link to start a fundraiser. The voucher conditions / details block now sits above the "add to my store" area.
[0.9.258] — 2026-08-28
Changed
- Product cards on fundraiser pages no longer have an in-card Buy this
item button — clicking anywhere on the card (including where the button
used to be) opens the full product listing, where supporters buy. Wholesale
items keep their
?from=referral so the fundraiser still gets the sale.
[0.9.257] — 2026-08-28
Fixed
- The clickable product-card overlay can no longer sit above the Buy this
item button (explicit
z-0on the card link), guaranteeing the button is always clickable on fundraiser pages.
[0.9.256] — 2026-08-28
Fixed
- The Buy this item button on vouchers and option products no longer gets stuck on "Opening checkout…": a bug tried to build a FormData object from the button itself (which isn't a form), throwing a JavaScript error before the order was created. The click now always reaches the order API and redirects to Stripe checkout.
[0.9.255] — 2026-08-28
Fixed
- When a supplier edits a wholesale product (price, commission, title, description, images or stock), the changes now push through to every fundraiser listing using it — pages and checkout no longer show stale snapshot prices (e.g. a WebStarts item still showing the old $150 after the supplier repriced it).
[0.9.254] — 2026-08-28
Changed
- Referral landing pages now say "Paid straight to your bank (less Stripe fees)" instead of implying the full amount arrives untouched.