Skip to content

Releases: neutralinojs/neutralinojs-cli

Neutralinojs CLI v11.1.0 released!

22 Mar 14:32
Compare
Choose a tag to compare

What's new

Core: Bundler

  • Add cli.distributionPath into the neutralino.config.json file to customize the default dist distribution directory.

Install the latest (v11.1.0) npm package:

npm i -g @neutralinojs/neu

Get started: https://neutralino.js.org/docs/cli/neu-cli


This release was auto-generated by ReleaseZri πŸš€

Neutralinojs CLI v11.0.1 released!

05 Mar 14:48
Compare
Choose a tag to compare

What's new

Bugfixes/improvements

  • Clean existing app build files before creating another build using the neu build command.
  • Support older Node versions by removing the optional chaining feature usage.
  • Fix the endless port waiting issue with the --frontend-lib-dev option.

Install the latest (v11.0.1) npm package:

npm i -g @neutralinojs/neu

Get started: https://neutralino.js.org/docs/cli/neu-cli


This release was auto-generated by ReleaseZri πŸš€

Neutralinojs CLI v11.0.0 released!

29 Jan 11:01
Compare
Choose a tag to compare

What's new

Core: Runner

  • Change the WebSocket connection based on the v5 framework APIs.

Bugfixes/improvements

  • Fixed issues with the frontend library command execution.

Install the latest (v11.0.0) npm package:

npm i -g @neutralinojs/neu

Get started: https://neutralino.js.org/docs/cli/neu-cli


This release was auto-generated by ReleaseZri πŸš€

Neutralinojs CLI v10.1.1 released!

17 Jan 19:09
Compare
Choose a tag to compare

What's new

Bugfixes/improvements

  • Fixed app development issues with the Vite server.

Install the latest (v10.1.1) npm package:

npm i -g @neutralinojs/neu

Get started: https://neutralino.js.org/docs/cli/neu-cli


This release was auto-generated by ReleaseZri πŸš€

Neutralinojs CLI v10.1.0 released!

27 Nov 07:01
Compare
Choose a tag to compare

What's new

Bugfixes/improvements

  • Fixed several issues in the frontend-library-based development flow (i.e., removed the hardcoded port number, fixed double devCommand execution, etc.,).

Install the latest (v10.1.0) npm package:

npm i -g @neutralinojs/neu

Get started: https://neutralino.js.org/docs/cli/neu-cli


This release was auto-generated by ReleaseZri πŸš€

Neutralinojs CLI v10.0.0 released!

28 Oct 07:58
Compare
Choose a tag to compare

What's new

Core: frontend-library-based development

Added new configuration options to the cli.frontendLibrary key of the neutralino.config.json:

  • projectPath: Sets the project path of the frontend-library project. This path will be used as the current directory while executing the frontend-app-related commands.
  • initCommand: A command that gets executed after downloading an app template with the neu create command.
  • devCommand: This command will run with the neu run command to start the frontend development server. The CLI doesn't wait for devCommand completion, instead, it will wait for the frontend development server via the tcp-port-used package.
  • buildCommand: The neu build command will execute this command before generating the app bundle, so you can generate static resources of your frontend app using this command.

Install the latest (v10.0.0) npm package:

npm i -g @neutralinojs/neu

Get started: https://neutralino.js.org/docs/cli/neu-cli


This release was auto-generated by ReleaseZri πŸš€

Neutralinojs CLI v9.8.0 released!

07 Oct 11:56
Compare
Choose a tag to compare

What's new

Core: Downloader

  • Download the latest Neutralinojs framework resources with the --latest option in the neu update command.
  • If framework versions are not present in the app/template configuration, download the latest framework resources automatically. The CLI will download nightly releases if it can't fetch the latest release tag because of an GitHub API-related issue (i.e., Exceeded rate limits).

Install the latest (v9.8.0) npm package:

npm i -g @neutralinojs/neu

Get started: https://neutralino.js.org/docs/cli/neu-cli


This release was auto-generated by ReleaseZri πŸš€

Neutralinojs CLI v9.7.0 released!

20 Sep 11:35
Compare
Choose a tag to compare

What's new

Core: Downloader/bundler

  • Download the TypeScript definition file for standalone client library mode. This won't include the TypeScript definition file to the final application bundle.

Install the latest (v9.7.0) npm package:

npm i -g @neutralinojs/neu

Get started: https://neutralino.js.org/docs/cli/neu-cli


This release was auto-generated by ReleaseZri πŸš€

Neutralinojs CLI v9.6.1 released!

18 Jul 14:29
Compare
Choose a tag to compare

What's new

Bugfixes/Improvements

  • Fix the hot-reloading issue that occurs with newer Node runtime versions.

Install the latest (v9.6.1) npm package:

npm i -g @neutralinojs/neu

Get started: https://neutralino.js.org/docs/cli/neu-cli


This release was auto-generated by ReleaseZri πŸš€

Neutralinojs CLI v9.6.0 released!

29 May 06:44
Compare
Choose a tag to compare

What's new

Core: Bundler

  • Avoid copying the WebView2Loader.dll file to the final app package since it was removed from the Neutralinojs framework.

Install the latest (v9.6.0) npm package:

npm i -g @neutralinojs/neu

Get started: https://neutralino.js.org/docs/cli/neu-cli


This release was auto-generated by ReleaseZri πŸš€