Framework | Neutralinojs
Briefly

Neutralinojs has introduced significant updates that improve app development processes, including the ability to center application windows programmatically, supporting Unicode characters on Windows, and offering a native API for file watchers. This new file watcher functionality allows developers to create event-based watchers for file system paths, thereby enhancing performance and simplifying implementation. Additionally, developers can now statically link the Webview2 loader, which mitigates the need for separate DLL files, and the platform now adapts themes based on user system preferences.
Centering the application window at startup is now possible with the new 'modes.window.center' boolean config props, enhancing user experience during launch.
The newly introduced file watchers API in Neutralinojs allows developers to create native, cross-platform, event-based file watchers, improving performance and usability.
Developers can now use the static linking of the Webview2 loader library, simplifying app packaging by eliminating the need for the WebView2Loader.dll file.
With the latest improvements, users can expect enhanced dark/light theme support based on system preferences and resolutions for Windows applications.
Read at Neutralino
[
|
]