Skip to content

Releases: TDanks2000/create-electrobun-stack

v1.2.3

Choose a tag to compare

@github-actions github-actions released this 20 May 03:09

Fixed

  • Fixes a 404 on initial app open for SvelteKit projects by adding a reroute hook that maps /index.html to /, correcting the mismatch between Electrobun's load URL and SvelteKit's client-side router.

v1.2.2

Choose a tag to compare

@github-actions github-actions released this 18 May 15:17

Changed

  • Renames the compact agent reference from docs/llm.txt to docs/llms.txt and updates documentation links.

Removed

  • Removes the completed V1 release plan document from the published docs.

v1.2.1

Choose a tag to compare

@github-actions github-actions released this 18 May 15:07

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

Choose a tag to compare

@github-actions github-actions released this 18 May 14:55

Added

  • Adds --frontend svelte and --frontend sveltekit renderer modes with prompts, CLI help, manifest/schema support, generated templates, and validation coverage.
  • Adds --packaging installers for generated AppImage, deb, DMG collection, and NSIS packaging helpers around Electrobun release artifacts.

v1.1.0

Choose a tag to compare

@TDanks2000 TDanks2000 released this 11 May 16:21

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

Choose a tag to compare

@TDanks2000 TDanks2000 released this 11 May 15:05

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

v1.0.0-rc.5 Pre-release
Pre-release

Choose a tag to compare

@TDanks2000 TDanks2000 released this 11 May 12:18

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

v1.0.0-rc.4 Pre-release
Pre-release

Choose a tag to compare

@TDanks2000 TDanks2000 released this 11 May 12:00

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

v1.0.0-rc.2 Pre-release
Pre-release

Choose a tag to compare

@TDanks2000 TDanks2000 released this 11 May 11:37

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.