Skip to content

0.1.11

Pre-release
Pre-release

Choose a tag to compare

@reality2-roycdavies reality2-roycdavies released this 30 Sep 20:40
· 268 commits to main since this release

Release 0.1.11

Major Changes:

  • new capabilities in the core webapp (improved construct mode).
  • the ability to conditionally send an event based on a calculation.
  • the ability to perform calculations using a JSON tree structure, eg { "+": ["test", { "*": [ "this", 5 ] } ] }

Platforms are:

  • x86_64_GNU_Linux - 64 bit intel or amd processors running Linux
  • arm64_Darwin - 64 bit ARM MacOS
  • aarch64_GNU_Linux - 64 bit ARM for raspberry-pi SBC (3, 4, 5, zero 2W) and Unihiker SBC (and likely other ARM based linux SBCs)

Download this to your Reality2 node and save it to some appropriate folder, then:

unzip [platform].zip
cd [platform]
tar -zxf reality2_[version].tar.gz
cd reality2
./run

where [platform] is the platform above, and
where [version] is the version of reality2 that you have downloaded (eg 0.1.11)

Troubleshooting