Skip to content

AD4M Launcher & Host v0.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Mar 15:28
ef07e01

[0.3.0] - 09/03/2023

Added

  • After login / registration the launcher will now open by default PR#278
  • If the user has no installed applications, we now show some info about connecting apps to AD4M and a link to Flux PR#278
  • Holochain DHT status logs every 60 seconds PR#277
  • ad4m-connect connection settings gives you the option of connecting to local or remote PR#278
  • Convience overloads for telepresence functions: setOnlineStatusU, sendSignalU, sendBroadcastU in NeighbourhoodProxy, which take new type PerspectiveUnsignedInput as argument. This enables sending signed signals without having to create temporary perspectives. These functions sign the whole perspective including links. PR#296
  • Sticky tabs PR#307

Changed

  • Auth screens for launcher & connect will now parse out the capabilities to a human readable string PR#278
  • Use barcode detector for proxy QR code PR#278
  • Use proper types for auth methods PR#278
  • Show appIconPath in apps tab PR#307
  • Executor now uses the new updated LinkAdapter interface PR#276
  • Use new link language in bootstrap which will skip doing dead pulls PR#276

Deprecated

Removed

  • Remove mantine as dependency PR#307
  • Remove tabler-icons-react as dependency PR#307

Fixed

  • Bug on ad4m-test where apollo connection errors would polute logs PR#295
  • ad4m-test internal tests not using self but instead published package PR#295
  • ad4m-test will now always pull latest ad4m-host binary PR#295
  • AD4M launcher will no longer flash its modal on load PR#278
  • Broken CI tests using nix (fixed by bumping nix & cachix gh action versions) PR#278
  • ad4m-connect more stable by not running an async function on the constructor. This will ensure that the client exsist even if we couldn't make a connection PR#298
  • ad4m-connect will now handle connection error from port correctly and ensure UI state get's updated correctly PR#298
  • ad4m-launcher now gives feedback if password is wrong. PR#302
  • Fix issue where scroll was broken PR#307