Skip to content

Neutralino.js v6.8.0 released!

Latest

Choose a tag to compare

@github-actions github-actions released this 03 Jun 07:12
f1768b4

What's new

API: os

  • Export os.trashItem(path).

API: filesystem

  • Export filesystem.chmod(path, mode), filesystem.access(path, mode), and filesystem.chown(path, uid, gid).

API: computer

  • Export computer.getHostname() and computer.getNetworkInterfaces()

Bugfixes/improvements

  • Update TypeScript builder dependencies.
  • Replace deprecated document.write() code segments with newer equivalents.

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 6.8.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/lib@6.8.0
# --- or ---
yarn add @neutralinojs/lib@6.8.0

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


This release was auto-generated by ReleaseZri 🚀