Skip to content

Neutralinojs v5.4.0 released!

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 24 Sep 08:14
· 1 commit to main since this release

What's new

API: resources

  • Implement getFiles(), extractFile(path, dest), readFile(path), and readBinaryFile(path) functions via the resources module for reading the files embedded in the resources.neu resources bundle. These functions works only if the framework loaded resources from the resource bundle -- they will throw NE_RS_APIRQRF if the framework loaded resources from the resources directory.

API: window

  • Implement minimize(), unminimize(), and isMinimized() functions to minimize and restore the native app window.

Improvements/bugfixes

  • Fix issues with the clipboard.writeImage() function on Windows.
  • Fix the unwanted delay with the window.exitProcessOnClose configuration option on Windows.
  • Fix a bug with the window.isFullScreen() function on GNU/Linux-based platforms.
  • Fix duplicate virtual PID issues with the os.spawnProcess() function.

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

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


This release was auto-generated by ReleaseZri 🚀