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.264] — 2026-08-28
Changed
- The status badge on the far right of each admin blog card now reads "Published with image" (green) when the post has a cover image, or "Published" when it doesn't.
[0.9.263] — 2026-08-28
Changed
- On wholesale product pages reached from a fundraiser, the top link now says "← Back to [fundraiser name]" and returns to that fundraiser's store. Direct visits keep the "← Wholesale catalogue" link.
[0.9.262] — 2026-08-28
Changed
- The admin blog list now shows "Published with image" next to the published date when a post has a cover image, or just "Published" when it doesn't.
[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.