Neutralinojs v4.12.0 released!
What's new
API: window
- Add
window.center
to center the application window programmatically.
Core: configuration
- Setting the initial window position via
modes.window.x
andmodes.window.y
integer config props. - Centering the window at startup via
modes.window.center
boolean config props. - Add config overrides for the startup window position:
--window-center=<true|false>
,--window-x=<int>
and--window-y=<int>
Core: webview
- Statically link the Webview2 loader library on Windows, so app developers can package their apps without including the
WebView2Loader.dll
file.
Improvements/bugfixes
- Added Unicode characters support for Neutralinojs Windows.
Update the config file option cli.binaryVersion
with 4.12.0
and enter neu update
to fetch this version.
Get started: https://neutralino.js.org/docs
This release was auto-generated by ReleaseZri 🚀