Skip to content

Releases: neutralinojs/neutralinojs-cli

Neutralinojs CLI v9.1.2 released!

02 Feb 13:07
Compare
Choose a tag to compare

What's new

Core: Runner

  • Fix client library path issue with hot-reload workaround on Windows.

Install the latest (v9.1.2) 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.1.1 released!

22 Jan 09:34
Compare
Choose a tag to compare

What's new

Bugfixes

  • Fix browser mode exit issue with neu run.

Install the latest (v9.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 v9.1.0 released!

16 Jan 08:56
Compare
Choose a tag to compare

What's new

Core: Runner

  • Add a workaround to use hot module reloading from the app developer's existing frontend library/framework.

Install the latest (v9.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 v9.0.0 released!

09 Jan 11:02
Compare
Choose a tag to compare

What's new

Core: Creator

  • Allow downloading any community template via neu create myapp --template <template>. <template> accepts valid GitHub repo identifiers. The default value is neutralinojs/neutralinojs-minimal.

Core: Runner

  • Add --verbose option to identify framework initialization crashes. It will show STDERR and STDOUT of the framework once the process was terminated.
  • Support sending any internal CLI argument to the Neutralinojs process via neu run -- <additional_args>.
  • Remove --mode=<mode> option from run since the same work can be done with neu run -- --mode=<mode>.

Bugfixes and improvements

  • Fix the infinite retry issue with the neu run command.
  • Show an error message for download failures.

Update the latest npm package:

npm i -g @neutralinojs/neu

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

Neutralinojs CLI v8.1.0 released!

30 Dec 13:17
Compare
Choose a tag to compare

What's new

Core: File watcher

  • Exclude auto-reload files via cli.autoReloadExclude.
  • Watch only the cli.resourcesDir to avoid many unwanted reloads.

Core: Bundler

  • Add new --copy-storage flag to automatically copy storage data to the app bundle.

Update the latest npm package:

npm i -g @neutralinojs/neu

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

Neutralinojs CLI v8.0.1 released!

29 Dec 13:11
Compare
Choose a tag to compare

What's new

Core: Bundler

  • Make cli.extensionsDir optional for bundling process.

Bugfixes

  • Fix an issue in websocket error log.

Update the latest npm package:

npm i -g @neutralinojs/neu

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