Skip to content

v2.1.4

Compare
Choose a tag to compare
@jameshball jameshball released this 29 Mar 23:14
· 403 commits to main since this release
  • Tweaked the interface to make it more responsive, modern, and clear
    image
    • Corners are rounded
    • White outlines removed from buttons and text boxes
    • Increased contrast between parts of the interface
    • Improved performance when moving and resizing the window
    • File editor now includes the file name
  • Lua now throws an error if the script runs for too long, helping stop infinite loops without freezing osci-render
  • You can clear the console from within Lua using the clear() function
  • Fix various bugs