Neutralino.js v3.3.0 released!
What's new
API: window
- Add
window.getPosition
to get the current window coordinates.
API: filesystem
- Add
filesystem.appendFile
to append text content to a file. Thrown errors are similar to thefilesystem.writeFile
function. - Add
filesystem.appendBinaryFile
to append binary content to a file. Thrown errors are similar to thefilesystem.writeBinaryFile
function.
Update the config file option cli.clientVersion
with 3.3.0
and enter neu update
to fetch this version.
Get started: https://neutralino.js.org/docs
This release was auto-generated by ReleaseZri 🚀