Changelog

What we shipped.

helleze's own changelog, generated by helleze on every deploy.

This release ships two CLI improvements (baseline commit picker on init and model selection in managed release), a fully rebuilt landing page with new copy and a new logo/favicon set, bidirectional content-sized changelog pagination, and a complete internal marketing system with copywriting guidelines and a dogfooded page spec. The landing-page skill has been extracted to an external repo.

New

  • Baseline commit picker added to init, honored on first release runRunning init now prompts you to pick a baseline commit. That choice is saved to config and used automatically the first time you run release, so the generated notes start exactly where you want them. 48e2a80
  • Changelog pagination is now bidirectional and sized by contentPages show Newer and Older navigation links and are sized by visible text content up to a CONTENT_BUDGET rather than a fixed entry count. Small projects with little content collapse to a single page with no controls. Passing an explicit ?limit parameter still forces a fixed entry count for API and RSS consumers. a5183e2

Improved

  • Managed release now uses your configured model from a fixed listThe release command reads the model you chose during init instead of ignoring it. Model selection is now a fixed list rather than free text, preventing invalid entries. 5d3d85c
  • Landing page fully rebuilt with new copy and structureThe live landing page (src/views/landing.tsx and layout.tsx) has been rewritten section by section from an approved copy spec: new hero, problem, how-it-works, differentiator, features, credibility, pricing, accuracy, and CTA sections. Visible copy now uses "release notes" consistently instead of "changelog". de4da16 2ab2f52 ab1c1b0
  • New logo and full favicon setThe site now uses a contained tag-h mark (/logo.svg) with a file-based favicon set (16, 32, 48 px, ICO, SVG, Apple touch icon, Android Chrome 192/512 px) and a web manifest. The previous inline flame wordmark is replaced. d4b2038 3345f61