Skip to content

0.4.3

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Nov 15:38
· 29 commits to develop since this release

Ops

  • bugfix: Ops.Devices.Mobile.ScreenOrientation_v2 - Update op to work with current API
  • improvement: Ops.Sidebar.Incrementor_v3 - Removed values-array input
  • improvement: Ops.WebAudio.FFTAreaAverage_v3 - outputed texture is not flipped anymore
  • new op: Ops.Html.AlignElement - get html element absolute position and size in pixels on screen
  • new op: Ops.Math.RandomNumbersFromString - Random number generator from a string seed
  • new op: Ops.Sidebar.SidebarDateTime - date or datetime picker in the sidebar
  • rename: Ops.Sidebar.SidebarDateTime - Ops.Dev.Sidebar.SidebarDateTime renamed to Ops.Sidebar.SidebarDateTime

Editor

  • editor: optimize op search, less lags
  • editor: remote client will open console and show errors and exceptions
  • editor: subpatch ops do not break when setting default values containing line breaks
  • editor: make asset uploads "case aware" (assets with different upper/lower-case will overwite content but keep original file case)

Core

  • core: fix order of shadermodules

Standalone

  • standalone: fix error when loading initial empty layout of new op
  • standalone: fix adding attachments to ops
  • standalone: fix external editing of opcode, remove duplicate code
  • standalone: fix cloning op into new directory
  • standalone: speed up updating of opcode when editing with external editor
  • standalone: update electron version to 31.7.3
  • standalone: add "services" and "hide" options to about-menu on osx
  • standalone: remember "allow pasting" in devtools
  • standalone: add runtime info (nodeversion, chromeversion, ...) to "About Cables"
  • standalone: remove error when closing file/dir picking dialogs