Skip to content

0.1.3

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Jul 14:17
· 159 commits to develop since this release

release candidate 3 for version 0.2.0 - changes since: 2024-07-03

Standalone

  • standalone: fix bug with stay/leave always leaving the patch when opening a new one in unsaved state
  • standalone: add ui for adding npm packages to ops in "manage op"
  • standalone: add ui to organize hierarchy of op-directories
  • standalone: load/install npm packages and op-dependencies on project load
  • standalone: add hotkeys to native menu, add default items
  • standalone: add option to open last saved patch to editor-settings
  • standalone: fix setting currenttime in videotexture
  • standalone: use internal npm and dependencies, faster and less extraction time on windows
  • standalone: fix bug with saving initial, empty, unsaved project

New Ops

  • new op: Ops.Debug.CrashOp - crash cables by triggering

Op Enhancements

  • feature: Ops.Gl.Meshes.TextMesh_v2 - Text scale parameter: scale the whole text

Ops Renaming

  • deprecation: Ops.Extension.Deprecated.ArrayTranslate - op was deprecated
  • deprecation: Ops.Extension.Deprecated.GetStringFromObject - op was deprecated
  • deprecation: Ops.Extension.Deprecated.IfEqualsThen - op was deprecated - please use ifTrueThen
  • deprecation: Ops.Extension.Deprecated.LetterBox - op was deprecated
  • deprecation: Ops.Extension.Deprecated.RemoveAllClasses - op was deprecated
  • deprecation: Ops.Extension.Deprecated.Trace - op was deprecated
  • deprecation: Ops.Extension.Deprecated.WebGlVersion - op was deprecated

Editor

  • editor: new logging console
  • editor: less modal error dialogs, but error console opening automaticall
  • editor: improved error catching and reporting

Docs

  • docs: rework creation of jsdocs for cables/cables_ui/cables_electron