Skip to content

ADAM Launcher & Host v0.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Jul 11:00
c812817

[0.5.0] - 11/07/2023

Added

  • bootstrap languages to mono repo PR#328
  • Added a apps changes listener so the launcher app can updated the apps list without having to switch tabs to trigger update PR#354
  • Support for new UI oriented Subject class predicates (property_named_option, p3_class_icon, etc). PR#353
  • Adds a new status property to Link expression to indicate if the link is shared or local. PR#130
  • Added local links support to SDNA. PR#370

Changed

Deprecated

Removed

Fixed

  • Expression -> get would fail when executed on a Literal expression. PR#353
  • Fixed launcher breaking on windows if a new app instance is created. PR#362
  • Fixed SDNA decorator readyonly properties in ts5 & fixed collection not working if not initalized. PR#369
  • Fixed Perspective handle's state was not updated when the instance state got updated which caused the issue. PR#368