github neutralinojs/neutralinojs v4.3.0
Neutralinojs v4.3.0 released!

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

What's new

Core: auth

  • Added tokenSecurity to the configuration to improve the security of NL_TOKEN. Accepted values are none and one-time. If none is set, Neutralinojs server will always expose NL_TOKEN for any application instance, so you can open Neutralinojs apps from browser directly. If one-time (recommended) is set, Neutralinojs server expose NL_TOKEN only once and client persists the token in sessionStorage, so all other clients that acces the app after the initial client will get an auth error message (Displayed to the user via HTML).

API: window

  • window.setAlwaysOnTop(bool) was added.
  • window.getSize was added.

Core: global variables

  • Added NL_EXTENABLED which returns true if extensions are enabled. It is used to check extensions status faster during initialization process.

Bugfixes

  • Fixed the file dialog order issue on Windows.
  • Removed tray icon when the application exits.

Update the config file option cli.binaryVersion with 4.3.0 and enter neu update to fetch this version.

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


This release was auto-generated by ReleaseZri 🚀

Download Neutralinojs

Don't miss a new neutralinojs release

NewReleases is sending notifications on new releases.