Skip to content

Neutralino.js v3.3.0 released!

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Mar 17:30
· 184 commits to main since this release

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 the filesystem.writeFile function.
  • Add filesystem.appendBinaryFile to append binary content to a file. Thrown errors are similar to the filesystem.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 🚀