Releases: neutralinojs/neutralinojs-cli
Releases Β· neutralinojs/neutralinojs-cli
Neutralinojs CLI v9.1.2 released!
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!
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!
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!
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 isneutralinojs/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 fromrun
since the same work can be done withneu 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!
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!
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