Skip to content

Neutralinojs v4.5.0 released!

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Apr 12:44
· 254 commits to main since this release

What's new

Core: events

  • Added windowFocus and windowBlur native events.

DevOps

  • Use BuildZri for C++ build automation.
  • Implement a new workflow for nightly releases. Developers can get the nightly release binaries via the nightly version tag.

Bugfixes/improvements

  • Search and dynamically load app indicator libraries on Linux. This enhancement supports Neutralinojs to start without a crash when there is no app indicator library present on the system.
  • Throw NE_OS_TRAYIER from the os.setTray function for initialization failures.
  • Fix binary file write error on Windows with the filesystem.writeBinaryFile function. This was fixed by using LF as the line breaker on all platforms as a portable solution. If the developer needs CRLF on Windows (or CR on Darwin), the developer needs to handle it explicitly with NL_OS.

Core: global variables

  • Add NL_COMMIT to hold framework's release commit. This is helpful to find the nightly release's code snapshot.

Update the config file option cli.binaryVersion with 4.5.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