Framework | Neutralinojs
Briefly

"Add window.setBorderless(bool) to toggle borderless mode while the Neutralinojs app is running. Add modes.chrome.browserBinary option to set custom browser binary path under the chrome mode. If this field is specified, the framework will try to launch Chrome from there. If it fails, the framework will initiate the Chrome binary search as usual: Add the modes.window.useLogicalPixels: true|false option to activate DPI-aware sizing based on the operating system's display scale factor."
"Fix issues with filter extension handling of the file dialogs API on Linux Fix tray icon disappearing issue on Windows Fix the draggable region not working issue on Windows. Replace deprecated macOS API with suitable modern APIs in the codebase. Static file server enhancements. Improve window.getPositon() in macOS. Save the correct window size and position when a maximized/minimized window is being closed on Windows. Fix the window disappearing issue while restoring the window on Windows"
"Earlier, the Neutralinojs framework normally loaded resources either from the resources directory or the resources.neu file, and didn't offer a proper way to use embedded resource files in the app binary to allow developers to create single-executable apps. Now, the framework loads resources from the binary itself on all platforms if the app was built using the neu build --embed-resources CLI flag."
A new window.setBorderless(bool) API enables toggling borderless mode at runtime. A modes.chrome.browserBinary option allows specifying a custom Chrome binary path, with fallback binary search behavior. A modes.window.useLogicalPixels option enables DPI-aware sizing using the OS display scale factor. Extra path constants such as ${NL_OSDATAPATH} and ${NL_OSCACHEPATH} are supported for extension commands using the ${NL_OS<name>PATH} format. Multiple platform fixes address file dialog filters on Linux, tray icon and draggable region issues on Windows, macOS API replacements, static server enhancements, and improved window position/size handling. Resource loading now supports embedded binaries built with --embed-resources and introduces --res-mode.
Read at Neutralino
Unable to calculate read time
[
|
]