Skip to content

Neutralinojs v4.7.0 released!

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Jul 07:52
· 205 commits to main since this release

What's new

API: System information API

Ealier, we had the getMemoryInfo function in the computer namespace to retrieve system memory statistics. Now, we have added more functions to get details about the CPU, operating system, kernel, and connected displays:

  • computer.getArch: Returns the CPU architecture. i.e, x64, arm, etc.
  • computer.getKernelInfo: Returns the operating system's kernel details.
  • computer.getOSInfo: Returns the operating system details.
  • computer.getCPUInfo: Returns the CPU details.
  • computer.getDisplays: Returns an array of all connected displays with the resolution, frequency-like information.

API: os dialogs

  • Add the defaultPath option to showSaveDialog, showOpenDialog, and showFolderDialog functions to set the initial path/filename of system dialogs.

DevOps

  • Run the test suite on Windows GitHub Actions instance.
  • Fix the armhf framework binary generation issue in the GitHub Actions workflow.

Bugfixes/improvements

  • Hide the automation info bar from the Chrome mode by default -- Developers can add the --enable-automation flag to the config file if they need the particular command-line switch.

Update the config file option cli.binaryVersion with 4.7.0 and enter neu update to fetch this version.

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


This release was auto-generated by ReleaseZri 🚀

Download Neutralinojs