Neutralinojs Versions Save

Portable and lightweight cross-platform desktop application development framework

v3.0.0

2 years ago

Milestone v3.0.0 was closed with 16 issues.

What's new

  • New JavaScript API spec implementation.
  • Using WebSocket messages for native calls.
  • Error codes to identify failed native calls.
  • Static server improvements (404, support any mime-type, etc)
  • Add a way to close the window when a remote URL is loaded via the exitProcessOnClose config.
  • os.getPath(name) to get known platform-specific folders.
  • Support overriding root-level config properties from modes (Eg: One URL for browser mode and another for window mode).
  • New library for dialog boxes.
  • New config property (logging) for enabling/disabling logging feature.
  • New events: ready, clientConnect and clientDisconnect
  • Supports client library v2.0.0
  • Bugfixes and enhancements.

Get started: https://neutralino.js.org/docs

Download Neutralinojs

v2.8.0

2 years ago

Milestone v2.8.0 was closed with 5 issues.

What's new

  • armhf (32bit ARM) port (will work on Raspberry Pi).
  • Add NL_PID global variable to get the process ID.
  • Multiple windows creation.
  • Bugfixes and enhancements.

Get started: https://neutralino.js.org/docs

Download Neutralinojs

v2.7.0

2 years ago

Milestone v2.7.0 was closed with 7 issues.

What's new

  • windowClose event.
  • More MIME types support.
  • Binary file handling and more functions in the filesystem.
  • Sending exit code via app.exit() function.
  • Bug fixes and improvements.

Get started: https://neutralino.js.org/docs

Download Neutralinojs

v2.6.0

2 years ago

Milestone v2.6.0 was closed with 5 issues.

What's new

  • Draggable region support.
  • Allow wildcard * in block/allow lists.
  • nativeAllowList in config.
  • Allow filtering with Neutralino.os.showDialogOpen
  • Include 32-bit (ia32/x86_32) Linux binary in releases.
  • Enable 32-bit builds on all platforms (build from source).

Get started: https://neutralino.js.org/docs

Download Neutralinojs

v2.5.0

2 years ago

Milestone v2.5.0 was closed with 5 issues.

What's new

  • More window manipulation methods were added. Eg: setFullScreen, isFullScreen etc.
  • Bugfixes and improvements

Get started: https://neutralino.js.org/docs

Download Neutralinojs

v2.4.1

2 years ago

Milestone v2.4.1 was closed with 4 issues.

What's new

  • Bugfixes and improvements
  • Security enhancements

Get started: https://neutralino.js.org/docs

Download Neutralinojs

v2.4.0

2 years ago

Milestone v2.4.0 was closed with 2 issues.

What's new

  • Tray icon and menu API
  • FreeBSD support

Get started: https://neutralino.js.org/docs

Download Neutralinojs

v2.3.0

2 years ago

Milestone v2.3.0 was closed with 3 issues.

What's new

  • Fixed rendering issues with open/save dialogs on Windows.
  • Improved the resource loader module.
  • Added new window properties: minWidth, minHeight, maxWidth, maxHeight, and resizable

Get started: https://neutralino.js.org/docs

Download Neutralinojs

v2.2.0

2 years ago

Milestone v2.2.0 was closed with 3 issues.

What's new

  • Added new command-line arguments: --path=<path> and --mode=<mode>
  • Refactored multiple platform-specific codebases into one codebase.

Get started: https://neutralino.js.org/docs

Download Neutralinojs

v2.1.1

2 years ago

A patch version to replace c++ filesystem API with platform-specific code.

What's new?

  • Removed experimental C++ file system module usage (Replaced with platform-specific implementation).

Get started: https://neutralino.js.org/docs

Download Neutralinojs