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

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

Milestone v1.5.0 was closed with 10 issues.

What's new

  • window.iconfile feature was added to macOs
  • Improvements done to Neutralino.filesystem.readFile for handling non-existent files.
  • Router module's MIME type handling code was refactored and .mp3 file support was added to all platforms.
  • Binary file serving issue was fixed on Windows
  • Custom URL navigation feature is introduced.

Custom URL nagivation

url: <path> in settings.json

url setting value can be either / or a custom URL. This will be the entry point of Neutralino application. If / is provided, index.html will be served otherwise custom URL content will be served. Default value is /.

Example:

{
    "appname": "myapp",
    "appport": "5006",
    "mode": "window",
    "url": "/",
    "window": {
        "title": "My app",
        "width": "1000",
        "height": "700",
        "iconfile": "neutralino.png"
    }
}

Download Neutralinojs

Don't miss a new neutralinojs release

NewReleases is sending notifications on new releases.