- Machines can now define a
(get-html)
; if that returns a IPFS CID, then queryingv0/machines/<machine-id>/frontend/<path>
will return the result of queryingCID/<path>
on IPFS. This allows easily making frontends for machines (PR).
- Pubsub was not restarted if connection was lost. Now we try restarting, with backoff (PR).
- Pubsub (and therefore writing by non-owner) was broken. Now it's fixed (PR).
- Added
rad repl
command (PR) - Support multiple expressions in :setup (PR)
- Support lambda definition with an atom representing an arguments vector (PR)
- Increase ACK timeouts (PR)
- Print connection error when client can't connect to radicle daemon. (PR)
- Rad daemon logging changes (PR)
- Reading machines for the first time was broken (PR)
- Proper line counts with shebangs (PR)
- Usage text fixes (PR)
- Use new version of remote helper for 0.4.19 fix (PR)
- Initial fixed released. 0.0.0 was moving, so a changelog is not appropriate.
- First version.