Skip to content

Latest commit

 

History

History
41 lines (36 loc) · 3.24 KB

CHANGELOG.md

File metadata and controls

41 lines (36 loc) · 3.24 KB

WeIO 1.1, not released yet

  • IDE

  • Improved the console output [#143]

  • Improved the preview [#146]

  • Added an option to enable/disable the login requirement to access the IDE [#149]

  • Improved the way new projects are created [#156]

  • Added an auto-save function [b99325f]

  • Fixed dashboard preview on lower resolution [#166]

  • Improved the pin visualization [#166] [6651fc8]

  • Fixed a bug with duplication [#104] [#179]

  • Added support for creating / editing shell scripts [2740a52]

  • Added a logo at login screen [7472dad]

  • API

    • Added a debounce time parameter for interrupts [d2a9fe2]
    • Added support for interrupts in javascript [6c310db]
    • Fixed a bug with detachInterrupt function [#158]
    • Fixed the initSerial parameters [0aedb88]
    • Improved stability of IoTPy [#148]
    • Improved the way the LPC is detected by IoTPy [#163]
    • Added support for DS18B20 sensors [#165]
  • System

    • Support for bluetooth + bluez [3736872]
    • Update of NTPD timezones [#144]
    • Improved samba behavior [#149] [#164]
    • Added hotplug2 rules to symlink /dev/ttyACM0 and /dev/ttyACM1 [#163]
  • Examples

    • Fixed webCamSinglePhotoWEB example [0c18062]
    • Added twitter_PY example [#139]
    • Added interrupt_JS example [3ef5b1d]
    • Added an example for the DS18B20 temperature sensor [#165]
    • Added an example to play wave files [c786e8d]
    • Added an example to play internet radio [ed10165]

WeIO 1.0, 2015/02/04

  • Initial release