Skip to content

Releases: yoavain/create-windowless-app

v13.0.7

27 Feb 19:00

Choose a tag to compare

Breaking Changes

  • Removed --husky / --no-husky CLI flag. Generated projects no longer include Husky pre-commit hooks. If you relied on this flag, remove
    it from your scripts.
  • Generated projects no longer include Husky setup — no .husky/ directory, no prepare script, and no related dev dependencies in the
    scaffolded project.

Bug Fixes

  • Fixed JavaScript template projects failing to resolve .js module imports (missing resolve.extensions in webpack config).
  • Fixed an incorrect function name in the JavaScript launcher template that could cause build failures.

Improvements

  • Generated projects are leaner — fewer bundled dev dependencies (jest, @types/jest, @types/winston, @tsconfig/node20 removed from
    defaults).
  • The tool itself now has fewer runtime dependencies, relying on Node.js built-ins instead of yargs, cross-spawn, and fs-extra.

v12.0.0

24 Jul 09:33

Choose a tag to compare

12.0.0

v11.0.3

03 May 20:08

Choose a tag to compare

11.0.3

v11.0.2

03 May 19:48

Choose a tag to compare

11.0.2

v11.0.1

22 Mar 13:47

Choose a tag to compare

11.0.1

v11.0.0

15 Sep 06:37

Choose a tag to compare

V11 - Node.js 20 Single Executable Application

  • Support NodeJS 20 only
  • Replace nexe with Single executable applications
  • Input validation for project-name (not only in interactive mode)
  • ESLint ignore require in javascript template files
  • Publish using Node 20
  • Use @tsconfig/node20
  • Remove node-version option
  • Cleanup code/tests

BREAKING CHANGE:
You need signtool.exe in your path.

NOTE:
Version 10.x.x is still available to support older Node.js versions via nexe

v11.0.0-beta.0

10 Jul 17:39

Choose a tag to compare

v11.0.0-beta.0 Pre-release
Pre-release
  • Support NodeJS 20 only
  • Replace nexe with Single executable applications (experimental)
  • Input validation for project-name (not only in interactive mode)
  • Remove node-version option

v10.5.0

10 Jul 19:28

Choose a tag to compare

Publish using NodeJS 18

v10.0.3

26 May 19:26

Choose a tag to compare

10.0.3

v10.0.2

09 May 17:58

Choose a tag to compare

10.0.2