I have uploaded 9.6.3 pre-release into the beta directories for those with premium support and others who have access to this.

  • New Intellisense and code completion now works in the Console workspace and the command window.
  • Improved Python Intellisense and Doc integration.
  • Improved JavaScript Intellisense and Doc integration.
  • New built-in Python functions. See this doc article.
    string = base64_encode(cExpr)
    string = base64_decode(cExpr)
    object = json_decode(cExpr)
    jsonstring = json_encode(object)
    string = tmpnam()
    unlink(cFilename)
    execute(cLianjaCommand)
    result = evaluate(cLianjaExpression)
  • New the right sidebar on a page can now "Autosize gadgets" into the available space. This is a new Page attribute which is off by default.
  • New sidebars (left and right) can now use standard modern colors for the headers of the sections in the sidebar. "Sidebar theme" is a new App setting which is on by default.
  • New Lianja Node.js Module released. Build Node.js applications and share data between Node and Lianja Apps running in the cloud.
    See this doc article for details.
  • New Lianja Python module. Build free standing Python applications and share data between Python and Lianja Apps running in the cloud.
    see this doc article for details.
  • Coming soon Lianja .NET assembly. Build free standing .NET applications and share data between .NET and Lianja Apps running in the cloud.
  • Updated the lianja demo example App to use the built-in chart views rather than google charts.
  • Bug fixes and performance improvements