Skip to content

Releases: obeliskos/exoskeleton

0.8 Release

15 Feb 10:09
Compare
Choose a tag to compare
  • Added ListView support
  • Added TreeView support
  • Added audioplayer example

0.7 Release

12 Dec 10:29
Compare
Choose a tag to compare
  • App History Launcher show when launching exoskeleton without params in a folder without settings
  • Added webservice functionality when using self hosting web server
  • Added webservice example

0.6 Release

26 Nov 14:42
Compare
Choose a tag to compare
  • Add 'NativeUi' mode for pure 'native' .net ui scripted by your javascript in invisible webcontrol
  • Added 'MixedUi' mode similar to native except establish a .net panel to host the webbrowser within
  • Reworked Logger to be a single logger for all pages, and hidden by default within system tray.

0.5 Release

05 Nov 13:43
Compare
Choose a tag to compare
  • Added Dialog API
  • Added Form API

Dialogs allow modal form dialogs which will allow basic data entry and 'DialogResult' buttons used to dismiss dialog. Dialog API also exposes native .NET dialogs like Color, Font, File Open and Save dialogs and message boxes. Additionally, several predefined 'prompt' dialogs allow quickly summoning a dialog to enter a string, pick a value from list, enter a date, display and select row from datagrid, etc.

Forms are non-modal and allow javascript eventing on certain predefined events. The list of events able to be emitted are listed for each control in the javascript documentation.

0.4 Release

01 Oct 00:00
Compare
Choose a tag to compare
  • Added Menubar support
  • Added Toolbar support
  • Added Statusbar support
  • Updated exo-console to use menus, toolbar, and statusbar
  • Updated docs

0.3 Release

04 Sep 10:57
Compare
Choose a tag to compare

This represents a good first release for including additional binary download.

Implemented :

  • exoskeleton interactive console (in Examples)
  • added markdown viewer example
  • increased API coverage
  • added documentation for exoskeleton.js client side javascript usage
  • lots of fixes and cleanup

0.2 Release

21 Aug 23:48
Compare
Choose a tag to compare

Mostly feature complete release including :

  • support for multiple windows
  • support for loggers / console for debugging
  • support configuring external icons
  • adding eventing and multicast events
  • added 'session' key/value store
  • added more API functions
  • added sitewrap example

Initial 0.1 Release

21 Aug 23:43
Compare
Choose a tag to compare

Initial simplified release which implements basic concepts