Skip to content

Neutralino.js v5.6.0 released!

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 31 Jan 11:01

What's new

API: server

  • Export server.mount(), server.unmount(), and server.getMounts() functions.

API: resources

  • Export resources.getStats() and resources.extractDirectory() functions.

API: window

  • Export window.snapshot() function.

API: clipboard

  • Add the format parameter to the clipboard.readImage() function format pixel data. Accepted formats: rgb, rgba, argb, and bgra.

Bugfixes/improvements

  • Fix the slow loading issue on Windows by using 127.0.0.1 instead of localhost.

How to update

neu CLI

neu CLI downloads the client library as a separate JavaScript file (neutralino.js or neutralino.mjs) and let the framework create a global object (Neutralino) or let developers use a module. Update the config file option cli.clientVersion with 5.6.0 and enter neu update to fetch this version.

Node package managers

Use the following commands if you bundle the client library into your app package:

npm install @neutralinojs/[email protected]
# --- or ---
yarn add @neutralinojs/[email protected]

Get started: https://neutralino.js.org/docs


This release was auto-generated by ReleaseZri 🚀