Skip to content

Minor update & CLI

Latest
Compare
Choose a tag to compare
@JerryI JerryI released this 05 Nov 16:29
· 38 commits to main since this release

Desktop App

  • moved to a new Electron version & Node
  • automatic cache purging after an update
  • UI improvements in Linux version (reverted native menu back, fixed rounded corners)
  • fixed #302
  • fixed Linux binaries issue with no-sandbox and icons (you might still need to lift apparmor restrictions on Ubuntu due to the global mutual bug in the electron and Ubuntu services. See README.md)

CLI in OS terminal

Similar to VSCode it is possible to start or open a folder in WLJS Notebook using the command

wljs .

Misc

  • new examples
  • moved to a new version of LPM (local package manager), which solves many issues with conflicting versions of libraries (including this one #299 ).
  • Check updates button added to the main menu
  • Output truncation control see here
  • fixed #303
  • added shared libraries to the bundle for Linux binaries (Windows, OSX libs are statically linked, but Linux libs are not)
  • WXF support improvements
  • added #301
  • Runtime controls (add external scripts globally on fly)
  • wider support for NeuralNet package
  • improved support for Legended, Video, Audio
  • new command palette item, which helps with voice recording