Skip to content

0.4.4

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Nov 12:18
· 51 commits to develop since this release

current dev changelog

Ops

  • bugfix: Ops.Devices.Mobile.ScreenOrientation_v2 - Update op to work with current API
  • bugfix: Ops.Sidebar.SidebarText_v3 - use correct string input for id
  • editor: added new commands for existing functionality, e.g. code a new op
  • feature: Ops.Gl.Performance - Added active toggle to completly disable calculation of performance data
  • improvement: Ops.Devices.Midi.MidiInputDevice_v2 - reduced loglevel when device connection errors
  • improvement: Ops.Sidebar.Incrementor_v3 - Removed values-array input
  • improvement: Ops.Sidebar.Incrementor_v3 - Removed values-array input
  • improvement: Ops.WebAudio.FFTAreaAverage_v3 - fixed display problem when having the op multiple times on the patch
  • improvement: Ops.WebAudio.FFTAreaAverage_v3 - outputed texture is not flipped anymore
  • new op: Ops.Dev.RGBMaxValues -
  • 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

Editor

  • editor: removed "tab" as opselect hotkey
  • editor: basic improved keyboard support, html forms and buttons can be focussable via tab key and executable by pressing enter
  • 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)
  • editor: remove warning about "new namespace creation" if not core-namespace
  • editor: show buildinfo for shared code in debug console

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: show "open op dir" button in editor
  • standalone: fix asset export for html export on windows
  • standalone: remove usless info about creating a new namespace
  • standalone: fix numbers in manage op directories tab
  • standalone: change default setting for preventing idlemode to true
  • standalone: set new empty patch as unsaved
  • standalone: set current patchname as default filename in save windows
  • standalone: development version: add https option to install_local.sh