@neutralinojs/lib
Advanced tools
Changelog
v5.6.0
server.mount()
, server.unmount()
, and server.getMounts()
functions.resources.getStats()
and resources.extractDirectory()
functions.window.snapshot()
function.format
parameter to the clipboard.readImage()
function format pixel data. Accepted formats: rgb
, rgba
, argb
, and bgra
.127.0.0.1
instead of localhost
.Changelog
v5.5.0
Changelog
v5.4.0
getFiles()
, extractFile(path, dest)
, readFile(path)
, and readBinaryFile(path)
functions.minimize()
, unminimize()
, and isMinimized()
functions.alwaysCapture
and dragMinDistance
options to the window.setDraggableRegion()
function and improve the performance of the overall draggable window implementation.Changelog
v5.3.0
filesystem.getAbsolutePath(path)
, filesystem.getRelativePath(path, ?base)
, and filesystem.getPathParts(path)
functions.Changelog
v5.2.0
overwrite
, skip
, and recursive
options for the filesystem.copy()
function.window.create()
function's option-to-CLI argument mapping logic.