Skip to content
This repository has been archived by the owner on Sep 9, 2020. It is now read-only.

Latest commit

 

History

History
50 lines (31 loc) · 1.83 KB

ChangeLog.md

File metadata and controls

50 lines (31 loc) · 1.83 KB

Revision history for radicle

0.0.4 -- 2019-05-09

Added

  • Machines can now define a (get-html); if that returns a IPFS CID, then querying v0/machines/<machine-id>/frontend/<path> will return the result of querying CID/<path> on IPFS. This allows easily making frontends for machines (PR).

Fixed

  • Pubsub was not restarted if connection was lost. Now we try restarting, with backoff (PR).

0.0.3 -- 2019-04-12

Fixed

  • Pubsub (and therefore writing by non-owner) was broken. Now it's fixed (PR).

0.0.2 -- 2019-04-10

Added

  • Added rad repl command (PR)
  • Support multiple expressions in :setup (PR)
  • Support lambda definition with an atom representing an arguments vector (PR)

Changed

  • Increase ACK timeouts (PR)
  • Print connection error when client can't connect to radicle daemon. (PR)
  • Rad daemon logging changes (PR)

Fixed

  • 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)

0.0.1 -- 2019-03-27

  • Initial fixed released. 0.0.0 was moving, so a changelog is not appropriate.

0.0.0 -- ???

  • First version.