Skip to content
sihorton edited this page Sep 30, 2013 · 38 revisions
  • Short introduction to Webkit Remote Debug Protocol
  • How it works
  • Hello World App
  • Packager

Deskshell 0.8

  • Added App Wizard
  • Created deskshell-apps folder to hold user apps (so they don't get deleted on auto-update).
  • New deskShellClientApi available in the frontend.
    • Implemented ready(function(deskShellClientApi){ --- }); which gets called once a socket connection is established.
  • Implemented support for kiosk mode (add "mode":"kiosk" to .desk file).
  • App Wizard can now create and edit .desk files, should round trip the files so no manual changes are lost.
  • Demos for todo list, music player, kiosk mode and svg.
  • Support for apps with no backend
  • Support for apps with no frontend
  • Supports multiple installs of deskshell, just ensure each install has a unique chromeDebugPort.
  • Added automatic platform update checking whenever you run the default application.

Done

  • Remove console on windows.
  • Allow multiple apps to be started at same time
  • Closing window should stop the application from running.
  • deskShell API docs
Clone this wiki locally