Releases: TDanks2000/create-electrobun-stack
Release list
v1.2.3
v1.2.2
Changed
- Renames the compact agent reference from
docs/llm.txttodocs/llms.txtand updates documentation links.
Removed
- Removes the completed V1 release plan document from the published docs.
v1.2.1
Changed
- Refreshes the README with the current generated stack surface, common recipes, generated commands, and key generated files.
- Improves the post-create final screen with clearer next steps, verification commands, generated file pointers, and add-command guidance.
v1.2.0
Added
- Adds
--frontend svelteand--frontend sveltekitrenderer modes with prompts, CLI help, manifest/schema support, generated templates, and validation coverage. - Adds
--packaging installersfor generated AppImage, deb, DMG collection, and NSIS packaging helpers around Electrobun release artifacts.
v1.1.0
Added
- Adds a --frontend preact renderer mode for smaller direct-rendered WebViews.
- Adds --database json-file for lightweight local persistence through data/app-db.json.
- Expands --native-utils with clipboard and desktop-kit options backed by Electrobun clipboard utilities.
- Adds --testing desktop-smoke, which includes Bun tests plus a mocked Electrobun main-window launch smoke test.
Changed
- Extends generated manifests and schema with Preact, JSON database, clipboard, and desktop smoke-test feature flags.
- Expands generated-project validation to cover Preact, JSON-file persistence, desktop-kit native utilities, and desktop smoke tests.
v1.0.0
Stable V1 release for create-electrobun-stack. Highlights: stable CLI contract, documented V1 option matrix, additive ces.json manifest compatibility policy, generated-project validation, packed-package smoke testing, and trusted npm publishing. The published 1.0.0-rc.5 package was verified through npm create, npx, and bunx --bun before this release. Migration: 0.x generated projects should keep their checked-in ces.json file; future additive features should be applied with create-electrobun-stack add where possible.
v1.0.0-rc.5
Release candidate for validating the npm trusted publishing path before v1.0.0. This refresh aligns package repository metadata with npm trusted publishing requirements and keeps manifest examples at 1.0.0-rc.5.
Local gates passed before release: bun install --frozen-lockfile, bun run lint, bun run typecheck, bun test, bun run build, bun run pack:check, bun run validate, and bun run pack:smoke.
v1.0.0-rc.4
Release candidate for the V1 package using npm trusted publishing through GitHub Actions OIDC. This candidate refreshes the prerelease after replacing token-based npm publishing with the 2026 no-secret workflow and keeps manifest examples aligned with the package version.
v1.0.0-rc.2
Release candidate for the V1 package after the public-contract, validation, publishing dry-run, and documentation passes. This prerelease is intended for npm next-tag testing before the final 1.0.0 release.