What's new
API: resources
- Implement
getFiles()
,extractFile(path, dest)
,readFile(path)
, andreadBinaryFile(path)
functions via theresources
module for reading the files embedded in theresources.neu
resources bundle. These functions works only if the framework loaded resources from the resource bundle -- they will throwNE_RS_APIRQRF
if the framework loaded resources from the resources directory.
API: window
- Implement
minimize()
,unminimize()
, andisMinimized()
functions to minimize and restore the native app window.
Improvements/bugfixes
- Fix issues with the
clipboard.writeImage()
function on Windows. - Fix the unwanted delay with the
window.exitProcessOnClose
configuration option on Windows. - Fix a bug with the
window.isFullScreen()
function on GNU/Linux-based platforms. - Fix duplicate virtual PID issues with the
os.spawnProcess()
function.
Update the config file option cli.binaryVersion
with 5.4.0
and enter neu update
to fetch this version.
Get started: https://neutralino.js.org/docs
This release was auto-generated by ReleaseZri 🚀