Skip to content

0.3.0-beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@Jesus89 Jesus89 released this 23 Dec 12:36
· 2833 commits to develop since this release

Changelog

Constant block

  • Add constant blocks
  • Add local parameter flag
  • Add parameters to Code blocks
  • Add parameters to Generic blocks

Project format

  • New project format: version 1.0
  • Insert compresed SVG in the project (using SVGO)
  • Refactor project management: new project.service
  • Add Edit > Preferences > Project information prompt
  • Open, Save, Reset and pre-visualize the SVG image
  • Update all compilers to new project format
  • Backwards compatibility: notify and update "Old projects"

Bus wires support

  • Add Input/Output bus: using [x:y] notation
  • Add Code block ports bus: using [x:y] notation
  • Refactor blocks management: blocks service
  • Update all compilers for bus wires management
  • Prevent different wire size connections
  • Add bus wires to Generic blocks

General

  • Update french translation (#110 by @Martoni)
  • Add debouncer block (by @Obijuan)
  • Add invalid connection notifications
  • Remove templates (not used)
  • Update bower dependencies
  • Install libffi in Mac OS drivers configuration (thanks Patripi!)
  • Sort Input/Output ports by position (x,y)
  • Add File > Quit
  • Check source code using JSHint
  • Add contador (#118 by @C47D)
  • Add virtual I/O ports (green)
  • Check wrong port names
  • Bug fixes and visual improvements
  • Update examples and blocks to new project format
  • Add project samples
  • Update POT file and es_ES translation