History
Additions in v0.5
API documentation reformatted, parsing fixes.
Rewrote Clipboard.saveImage and Screen.convertImage from scratch, removed nircmd dependency.
Additions in v0.4
Installer associates .jsz files, so they can be double-clicked on, and accept drag/drop
Enumerated types like System.openControlPanel(ControlPanel.Keyboard)
Several changes to api, for example
- File.getPathSpecial
- File.openExplorerWindowSpecial
- System.openControlPanel
- File.copyMany
- File.dirListFiles
Additions include
- File.pathJoin
- File.pathSplit
- Rename functions
- Fixed editor bug where it would run scripts with 4 empty string arguments, also will escape quotes in parameters.
Additions in v0.3
- @'C:\myfile.txt' string literals
- Code editor has Documentation viewer
- Dialog.input() and prompt() functions
- In editor, clicking on error will take you to location.
Additions in v0.2
- LnzScite code editor
- Several new functions added
- Dialogs such as file, color. Special directories.
- More use of AutoItX dll
Additions in v0.1
- Scripts can use __name__ to see if they were included or run directly.
- Addition of standard JavaScript library
- lnzscript.exe flag /fconfirm to ask for confirmation before running script
Back