Skip to content

Ardublockly v0.1.2

Latest
Compare
Choose a tag to compare
@carlosperate carlosperate released this 16 Oct 20:33
· 54 commits to master since this release

Main updates:

  • Added Undo/Redo functionality (feature included as part of updating Blockly).
  • Added French language thanks to @aethaniel.
  • Added Portuguese language.
  • Added support for Atmel AVR Xplained mini boards thanks to @aethaniel.
  • Added support for Arduino Nano board.
  • Desktop application menu to open file is now implemented (before only the icon on the top right side of the application worked).
  • Sketch name field updated with filename when opening blocks file thanks to @RubensQRZ.

Blocks:

  • Toolbox category "Music" name changed to "Audio".

Bug fixes:

  • Fixed error when user tries to cut a block from the workspace but nothing is selected.
  • Fixed error when trying to save the sketch into a user file.
  • Fixed error on variable declaration when spaces are used on variable name #119 (thanks @ELundby45!)

Documentation:

  • Added first, incomplete, draft for "Create Ardublockly Blocks".
  • Added first, incomplete, draft for "Add New Arduino Board".
  • Added initial questions for the "FAQs".
  • Updated build instruction to include Blockly compilation.
  • Imported the block instructions from the Blockly wiki.

Other updates:

  • Blockly updated to commit 493fa91 (21st of May 2016)
  • Updated to Electron 1.2.0.
  • Ardublockly desktop is now a single instance application (user cannot open multiple instances simultaneously).
  • All of Ardublockly is now translatable.