Skip to content

Snippet v0.2

Choose a tag to compare

@mdavisprog mdavisprog released this 25 Jun 18:48

This is the release for version 0.2 of Snippet. This update adds some new features and addresses some bugs. The wiki has been updated to reflect these changes. For a detailed list of changes, refer to the commit log here.

Changes

  • Snippet now supports saving and loading of workspaces. All created snippets are serialized to disk on exit. The workspace also stores the snippet locations and connections within the graph. The application will also attempt to load the last opened project on startup.
  • Runtime animations. Nodes will now change color when executed to show how recent it was executed. Pin connections will now animate when the connected node is executed.
  • Snippets are executed on a separate thread.
  • Pin connections are now rendered as curves instead of lines.
  • New Lua 'thread' library has been added. This contains only a single function 'sleep' for the moment. More information can be found here.
  • Linux is now officially supported.
  • Added custom icons and boot splash.