Releases: neutralinojs/neutralinojs-cli
Neutralinojs CLI v9.7.0 released!
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!
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!
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 π
Neutralinojs CLI v9.5.1 released!
What's new
Bugfixes/Improvements
- Use the
decompress
library instead ofunzipper
to fix issues with latest Node.js runtime versions. - Generate the Mac universal binary with the
neu build
command.
Install the latest (v9.5.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.5.0 released!
What's new
DevOps
- Implement a way to test plugins locally.
Install the latest (v9.5.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.4.0 released!
What's new
DevOps: new test suite
- Initiate a new Node.js-based test suite.
Bugfixes/Improvements
- Clean project files if the
neu create
command wan't successful. - Display an error message if the
neu build --copy-storage
fails due to missing.storage
directory. - Support Darwin
arm64
binaries natively without binary translation (x64
->arm64
). - Make the client library downloading process optional and support importing the client library via
@neutralinojs/lib
. - Download the module version of the client library based on the app configuration.
Install the latest (v9.4.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.3.1 released!
What's new
Core: Plugins
- Automatically re-install plugins when the neu CLI version is upgraded/downgraded via package managers.
Core: downloader/builder
- Support ARM (armhf/arm64) binaries.
Install the latest (v9.3.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.3.0 released!
What's new
General
- Add short descriptions for each command.
- Support to download nightly build versions.
Bugfixes/improvements
- Fix plugin listing issue.
DevOps
- Add a simple test-suite for testing CLI commands with a Bash script.
Install the latest (v9.3.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.2.0 released!
What's new
General
- Improve log messages and styles
Core: Runner
- Display Neutralinojs process's STDIN and STDERR streams directly on the console.
- Remove
--verbose
option from therun
command.
Install the latest (v9.2.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.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 π