Releases: coasys/ad4m
Releases · coasys/ad4m
Ad4min v0.4.0
See the assets to download this version and install.
AD4M Launcher & Host v0.3.4
See the assets to download this version and install.
AD4M Launcher & Host v0.3.2
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
AD4M Launcher & Host v0.3.0
[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
inNeighbourhoodProxy
, which take new typePerspectiveUnsignedInput
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
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
[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
- Perspective Diff Sync: calculation of fast_forward_possible fixed, which prevents merge-loops
AD4M Launcher & Host v0.2.15
AD4M Launcher & Host v0.2.14
AD4M Launcher & Host v0.2.13
[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 underad4m 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
[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
Deprecated
Removed
Fixed
- Copy/paste of proxy URL from launcher working now PR#241
- Duplicate entries of trusted agents also PR#241