Skip to content

support for launchd, expose `watch-rec` in the REST API, expose more type equalities

Compare
Choose a tag to compare
@samoht samoht released this 04 May 09:23
· 4202 commits to main since this release
  • Support for launchd: the --address argument of the CLI now
    supports a URI launchd://<name> where <name> corresponds
    to the section in the property list file (#321, by @djs55)
  • Expose /watch-rec in the REST API (#326, by @samoht)
  • Expose Store.Key = Contents.Path in Irmin.Maker. Otherwise,
    the type of steps is abstract. (#327, by @talex5)