Skip to content

Releases: coasys/ad4m

Ad4min v0.4.0

15 Jun 17:01
Compare
Choose a tag to compare
Ad4min v0.4.0 Pre-release
Pre-release

See the assets to download this version and install.

AD4M Launcher & Host v0.3.4

28 Mar 11:47
83c9e49
Compare
Choose a tag to compare

See the assets to download this version and install.

AD4M Launcher & Host v0.3.2

23 Mar 14:17
15fc37c
Compare
Choose a tag to compare
Pre-release

Added

  • Subject class decorators got new parameters "getter" & "setter" on @subjectProperty and "condition" on @subjectcollection which allow for adding verbatim Prolog conditions to the auto-generated Prolog SDNA code. This allows for computed properties like "isPopular" which checks for certain links/reactions being there and for collections to be filtered or otherwise computed. PR#329
  • New callback method on PerspectiveProxy for registering callback when sync state for a given Perspective changes PR#325
  • New method on LinkAdapter interface for reporting sync state of a given link language PR#325
  • Perspective diff sync to mono repo as a bootstrap language PR#325

Changed

  • Changed core database engine and refactored index & interface structure PR#322

  • Pubsub link addition/removal publishing will now await correctly PR#322

  • Use consistent apollo & ws versions PR#322

  • Use new holochain client version 0.12.5 PR#322

  • Improved CI workflow where holochain binaries are always downloaded and used for all tests and builds PR#325

  • Launcher automatically authenticates with the proxy on login. PR#303

Deprecated

Removed

Fixed

AD4M Launcher & Host v0.3.1

10 Mar 18:48
2fc8303
Compare
Choose a tag to compare

[0.3.1] - 10/03/2023

Added

Changed

  • Used new agent language to help fix slow profile loading PR#314

Deprecated

Removed

Fixed

  • ad4m-launcher not opening on older MacOS version PR#311

AD4M Launcher & Host v0.3.0

09 Mar 15:28
ef07e01
Compare
Choose a tag to compare

[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

AD4M Launcher & Host v0.2.16

26 Feb 08:33
25f37a1
Compare
Choose a tag to compare

[0.2.16] - 25/02/2013

Changed

  • Main LinkLanguage (Perspective Diff Sync) refactored to replace global/objective latest-revision with a simple gossip algorithm, where agents broadcast their revision and merge in revisions of others as they are gossiped. Improves speed and resilience a lot.

Fixed

AD4M Launcher & Host v0.2.15

23 Feb 15:10
7693340
Compare
Choose a tag to compare

[0.2.15] - 23/02/2013

Added

  • getAd4mClient to web exports in connect PR#259

Changed

Deprecated

Removed

Fixed

  • Not slow polling after sync PR#260
  • Trusted agent popup not working consistently PR#261

AD4M Launcher & Host v0.2.14

20 Feb 15:11
c11158d
Compare
Choose a tag to compare

[0.2.14] - 17/02/2013

Added

  • Adds ability to remove Telepresence signal handler PR#251

Changed

  • "Language not created by trusted agent and is not templated" error is now shown in log and contains the meta information of the failed Language PR#252

Deprecated

Removed

Fixed

  • Startup when unlocking (instead of generating) agent was halted with empty log and "No Perspective controller" errors. Fixed with better error handling during unlock PR#253 and PR#256

AD4M Launcher & Host v0.2.13

16 Feb 09:25
1c9e3bf
Compare
Choose a tag to compare

[0.2.13] - 15/02/2013

Added

  • Expression "create", "get" and "get-raw" added to cli and rust-client PR#159

Changed

  • CLI: ad4m languages generate-boostrap is now availabel under ad4m dev generate-bootstrap
  • Default bootstrap-seed updated

Deprecated

Removed

Fixed

  • Bootstrap seed creation working with cli: ad4m dev generate-bootstrap PR#247

AD4M Launcher & Host 0.2.12

15 Feb 07:57
d5766a5
Compare
Choose a tag to compare

[0.2.12-patch-1] - 14/02/2023

Changed

  • Sets last supported version to 0.2.12

Added

  • Adds new language publishing agent key to trusted agents in boostrap seed

[0.2.12] - 14/02/2023

Added

  • Telepresence implementation (real-time signals between agents in Neighbourhoods) PR#239
  • Perspective synchronization state with easing-off retries of LinkLanguage installation and network sync PR#235

Changed

  • SDNA Subject API and decorators improved PR#229
  • AD4M connect updated to new style PR#242

Deprecated

Removed

Fixed

  • Copy/paste of proxy URL from launcher working now PR#241
  • Duplicate entries of trusted agents also PR#241