github neutralinojs/neutralinojs v1.7.0
Neutralinojs v1.7.0 released!

latest releases: nightly, v5.1.0, v5.0.0...
3 years ago

Milestone v1.7.0 was closed with 7 issues.

What's new

Highlights

  • Command-line arguments support.
  • Open a directory using the file-open dialog.
  • Adding support for the neu listen command.
  • Maximize-window option on the Windows platform.
  • Bugfixes and improvements were done to the Windows and Linux versions of Neutralinojs.

Command-line arguments

Now you can access an array of command-line arguments of the binary via NL_ARGS. --debug-mode is an in-built option for every Neutralinojs application. For now, it enables live reloading for developers.

Directory selection dialog

Now Neutralino.os.dialogOpen(options) will accept an object as the parameter. See the following example.

Neutralino.os.dialogOpen({title: "My dialog", isDirectoryMode:true});

Live-reload

The neu listen command will enable the live reload feature for developers. When the application is launched via either neu listen command or --debug-mode option, a modification on the app directory will automatically reload your application. Make sure your port 8080 is free before trying this feature.

Please notice that the macOS version of Neutralino is not having the most features. We will try to bring it to the same level soon.

Download Neutralinojs

Don't miss a new neutralinojs release

NewReleases is sending notifications on new releases.