Skip to content

0.33.0

Compare
Choose a tag to compare
@evgenykochetkov evgenykochetkov released this 18 Feb 14:12
· 328 commits to master since this release

Features and enhancements

  • [ide] Extended support for the color type: a value can be entered as hex literal (like #FACE8D) or selected using a color picker widget (#1926, #1953)
  • [c++] Move the XColor type definition from xod/color/color to the global xod scope (#1928)
  • [core] Optimize the size of generated C++ code (#1925, #1943)

Bug fixes

  • [ide] Properly stop the running simulation session when opening a new project (#1924)
  • [core] Fix a case when using bus nodes along with generic pins could break type casting (#1958)
  • [nodes] Fix xod/core/throttle node that was ignoring incoming values at program starup (#1963)

New nodes